COLOR #C9CF9B

HEX: #C9CF9B
RGB: (201,207,155)

Color info

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

RGB color model

#C9CF9B color RGB value is (201,207,155).

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

RGB channels and saturation

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

201
207
155

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

Portions of RGB colors in percentages

R + G + B =
201 + 207 + 155 = 563 (100%)
R 201 of 563 ~ 35.7%
G 207 of 563 ~ 36.77%
B 155 of 563 ~ 27.53%

%35.7
%36.77
%27.53

CMYK color model

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

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

Codes

Color #C9CF9B in popluar color models

C9CF9B
RGB201207155
HSL67°35.14%70.98%
HSB/HSV67°25.12%81.18%
CMYK2.90%0.00%25.12%
18.82%

Color #C9CF9B in popluar number systems.

HEXC9CF9B
Decimal201207155
Binary110010011100111110011011
Octal311317233

Shades and tints

Shades of #C9CF9B

#C9CF9B
(201,207,155)
#B7BD8D
(183,189,141)
#A5AB7F
(165,171,127)
#939971
(147,153,113)
#818763
(129,135,99)
#6F7555
(111,117,85)
#5D6347
(93,99,71)
#4B5139
(75,81,57)
#393F2B
(57,63,43)
#272D1D
(39,45,29)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #C9CF9B

#C9CF9B
(201,207,155)
#CDD3A4
(205,211,164)
#D1D7AD
(209,215,173)
#D5DBB6
(213,219,182)
#D9DFBF
(217,223,191)
#DDE3C8
(221,227,200)
#E1E7D1
(225,231,209)
#E5EBDA
(229,235,218)
#E9EFE3
(233,239,227)
#EDF3EC
(237,243,236)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CF9B; }

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

This text font color is #C9CF9B.


Background Color

.myBgColor { background-color: #C9CF9B; }

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

This div background color is #C9CF9B.


Border color

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

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

This div border color is #C9CF9B.


Opacity

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

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

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

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

This text has shadow with #C9CF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CF9B on black background.


Color preview on white background

This text has color #C9CF9B on white background.



Black color preview on #C9CF9B background

This text has black color on #C9CF9B background.


White color preview on #C9CF9B background

This text has white color on #C9CF9B background.