COLOR #C9CFBF

HEX: #C9CFBF RGB: (201,207,191)

Color info

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

RGB color model

#C9CFBF color RGB value is (201,207,191).

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

RGB channels and saturation

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

201
207
191

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

Portions of RGB colors in percentages

R + G + B = 201 + 207 + 191 = 599 (100%)
R 201 of 599 ~ 33.56%
G 207 of 599 ~ 34.56%
B 191 of 599 ~ 31.89'%

%33.56
%34.56
%31.89

CMYK color model

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

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

CMYK: (3,0,8,19)
C3M0Y8K19 (3%, 0%, 8%, 19%)
(0.03 / 0.00 / 0.08 / 0.19)

CMYK percentages

%2.9
%0
%7.73
%18.82

Codes

Color #C9CFBF in popluar color models

C9 CF BF
RGB 201 207 191
HSL 83° 14.29% 78.04%
HSB/HSV 83° 7.73% 81.18%
CMYK 2.90% 0.00% 7.73%
18.82%

Color #C9CFBF in popluar number systems.

HEX C9 CF BF
Decimal 201 207 191
Binary 11001001 11001111 10111111
Octal 311 317 277

Shades and tints

Shades of #C9CFBF

#C9CFBF
(201,207,191)
#B7BDAE
(183,189,174)
#A5AB9D
(165,171,157)
#93998C
(147,153,140)
#81877B
(129,135,123)
#6F756A
(111,117,106)
#5D6359
(93,99,89)
#4B5148
(75,81,72)
#393F37
(57,63,55)
#272D26
(39,45,38)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #C9CFBF

#C9CFBF
(201,207,191)
#CDD3C4
(205,211,196)
#D1D7C9
(209,215,201)
#D5DBCE
(213,219,206)
#D9DFD3
(217,223,211)
#DDE3D8
(221,227,216)
#E1E7DD
(225,231,221)
#E5EBE2
(229,235,226)
#E9EFE7
(233,239,231)
#EDF3EC
(237,243,236)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CFBF; }

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

This text font color is #C9CFBF.

Background Color

.myBgColor { background-color: #C9CFBF; }

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

This div background color is #C9CFBF.

Border color

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

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

This div border color is #C9CFBF.

Opacity

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

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

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

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

This text has shadow with #C9CFBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CFBF.

Preview

Color preview on black background

This text has color #C9CFBF on black background.


Color preview on white background

This text has color #C9CFBF on white background.


Black color preview on #C9CFBF background

This text has black color on #C9CFBF background.


White color preview on #C9CFBF background

This text has white color on #C9CFBF background.


Related colors

Complementary color

Complementary color for #hex is #363040.


I love getcolorcode.com

Triadic colors

1 #BFC9CF and #CFBFC9 with #C9CFBF are triadic colors.

2 #BFCFC9 and #CFC9BF with #C9CFBF are triadic colors.