COLOR #C9CFCF

HEX: #C9CFCF RGB: (201,207,207)

Color info

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

RGB color model

#C9CFCF color RGB value is (201,207,207).

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

RGB channels and saturation

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

201
207
207

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

Portions of RGB colors in percentages

R + G + B = 201 + 207 + 207 = 615 (100%)
R 201 of 615 ~ 32.68%
G 207 of 615 ~ 33.66%
B 207 of 615 ~ 33.66'%

%32.68
%33.66
%33.66

CMYK color model

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

  • cyan value is 2.90%
  • magenta value is 0.00%
  • 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
%0
%18.82

Codes

Color #C9CFCF in popluar color models

C9 CF CF
RGB 201 207 207
HSL 180° 5.88% 80.00%
HSB/HSV 180° 2.90% 81.18%
CMYK 2.90% 0.00% 0.00%
18.82%

Color #C9CFCF in popluar number systems.

HEX C9 CF CF
Decimal 201 207 207
Binary 11001001 11001111 11001111
Octal 311 317 317

Shades and tints

Shades of #C9CFCF

#C9CFCF
(201,207,207)
#B7BDBD
(183,189,189)
#A5ABAB
(165,171,171)
#939999
(147,153,153)
#818787
(129,135,135)
#6F7575
(111,117,117)
#5D6363
(93,99,99)
#4B5151
(75,81,81)
#393F3F
(57,63,63)
#272D2D
(39,45,45)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #C9CFCF

#C9CFCF
(201,207,207)
#CDD3D3
(205,211,211)
#D1D7D7
(209,215,215)
#D5DBDB
(213,219,219)
#D9DFDF
(217,223,223)
#DDE3E3
(221,227,227)
#E1E7E7
(225,231,231)
#E5EBEB
(229,235,235)
#E9EFEF
(233,239,239)
#EDF3F3
(237,243,243)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CFCF; }

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

This text font color is #C9CFCF.

Background Color

.myBgColor { background-color: #C9CFCF; }

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

This div background color is #C9CFCF.

Border color

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

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

This div border color is #C9CFCF.

Opacity

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

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

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

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

This text has shadow with #C9CFCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CFCF.

Preview

Color preview on black background

This text has color #C9CFCF on black background.


Color preview on white background

This text has color #C9CFCF on white background.


Black color preview on #C9CFCF background

This text has black color on #C9CFCF background.


White color preview on #C9CFCF background

This text has white color on #C9CFCF background.


Related colors

Complementary color

Complementary color for #hex is #363030.


I love getcolorcode.com