COLOR #C9D884

HEX: #C9D884
RGB: (201,216,132)

Color info

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

RGB color model

#C9D884 color RGB value is (201,216,132).

  • red value is 201;
  • green value is 216;
  • blue value is 132.
RGB:
(201,216,132)
(79%,85%,52%)

RGB channels and saturation

R 201 of 255 = 79%
G 216 of 255 = 85%
B 132 of 255 = 52%

201
216
132

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

Portions of RGB colors in percentages

R + G + B =
201 + 216 + 132 = 549 (100%)
R 201 of 549 ~ 36.61%
G 216 of 549 ~ 39.34%
B 132 of 549 ~ 24.04%

%36.61
%39.34
%24.04

CMYK color model

#C9D884 color CMYK value is (7,0,39,15).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 15.29%
CMYK:
(7,0,39,15)
C7M0Y39K15 
(7%,0%,39%,15%)
(0.07/0.00/0.39/0.15)	

CMYK percentages

%6.94
%0
%38.89
%15.29

Codes

Color #C9D884 in popluar color models

C9D884
RGB201216132
HSL71°51.85%68.24%
HSB/HSV71°38.89%84.71%
CMYK6.94%0.00%38.89%
15.29%

Color #C9D884 in popluar number systems.

HEXC9D884
Decimal201216132
Binary110010011101100010000100
Octal311330204

Shades and tints

Shades of #C9D884

#C9D884
(201,216,132)
#B7C578
(183,197,120)
#A5B26C
(165,178,108)
#939F60
(147,159,96)
#818C54
(129,140,84)
#6F7948
(111,121,72)
#5D663C
(93,102,60)
#4B5330
(75,83,48)
#394024
(57,64,36)
#272D18
(39,45,24)
#151A0C
(21,26,12)
#000000
(0,0,0)

Tints of #C9D884

#C9D884
(201,216,132)
#CDDB8F
(205,219,143)
#D1DE9A
(209,222,154)
#D5E1A5
(213,225,165)
#D9E4B0
(217,228,176)
#DDE7BB
(221,231,187)
#E1EAC6
(225,234,198)
#E5EDD1
(229,237,209)
#E9F0DC
(233,240,220)
#EDF3E7
(237,243,231)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D884 color. Also use rgb(201,216,132) instead hex code.

Text Font Color

.myTextColor { color: #C9D884; }

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

This text font color is #C9D884.


Background Color

.myBgColor { background-color: #C9D884; }

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

This div background color is #C9D884.


Border color

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

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

This div border color is #C9D884.


Opacity

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

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

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

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

This text has shadow with #C9D884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D884 on black background.


Color preview on white background

This text has color #C9D884 on white background.



Black color preview on #C9D884 background

This text has black color on #C9D884 background.


White color preview on #C9D884 background

This text has white color on #C9D884 background.