COLOR #C9CFC4

HEX: #C9CFC4 RGB: (201,207,196)

Color info

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

RGB color model

#C9CFC4 color RGB value is (201,207,196).

RGB: (201,207,196) (79%, 81%, 77%)

RGB channels and saturation

R 201 of 255 = 79%
G 207 of 255 = 81%
B 196 of 255 = 77%

201
207
196

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

Portions of RGB colors in percentages

R + G + B = 201 + 207 + 196 = 604 (100%)
R 201 of 604 ~ 33.28%
G 207 of 604 ~ 34.27%
B 196 of 604 ~ 32.45'%

%33.28
%34.27
%32.45

CMYK color model

#C9CFC4 color CMYK value is (3,0,5,19).

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

CMYK: (3,0,5,19)
C3M0Y5K19 (3%, 0%, 5%, 19%)
(0.03 / 0.00 / 0.05 / 0.19)

CMYK percentages

%2.9
%0
%5.31
%18.82

Codes

Color #C9CFC4 in popluar color models

C9 CF C4
RGB 201 207 196
HSL 93° 10.28% 79.02%
HSB/HSV 93° 5.31% 81.18%
CMYK 2.90% 0.00% 5.31%
18.82%

Color #C9CFC4 in popluar number systems.

HEX C9 CF C4
Decimal 201 207 196
Binary 11001001 11001111 11000100
Octal 311 317 304

Shades and tints

Shades of #C9CFC4

#C9CFC4
(201,207,196)
#B7BDB3
(183,189,179)
#A5ABA2
(165,171,162)
#939991
(147,153,145)
#818780
(129,135,128)
#6F756F
(111,117,111)
#5D635E
(93,99,94)
#4B514D
(75,81,77)
#393F3C
(57,63,60)
#272D2B
(39,45,43)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #C9CFC4

#C9CFC4
(201,207,196)
#CDD3C9
(205,211,201)
#D1D7CE
(209,215,206)
#D5DBD3
(213,219,211)
#D9DFD8
(217,223,216)
#DDE3DD
(221,227,221)
#E1E7E2
(225,231,226)
#E5EBE7
(229,235,231)
#E9EFEC
(233,239,236)
#EDF3F1
(237,243,241)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CFC4; }

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

This text font color is #C9CFC4.

Background Color

.myBgColor { background-color: #C9CFC4; }

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

This div background color is #C9CFC4.

Border color

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

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

This div border color is #C9CFC4.

Opacity

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

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

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

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

This text has shadow with #C9CFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CFC4.

Preview

Color preview on black background

This text has color #C9CFC4 on black background.


Color preview on white background

This text has color #C9CFC4 on white background.


Black color preview on #C9CFC4 background

This text has black color on #C9CFC4 background.


White color preview on #C9CFC4 background

This text has white color on #C9CFC4 background.


Related colors

Complementary color

Complementary color for #hex is #36303B.


I love getcolorcode.com

Triadic colors

1 #C4C9CF and #CFC4C9 with #C9CFC4 are triadic colors.

2 #C4CFC9 and #CFC9C4 with #C9CFC4 are triadic colors.