COLOR #C9CFC0

HEX: #C9CFC0 RGB: (201,207,192)

Color info

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

RGB color model

#C9CFC0 color RGB value is (201,207,192).

RGB: (201,207,192) (79%, 81%, 75%)

RGB channels and saturation

R 201 of 255 = 79%
G 207 of 255 = 81%
B 192 of 255 = 75%

201
207
192

R + G + B ~ 78%. #C9CFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 207 + 192 = 600 (100%)
R 201 of 600 ~ 33.5%
G 207 of 600 ~ 34.5%
B 192 of 600 ~ 32'%

%33.5
%34.5
%32

CMYK color model

#C9CFC0 color CMYK value is (3,0,7,19).

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

CMYK: (3,0,7,19)
C3M0Y7K19 (3%, 0%, 7%, 19%)
(0.03 / 0.00 / 0.07 / 0.19)

CMYK percentages

%2.9
%0
%7.25
%18.82

Codes

Color #C9CFC0 in popluar color models

C9 CF C0
RGB 201 207 192
HSL 84° 13.51% 78.24%
HSB/HSV 84° 7.25% 81.18%
CMYK 2.90% 0.00% 7.25%
18.82%

Color #C9CFC0 in popluar number systems.

HEX C9 CF C0
Decimal 201 207 192
Binary 11001001 11001111 11000000
Octal 311 317 300

Shades and tints

Shades of #C9CFC0

#C9CFC0
(201,207,192)
#B7BDAF
(183,189,175)
#A5AB9E
(165,171,158)
#93998D
(147,153,141)
#81877C
(129,135,124)
#6F756B
(111,117,107)
#5D635A
(93,99,90)
#4B5149
(75,81,73)
#393F38
(57,63,56)
#272D27
(39,45,39)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #C9CFC0

#C9CFC0
(201,207,192)
#CDD3C5
(205,211,197)
#D1D7CA
(209,215,202)
#D5DBCF
(213,219,207)
#D9DFD4
(217,223,212)
#DDE3D9
(221,227,217)
#E1E7DE
(225,231,222)
#E5EBE3
(229,235,227)
#E9EFE8
(233,239,232)
#EDF3ED
(237,243,237)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CFC0; }

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

This text font color is #C9CFC0.

Background Color

.myBgColor { background-color: #C9CFC0; }

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

This div background color is #C9CFC0.

Border color

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

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

This div border color is #C9CFC0.

Opacity

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

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

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

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

This text has shadow with #C9CFC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CFC0.

Preview

Color preview on black background

This text has color #C9CFC0 on black background.


Color preview on white background

This text has color #C9CFC0 on white background.


Black color preview on #C9CFC0 background

This text has black color on #C9CFC0 background.


White color preview on #C9CFC0 background

This text has white color on #C9CFC0 background.


Related colors

Complementary color

Complementary color for #hex is #36303F.


I love getcolorcode.com

Triadic colors

1 #C0C9CF and #CFC0C9 with #C9CFC0 are triadic colors.

2 #C0CFC9 and #CFC9C0 with #C9CFC0 are triadic colors.