COLOR #C4DCA1

HEX: #C4DCA1
RGB: (196,220,161)

Color info

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

RGB color model

#C4DCA1 color RGB value is (196,220,161).

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

RGB channels and saturation

R 196 of 255 = 77%
G 220 of 255 = 86%
B 161 of 255 = 63%

196
220
161

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

Portions of RGB colors in percentages

R + G + B =
196 + 220 + 161 = 577 (100%)
R 196 of 577 ~ 33.97%
G 220 of 577 ~ 38.13%
B 161 of 577 ~ 27.9%

%33.97
%38.13
%27.9

CMYK color model

#C4DCA1 color CMYK value is (11,0,27,14).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 26.82%
  • key color value is 13.73%
CMYK:
(11,0,27,14)
C11M0Y27K14 
(11%,0%,27%,14%)
(0.11/0.00/0.27/0.14)	

CMYK percentages

%10.91
%0
%26.82
%13.73

Codes

Color #C4DCA1 in popluar color models

C4DCA1
RGB196220161
HSL84°45.74%74.71%
HSB/HSV84°26.82%86.27%
CMYK10.91%0.00%26.82%
13.73%

Color #C4DCA1 in popluar number systems.

HEXC4DCA1
Decimal196220161
Binary110001001101110010100001
Octal304334241

Shades and tints

Shades of #C4DCA1

#C4DCA1
(196,220,161)
#B3C893
(179,200,147)
#A2B485
(162,180,133)
#91A077
(145,160,119)
#808C69
(128,140,105)
#6F785B
(111,120,91)
#5E644D
(94,100,77)
#4D503F
(77,80,63)
#3C3C31
(60,60,49)
#2B2823
(43,40,35)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #C4DCA1

#C4DCA1
(196,220,161)
#C9DFA9
(201,223,169)
#CEE2B1
(206,226,177)
#D3E5B9
(211,229,185)
#D8E8C1
(216,232,193)
#DDEBC9
(221,235,201)
#E2EED1
(226,238,209)
#E7F1D9
(231,241,217)
#ECF4E1
(236,244,225)
#F1F7E9
(241,247,233)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DCA1; }

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

This text font color is #C4DCA1.


Background Color

.myBgColor { background-color: #C4DCA1; }

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

This div background color is #C4DCA1.


Border color

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

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

This div border color is #C4DCA1.


Opacity

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

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

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

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

This text has shadow with #C4DCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DCA1 on black background.


Color preview on white background

This text has color #C4DCA1 on white background.



Black color preview on #C4DCA1 background

This text has black color on #C4DCA1 background.


White color preview on #C4DCA1 background

This text has white color on #C4DCA1 background.