COLOR #C9CE95

HEX: #C9CE95
RGB: (201,206,149)

Color info

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

RGB color model

#C9CE95 color RGB value is (201,206,149).

  • red value is 201;
  • green value is 206;
  • blue value is 149.
RGB:
(201,206,149)
(79%,81%,58%)

RGB channels and saturation

R 201 of 255 = 79%
G 206 of 255 = 81%
B 149 of 255 = 58%

201
206
149

R + G + B ~ 73%. #C9CE95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 206 + 149 = 556 (100%)
R 201 of 556 ~ 36.15%
G 206 of 556 ~ 37.05%
B 149 of 556 ~ 26.8%

%36.15
%37.05
%26.8

CMYK color model

#C9CE95 color CMYK value is (2,0,28,19).

  • cyan value is 2.43%
  • magenta value is 0.00%
  • yellow value is 27.67%
  • key color value is 19.22%
CMYK:
(2,0,28,19)
C2M0Y28K19 
(2%,0%,28%,19%)
(0.02/0.00/0.28/0.19)	

CMYK percentages

%2.43
%0
%27.67
%19.22

Codes

Color #C9CE95 in popluar color models

C9CE95
RGB201206149
HSL65°36.77%69.61%
HSB/HSV65°27.67%80.78%
CMYK2.43%0.00%27.67%
19.22%

Color #C9CE95 in popluar number systems.

HEXC9CE95
Decimal201206149
Binary110010011100111010010101
Octal311316225

Shades and tints

Shades of #C9CE95

#C9CE95
(201,206,149)
#B7BC88
(183,188,136)
#A5AA7B
(165,170,123)
#93986E
(147,152,110)
#818661
(129,134,97)
#6F7454
(111,116,84)
#5D6247
(93,98,71)
#4B503A
(75,80,58)
#393E2D
(57,62,45)
#272C20
(39,44,32)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #C9CE95

#C9CE95
(201,206,149)
#CDD29E
(205,210,158)
#D1D6A7
(209,214,167)
#D5DAB0
(213,218,176)
#D9DEB9
(217,222,185)
#DDE2C2
(221,226,194)
#E1E6CB
(225,230,203)
#E5EAD4
(229,234,212)
#E9EEDD
(233,238,221)
#EDF2E6
(237,242,230)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CE95 color. Also use rgb(201,206,149) instead hex code.

Text Font Color

.myTextColor { color: #C9CE95; }

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

This text font color is #C9CE95.


Background Color

.myBgColor { background-color: #C9CE95; }

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

This div background color is #C9CE95.


Border color

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

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

This div border color is #C9CE95.


Opacity

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

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

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

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

This text has shadow with #C9CE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CE95 on black background.


Color preview on white background

This text has color #C9CE95 on white background.



Black color preview on #C9CE95 background

This text has black color on #C9CE95 background.


White color preview on #C9CE95 background

This text has white color on #C9CE95 background.