COLOR #C9CECF

HEX: #C9CECF RGB: (201,206,207)

Color info

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

RGB color model

#C9CECF color RGB value is (201,206,207).

RGB: (201,206,207) (79%, 81%, 81%)

RGB channels and saturation

R 201 of 255 = 79%
G 206 of 255 = 81%
B 207 of 255 = 81%

201
206
207

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

Portions of RGB colors in percentages

R + G + B = 201 + 206 + 207 = 614 (100%)
R 201 of 614 ~ 32.74%
G 206 of 614 ~ 33.55%
B 207 of 614 ~ 33.71'%

%32.74
%33.55
%33.71

CMYK color model

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

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

CMYK: (3,0,0,19)
C3M0Y0K19 (3%, 0%, 0%, 19%)
(0.03 / 0.00 / 0.00 / 0.19)

CMYK percentages

%2.9
%0.48
%0
%18.82

Codes

Color #C9CECF in popluar color models

C9 CE CF
RGB 201 206 207
HSL 190° 5.88% 80.00%
HSB/HSV 190° 2.90% 81.18%
CMYK 2.90% 0.48% 0.00%
18.82%

Color #C9CECF in popluar number systems.

HEX C9 CE CF
Decimal 201 206 207
Binary 11001001 11001110 11001111
Octal 311 316 317

Shades and tints

Shades of #C9CECF

#C9CECF
(201,206,207)
#B7BCBD
(183,188,189)
#A5AAAB
(165,170,171)
#939899
(147,152,153)
#818687
(129,134,135)
#6F7475
(111,116,117)
#5D6263
(93,98,99)
#4B5051
(75,80,81)
#393E3F
(57,62,63)
#272C2D
(39,44,45)
#151A1B
(21,26,27)
#000000
(0,0,0)

Tints of #C9CECF

#C9CECF
(201,206,207)
#CDD2D3
(205,210,211)
#D1D6D7
(209,214,215)
#D5DADB
(213,218,219)
#D9DEDF
(217,222,223)
#DDE2E3
(221,226,227)
#E1E6E7
(225,230,231)
#E5EAEB
(229,234,235)
#E9EEEF
(233,238,239)
#EDF2F3
(237,242,243)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CECF; }

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

This text font color is #C9CECF.

Background Color

.myBgColor { background-color: #C9CECF; }

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

This div background color is #C9CECF.

Border color

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

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

This div border color is #C9CECF.

Opacity

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

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

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

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

This text has shadow with #C9CECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CECF.

Preview

Color preview on black background

This text has color #C9CECF on black background.


Color preview on white background

This text has color #C9CECF on white background.


Black color preview on #C9CECF background

This text has black color on #C9CECF background.


White color preview on #C9CECF background

This text has white color on #C9CECF background.


Related colors

Complementary color

Complementary color for #hex is #363130.


I love getcolorcode.com

Triadic colors

1 #CFC9CE and #CECFC9 with #C9CECF are triadic colors.

2 #CFCEC9 and #CEC9CF with #C9CECF are triadic colors.