COLOR #C4DC9B

HEX: #C4DC9B
RGB: (196,220,155)

Color info

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

RGB color model

#C4DC9B color RGB value is (196,220,155).

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

RGB channels and saturation

R 196 of 255 = 77%
G 220 of 255 = 86%
B 155 of 255 = 61%

196
220
155

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

Portions of RGB colors in percentages

R + G + B =
196 + 220 + 155 = 571 (100%)
R 196 of 571 ~ 34.33%
G 220 of 571 ~ 38.53%
B 155 of 571 ~ 27.15%

%34.33
%38.53
%27.15

CMYK color model

#C4DC9B color CMYK value is (11,0,30,14).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 13.73%
CMYK:
(11,0,30,14)
C11M0Y30K14 
(11%,0%,30%,14%)
(0.11/0.00/0.30/0.14)	

CMYK percentages

%10.91
%0
%29.55
%13.73

Codes

Color #C4DC9B in popluar color models

C4DC9B
RGB196220155
HSL82°48.15%73.53%
HSB/HSV82°29.55%86.27%
CMYK10.91%0.00%29.55%
13.73%

Color #C4DC9B in popluar number systems.

HEXC4DC9B
Decimal196220155
Binary110001001101110010011011
Octal304334233

Shades and tints

Shades of #C4DC9B

#C4DC9B
(196,220,155)
#B3C88D
(179,200,141)
#A2B47F
(162,180,127)
#91A071
(145,160,113)
#808C63
(128,140,99)
#6F7855
(111,120,85)
#5E6447
(94,100,71)
#4D5039
(77,80,57)
#3C3C2B
(60,60,43)
#2B281D
(43,40,29)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #C4DC9B

#C4DC9B
(196,220,155)
#C9DFA4
(201,223,164)
#CEE2AD
(206,226,173)
#D3E5B6
(211,229,182)
#D8E8BF
(216,232,191)
#DDEBC8
(221,235,200)
#E2EED1
(226,238,209)
#E7F1DA
(231,241,218)
#ECF4E3
(236,244,227)
#F1F7EC
(241,247,236)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DC9B; }

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

This text font color is #C4DC9B.


Background Color

.myBgColor { background-color: #C4DC9B; }

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

This div background color is #C4DC9B.


Border color

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

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

This div border color is #C4DC9B.


Opacity

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

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

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

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

This text has shadow with #C4DC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DC9B on black background.


Color preview on white background

This text has color #C4DC9B on white background.



Black color preview on #C4DC9B background

This text has black color on #C4DC9B background.


White color preview on #C4DC9B background

This text has white color on #C4DC9B background.