COLOR #C9CF8E

HEX: #C9CF8E RGB: (201,207,142)

Color info

#C9CF8E contains mainly red and green colors. Web safe color of #C9CF8E is #CCCC99 (or #CC9).

RGB color model

#C9CF8E color RGB value is (201,207,142).

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

RGB channels and saturation

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

201
207
142

R + G + B ~ 72%. #C9CF8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 207 + 142 = 550 (100%)
R 201 of 550 ~ 36.55%
G 207 of 550 ~ 37.64%
B 142 of 550 ~ 25.82'%

%36.55
%37.64
%25.82

CMYK color model

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

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 31.40%
  • key color value is 18.82%
CMYK: (3,0,31,19) C3M0Y31K19 (3%,0%,31%,19%) (0.03/0.00/0.31/0.19) 

CMYK percentages

%2.9
%0
%31.4
%18.82

Codes

Color #C9CF8E in popluar color models

C9 CF 8E
RGB 201 207 142
HSL 66° 40.37% 68.43%
HSB/HSV 66° 31.40% 81.18%
CMYK 2.90% 0.00% 31.40%
18.82%

Color #C9CF8E in popluar number systems.

HEX C9 CF 8E
Decimal 201 207 142
Binary 11001001 11001111 10001110
Octal 311 317 216

Shades and tints

Shades of #C9CF8E

#C9CF8E
(201,207,142)
#B7BD82
(183,189,130)
#A5AB76
(165,171,118)
#93996A
(147,153,106)
#81875E
(129,135,94)
#6F7552
(111,117,82)
#5D6346
(93,99,70)
#4B513A
(75,81,58)
#393F2E
(57,63,46)
#272D22
(39,45,34)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #C9CF8E

#C9CF8E
(201,207,142)
#CDD398
(205,211,152)
#D1D7A2
(209,215,162)
#D5DBAC
(213,219,172)
#D9DFB6
(217,223,182)
#DDE3C0
(221,227,192)
#E1E7CA
(225,231,202)
#E5EBD4
(229,235,212)
#E9EFDE
(233,239,222)
#EDF3E8
(237,243,232)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CF8E; }

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

This text font color is #C9CF8E.

Background Color

.myBgColor { background-color: #C9CF8E; }

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

This div background color is #C9CF8E.

Border color

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

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

This div border color is #C9CF8E.

Opacity

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

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

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

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

This text has shadow with #C9CF8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CF8E.

Preview

Color preview on black background

This text has color #C9CF8E on black background.


Color preview on white background

This text has color #C9CF8E on white background.


Black color preview on #C9CF8E background

This text has black color on #C9CF8E background.


White color preview on #C9CF8E background

This text has white color on #C9CF8E background.


Related colors

Complementary color

Complementary color for #hex is #363071.


I love getcolorcode.com

Triadic colors

1 #8EC9CF and #CF8EC9 with #C9CF8E are triadic colors.

2 #8ECFC9 and #CFC98E with #C9CF8E are triadic colors.