COLOR #C9CACB

HEX: #C9CACB
RGB: (201,202,203)

Color info

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

RGB color model

#C9CACB color RGB value is (201,202,203).

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

RGB channels and saturation

R 201 of 255 = 79%
G 202 of 255 = 79%
B 203 of 255 = 80%

201
202
203

R + G + B ~ 79%. #C9CACB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 202 + 203 = 606 (100%)
R 201 of 606 ~ 33.17%
G 202 of 606 ~ 33.33%
B 203 of 606 ~ 33.5%

%33.17
%33.33
%33.5

CMYK color model

#C9CACB color CMYK value is (1,0,0,20).

  • cyan value is 0.99%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(1,0,0,20)
C1M0Y0K20 
(1%,0%,0%,20%)
(0.01/0.00/0.00/0.20)	

CMYK percentages

%0.99
%0.49
%0
%20.39

Codes

Color #C9CACB in popluar color models

C9CACB
RGB201202203
HSL210°1.89%79.22%
HSB/HSV210°0.99%79.61%
CMYK0.99%0.49%0.00%
20.39%

Color #C9CACB in popluar number systems.

HEXC9CACB
Decimal201202203
Binary110010011100101011001011
Octal311312313

Shades and tints

Shades of #C9CACB

#C9CACB
(201,202,203)
#B7B8B9
(183,184,185)
#A5A6A7
(165,166,167)
#939495
(147,148,149)
#818283
(129,130,131)
#6F7071
(111,112,113)
#5D5E5F
(93,94,95)
#4B4C4D
(75,76,77)
#393A3B
(57,58,59)
#272829
(39,40,41)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #C9CACB

#C9CACB
(201,202,203)
#CDCECF
(205,206,207)
#D1D2D3
(209,210,211)
#D5D6D7
(213,214,215)
#D9DADB
(217,218,219)
#DDDEDF
(221,222,223)
#E1E2E3
(225,226,227)
#E5E6E7
(229,230,231)
#E9EAEB
(233,234,235)
#EDEEEF
(237,238,239)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CACB; }

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

This text font color is #C9CACB.


Background Color

.myBgColor { background-color: #C9CACB; }

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

This div background color is #C9CACB.


Border color

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

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

This div border color is #C9CACB.


Opacity

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

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

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

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

This text has shadow with #C9CACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CACB on black background.


Color preview on white background

This text has color #C9CACB on white background.



Black color preview on #C9CACB background

This text has black color on #C9CACB background.


White color preview on #C9CACB background

This text has white color on #C9CACB background.