COLOR #C9B9CA

HEX: #C9B9CA
RGB: (201,185,202)

Color info

#C9B9CA contains red, green and blue colors in about the same proportion. Web safe color of #C9B9CA is #CCCCCC (or #CCC).

RGB color model

#C9B9CA color RGB value is (201,185,202).

  • red value is 201;
  • green value is 185;
  • blue value is 202.
RGB:
(201,185,202)
(79%,73%,79%)

RGB channels and saturation

R 201 of 255 = 79%
G 185 of 255 = 73%
B 202 of 255 = 79%

201
185
202

R + G + B ~ 77%. #C9B9CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 185 + 202 = 588 (100%)
R 201 of 588 ~ 34.18%
G 185 of 588 ~ 31.46%
B 202 of 588 ~ 34.35%

%34.18
%31.46
%34.35

CMYK color model

#C9B9CA color CMYK value is (0,8,0,21).

  • cyan value is 0.50%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(0,8,0,21)
C0M8Y0K21 
(0%,8%,0%,21%)
(0.00/0.08/0.00/0.21)	

CMYK percentages

%0.5
%8.42
%0
%20.78

Codes

Color #C9B9CA in popluar color models

C9B9CA
RGB201185202
HSL296°13.82%75.88%
HSB/HSV296°8.42%79.22%
CMYK0.50%8.42%0.00%
20.78%

Color #C9B9CA in popluar number systems.

HEXC9B9CA
Decimal201185202
Binary110010011011100111001010
Octal311271312

Shades and tints

Shades of #C9B9CA

#C9B9CA
(201,185,202)
#B7A9B8
(183,169,184)
#A599A6
(165,153,166)
#938994
(147,137,148)
#817982
(129,121,130)
#6F6970
(111,105,112)
#5D595E
(93,89,94)
#4B494C
(75,73,76)
#39393A
(57,57,58)
#272928
(39,41,40)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #C9B9CA

#C9B9CA
(201,185,202)
#CDBFCE
(205,191,206)
#D1C5D2
(209,197,210)
#D5CBD6
(213,203,214)
#D9D1DA
(217,209,218)
#DDD7DE
(221,215,222)
#E1DDE2
(225,221,226)
#E5E3E6
(229,227,230)
#E9E9EA
(233,233,234)
#EDEFEE
(237,239,238)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B9CA color. Also use rgb(201,185,202) instead hex code.

Text Font Color

.myTextColor { color: #C9B9CA; }

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

This text font color is #C9B9CA.


Background Color

.myBgColor { background-color: #C9B9CA; }

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

This div background color is #C9B9CA.


Border color

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

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

This div border color is #C9B9CA.


Opacity

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

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

Text with #C9B9CA 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 #C9B9CA;}

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

This text has shadow with #C9B9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B9CA on black background.


Color preview on white background

This text has color #C9B9CA on white background.



Black color preview on #C9B9CA background

This text has black color on #C9B9CA background.


White color preview on #C9B9CA background

This text has white color on #C9B9CA background.