COLOR #C5A3B6

HEX: #C5A3B6
RGB: (197,163,182)

Renk bilgisi

#C5A3B6 contains red, green and blue colors in about the same proportion. #C5A3B6 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C5A3B6 color RGB value is (197,163,182).

  • kırmız ton 197;
  • yeşil ton 163;
  • mavi ton 182.
RGB:
(197,163,182)
(77%,64%,71%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 163 of 255 = 64%
B 182 of 255 = 71%

197
163
182

R + G + B ~ 71%. #C5A3B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 163 + 182 = 542 (100%)
R 197 of 542 ~ 36.35%
G 163 of 542 ~ 30.07%
B 182 of 542 ~ 33.58%

%36.35
%30.07
%33.58

CMYK RENK MODELİ

#C5A3B6 rengi CMYK tonu (0,17,8,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.26%
  • sarı tonu 7.61%
  • ana renk tonu 22.75%
CMYK:
(0,17,8,23)
C0M17Y8K23 
(0%,17%,8%,23%)
(0.00/0.17/0.08/0.23)	

CMYK yüzdeleri

%0
%17.26
%7.61
%22.75

Codes

Color #C5A3B6 in popluar color models

C5A3B6
RGB197163182
HSL326°22.67%70.59%
HSB/HSV326°17.26%77.25%
CMYK0.00%17.26%7.61%
22.75%

Color #C5A3B6 in popluar number systems.

HEXC5A3B6
Decimal197163182
Binary110001011010001110110110
Octal305243266

Shades and tints

Shades of #C5A3B6

#C5A3B6
(197,163,182)
#B495A6
(180,149,166)
#A38796
(163,135,150)
#927986
(146,121,134)
#816B76
(129,107,118)
#705D66
(112,93,102)
#5F4F56
(95,79,86)
#4E4146
(78,65,70)
#3D3336
(61,51,54)
#2C2526
(44,37,38)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #C5A3B6

#C5A3B6
(197,163,182)
#CAABBC
(202,171,188)
#CFB3C2
(207,179,194)
#D4BBC8
(212,187,200)
#D9C3CE
(217,195,206)
#DECBD4
(222,203,212)
#E3D3DA
(227,211,218)
#E8DBE0
(232,219,224)
#EDE3E6
(237,227,230)
#F2EBEC
(242,235,236)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A3B6 color. Also use rgb(197,163,182) instead hex code.

Text Font Color

.myTextColor { color: #C5A3B6; }

<p style="color:#C5A3B6">This sample text font color is #C5A3B6.</p>

This text font color is #C5A3B6.


Background Color

.myBgColor { background-color: #C5A3B6; }

<div style="background-color:#C5A3B6">Inner text</div>

This div background color is #C5A3B6.


Border color

.myBorderColor { border: 1px solid #C5A3B6; }

<div style="border:3px solid #C5A3B6">Div</div>

This div border color is #C5A3B6.


Opacity

.myOpacity80 { color: #C5A3B6; opacity: 0.8; }

<p style="color:#C5A3B6;opacity:0.8;">80%</p>

Text with #C5A3B6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5A3B6;}

<p style="text-shadow: 3px 3px 1px #C5A3B6">Text here.</p>

This text has shadow with #C5A3B6 color.

.textShadow {text-shadow: 3px 3px 1px #C5A3B6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5A3B6, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5A3B6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5A3B6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5A3B6, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5A3B6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5A3B6;
  -webkit-box-shadow:	1px 1px 3px 2px #C5A3B6;
  box-shadow:		1px 1px 3px 2px #C5A3B6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5A3B6;
-webkit-box-shadow: 1px 1px 3px 2px #C5A3B6;
box-shadow:1px 1px 3px 2px #C5A3B6;">
Div content here</div>
This div box has shadow with color #C5A3B6.

Preview

Color preview on black background

This text has color #C5A3B6 on black background.


Color preview on white background

This text has color #C5A3B6 on white background.



Black color preview on #C5A3B6 background

This text has black color on #C5A3B6 background.


White color preview on #C5A3B6 background

This text has white color on #C5A3B6 background.