COLOR #C9C894

HEX: #C9C894
RGB: (201,200,148)

Color info

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

RGB color model

#C9C894 color RGB value is (201,200,148).

  • red value is 201;
  • green value is 200;
  • blue value is 148.
RGB:
(201,200,148)
(79%,78%,58%)

RGB channels and saturation

R 201 of 255 = 79%
G 200 of 255 = 78%
B 148 of 255 = 58%

201
200
148

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

Portions of RGB colors in percentages

R + G + B =
201 + 200 + 148 = 549 (100%)
R 201 of 549 ~ 36.61%
G 200 of 549 ~ 36.43%
B 148 of 549 ~ 26.96%

%36.61
%36.43
%26.96

CMYK color model

#C9C894 color CMYK value is (0,0,26,21).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 26.37%
  • key color value is 21.18%
CMYK:
(0,0,26,21)
C0M0Y26K21 
(0%,0%,26%,21%)
(0.00/0.00/0.26/0.21)	

CMYK percentages

%0
%0.5
%26.37
%21.18

Codes

Color #C9C894 in popluar color models

C9C894
RGB201200148
HSL59°32.92%68.43%
HSB/HSV59°26.37%78.82%
CMYK0.00%0.50%26.37%
21.18%

Color #C9C894 in popluar number systems.

HEXC9C894
Decimal201200148
Binary110010011100100010010100
Octal311310224

Shades and tints

Shades of #C9C894

#C9C894
(201,200,148)
#B7B687
(183,182,135)
#A5A47A
(165,164,122)
#93926D
(147,146,109)
#818060
(129,128,96)
#6F6E53
(111,110,83)
#5D5C46
(93,92,70)
#4B4A39
(75,74,57)
#39382C
(57,56,44)
#27261F
(39,38,31)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #C9C894

#C9C894
(201,200,148)
#CDCD9D
(205,205,157)
#D1D2A6
(209,210,166)
#D5D7AF
(213,215,175)
#D9DCB8
(217,220,184)
#DDE1C1
(221,225,193)
#E1E6CA
(225,230,202)
#E5EBD3
(229,235,211)
#E9F0DC
(233,240,220)
#EDF5E5
(237,245,229)
#F1FAEE
(241,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C894 color. Also use rgb(201,200,148) instead hex code.

Text Font Color

.myTextColor { color: #C9C894; }

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

This text font color is #C9C894.


Background Color

.myBgColor { background-color: #C9C894; }

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

This div background color is #C9C894.


Border color

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

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

This div border color is #C9C894.


Opacity

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

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

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

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

This text has shadow with #C9C894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C894 on black background.


Color preview on white background

This text has color #C9C894 on white background.



Black color preview on #C9C894 background

This text has black color on #C9C894 background.


White color preview on #C9C894 background

This text has white color on #C9C894 background.