COLOR #C4DC9D

HEX: #C4DC9D
RGB: (196,220,157)

Color info

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

RGB color model

#C4DC9D color RGB value is (196,220,157).

  • red value is 196;
  • green value is 220;
  • blue value is 157.
RGB:
(196,220,157)
(77%,86%,62%)

RGB channels and saturation

R 196 of 255 = 77%
G 220 of 255 = 86%
B 157 of 255 = 62%

196
220
157

R + G + B ~ 75%. #C4DC9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 220 + 157 = 573 (100%)
R 196 of 573 ~ 34.21%
G 220 of 573 ~ 38.39%
B 157 of 573 ~ 27.4%

%34.21
%38.39
%27.4

CMYK color model

#C4DC9D color CMYK value is (11,0,29,14).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 28.64%
  • key color value is 13.73%
CMYK:
(11,0,29,14)
C11M0Y29K14 
(11%,0%,29%,14%)
(0.11/0.00/0.29/0.14)	

CMYK percentages

%10.91
%0
%28.64
%13.73

Codes

Color #C4DC9D in popluar color models

C4DC9D
RGB196220157
HSL83°47.37%73.92%
HSB/HSV83°28.64%86.27%
CMYK10.91%0.00%28.64%
13.73%

Color #C4DC9D in popluar number systems.

HEXC4DC9D
Decimal196220157
Binary110001001101110010011101
Octal304334235

Shades and tints

Shades of #C4DC9D

#C4DC9D
(196,220,157)
#B3C88F
(179,200,143)
#A2B481
(162,180,129)
#91A073
(145,160,115)
#808C65
(128,140,101)
#6F7857
(111,120,87)
#5E6449
(94,100,73)
#4D503B
(77,80,59)
#3C3C2D
(60,60,45)
#2B281F
(43,40,31)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #C4DC9D

#C4DC9D
(196,220,157)
#C9DFA5
(201,223,165)
#CEE2AD
(206,226,173)
#D3E5B5
(211,229,181)
#D8E8BD
(216,232,189)
#DDEBC5
(221,235,197)
#E2EECD
(226,238,205)
#E7F1D5
(231,241,213)
#ECF4DD
(236,244,221)
#F1F7E5
(241,247,229)
#F6FAED
(246,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DC9D color. Also use rgb(196,220,157) instead hex code.

Text Font Color

.myTextColor { color: #C4DC9D; }

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

This text font color is #C4DC9D.


Background Color

.myBgColor { background-color: #C4DC9D; }

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

This div background color is #C4DC9D.


Border color

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

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

This div border color is #C4DC9D.


Opacity

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

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

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

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

This text has shadow with #C4DC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DC9D on black background.


Color preview on white background

This text has color #C4DC9D on white background.



Black color preview on #C4DC9D background

This text has black color on #C4DC9D background.


White color preview on #C4DC9D background

This text has white color on #C4DC9D background.