COLOR #C9CFCB

HEX: #C9CFCB RGB: (201,207,203)

Color info

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

RGB color model

#C9CFCB color RGB value is (201,207,203).

RGB: (201,207,203) (79%, 81%, 80%)

RGB channels and saturation

R 201 of 255 = 79%
G 207 of 255 = 81%
B 203 of 255 = 80%

201
207
203

R + G + B ~ 80%. #C9CFCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 207 + 203 = 611 (100%)
R 201 of 611 ~ 32.9%
G 207 of 611 ~ 33.88%
B 203 of 611 ~ 33.22'%

%32.9
%33.88
%33.22

CMYK color model

#C9CFCB color CMYK value is (3,0,2,19).

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 1.93%
  • key color value is 18.82%

CMYK: (3,0,2,19)
C3M0Y2K19 (3%, 0%, 2%, 19%)
(0.03 / 0.00 / 0.02 / 0.19)

CMYK percentages

%2.9
%0
%1.93
%18.82

Codes

Color #C9CFCB in popluar color models

C9 CF CB
RGB 201 207 203
HSL 140° 5.88% 80.00%
HSB/HSV 140° 2.90% 81.18%
CMYK 2.90% 0.00% 1.93%
18.82%

Color #C9CFCB in popluar number systems.

HEX C9 CF CB
Decimal 201 207 203
Binary 11001001 11001111 11001011
Octal 311 317 313

Shades and tints

Shades of #C9CFCB

#C9CFCB
(201,207,203)
#B7BDB9
(183,189,185)
#A5ABA7
(165,171,167)
#939995
(147,153,149)
#818783
(129,135,131)
#6F7571
(111,117,113)
#5D635F
(93,99,95)
#4B514D
(75,81,77)
#393F3B
(57,63,59)
#272D29
(39,45,41)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #C9CFCB

#C9CFCB
(201,207,203)
#CDD3CF
(205,211,207)
#D1D7D3
(209,215,211)
#D5DBD7
(213,219,215)
#D9DFDB
(217,223,219)
#DDE3DF
(221,227,223)
#E1E7E3
(225,231,227)
#E5EBE7
(229,235,231)
#E9EFEB
(233,239,235)
#EDF3EF
(237,243,239)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CFCB; }

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

This text font color is #C9CFCB.

Background Color

.myBgColor { background-color: #C9CFCB; }

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

This div background color is #C9CFCB.

Border color

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

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

This div border color is #C9CFCB.

Opacity

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

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

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

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

This text has shadow with #C9CFCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CFCB.

Preview

Color preview on black background

This text has color #C9CFCB on black background.


Color preview on white background

This text has color #C9CFCB on white background.


Black color preview on #C9CFCB background

This text has black color on #C9CFCB background.


White color preview on #C9CFCB background

This text has white color on #C9CFCB background.


Related colors

Complementary color

Complementary color for #hex is #363034.


I love getcolorcode.com

Triadic colors

1 #CBC9CF and #CFCBC9 with #C9CFCB are triadic colors.

2 #CBCFC9 and #CFC9CB with #C9CFCB are triadic colors.