COLOR #C9CFB1

HEX: #C9CFB1
RGB: (201,207,177)

Color info

#C9CFB1 contains red, green and blue colors in about the same proportion. Web safe color of #C9CFB1 is #CCCC99 (or #CC9).

RGB color model

#C9CFB1 color RGB value is (201,207,177).

  • red value is 201;
  • green value is 207;
  • blue value is 177.
RGB:
(201,207,177)
(79%,81%,69%)

RGB channels and saturation

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

201
207
177

R + G + B ~ 76%. #C9CFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 207 + 177 = 585 (100%)
R 201 of 585 ~ 34.36%
G 207 of 585 ~ 35.38%
B 177 of 585 ~ 30.26%

%34.36
%35.38
%30.26

CMYK color model

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

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 18.82%
CMYK:
(3,0,14,19)
C3M0Y14K19 
(3%,0%,14%,19%)
(0.03/0.00/0.14/0.19)	

CMYK percentages

%2.9
%0
%14.49
%18.82

Codes

Color #C9CFB1 in popluar color models

C9CFB1
RGB201207177
HSL72°23.81%75.29%
HSB/HSV72°14.49%81.18%
CMYK2.90%0.00%14.49%
18.82%

Color #C9CFB1 in popluar number systems.

HEXC9CFB1
Decimal201207177
Binary110010011100111110110001
Octal311317261

Shades and tints

Shades of #C9CFB1

#C9CFB1
(201,207,177)
#B7BDA1
(183,189,161)
#A5AB91
(165,171,145)
#939981
(147,153,129)
#818771
(129,135,113)
#6F7561
(111,117,97)
#5D6351
(93,99,81)
#4B5141
(75,81,65)
#393F31
(57,63,49)
#272D21
(39,45,33)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #C9CFB1

#C9CFB1
(201,207,177)
#CDD3B8
(205,211,184)
#D1D7BF
(209,215,191)
#D5DBC6
(213,219,198)
#D9DFCD
(217,223,205)
#DDE3D4
(221,227,212)
#E1E7DB
(225,231,219)
#E5EBE2
(229,235,226)
#E9EFE9
(233,239,233)
#EDF3F0
(237,243,240)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CFB1; }

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

This text font color is #C9CFB1.


Background Color

.myBgColor { background-color: #C9CFB1; }

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

This div background color is #C9CFB1.


Border color

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

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

This div border color is #C9CFB1.


Opacity

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

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

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

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

This text has shadow with #C9CFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CFB1 on black background.


Color preview on white background

This text has color #C9CFB1 on white background.



Black color preview on #C9CFB1 background

This text has black color on #C9CFB1 background.


White color preview on #C9CFB1 background

This text has white color on #C9CFB1 background.