COLOR #C9CF9C

HEX: #C9CF9C
RGB: (201,207,156)

Color info

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

RGB color model

#C9CF9C color RGB value is (201,207,156).

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

RGB channels and saturation

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

201
207
156

R + G + B ~ 74%. #C9CF9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 207 + 156 = 564 (100%)
R 201 of 564 ~ 35.64%
G 207 of 564 ~ 36.7%
B 156 of 564 ~ 27.66%

%35.64
%36.7
%27.66

CMYK color model

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

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 24.64%
  • key color value is 18.82%
CMYK:
(3,0,25,19)
C3M0Y25K19 
(3%,0%,25%,19%)
(0.03/0.00/0.25/0.19)	

CMYK percentages

%2.9
%0
%24.64
%18.82

Codes

Color #C9CF9C in popluar color models

C9CF9C
RGB201207156
HSL67°34.69%71.18%
HSB/HSV67°24.64%81.18%
CMYK2.90%0.00%24.64%
18.82%

Color #C9CF9C in popluar number systems.

HEXC9CF9C
Decimal201207156
Binary110010011100111110011100
Octal311317234

Shades and tints

Shades of #C9CF9C

#C9CF9C
(201,207,156)
#B7BD8E
(183,189,142)
#A5AB80
(165,171,128)
#939972
(147,153,114)
#818764
(129,135,100)
#6F7556
(111,117,86)
#5D6348
(93,99,72)
#4B513A
(75,81,58)
#393F2C
(57,63,44)
#272D1E
(39,45,30)
#151B10
(21,27,16)
#000000
(0,0,0)

Tints of #C9CF9C

#C9CF9C
(201,207,156)
#CDD3A5
(205,211,165)
#D1D7AE
(209,215,174)
#D5DBB7
(213,219,183)
#D9DFC0
(217,223,192)
#DDE3C9
(221,227,201)
#E1E7D2
(225,231,210)
#E5EBDB
(229,235,219)
#E9EFE4
(233,239,228)
#EDF3ED
(237,243,237)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CF9C; }

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

This text font color is #C9CF9C.


Background Color

.myBgColor { background-color: #C9CF9C; }

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

This div background color is #C9CF9C.


Border color

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

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

This div border color is #C9CF9C.


Opacity

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

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

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

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

This text has shadow with #C9CF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CF9C on black background.


Color preview on white background

This text has color #C9CF9C on white background.



Black color preview on #C9CF9C background

This text has black color on #C9CF9C background.


White color preview on #C9CF9C background

This text has white color on #C9CF9C background.