COLOR #C4DCAB

HEX: #C4DCAB
RGB: (196,220,171)

Color info

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

RGB color model

#C4DCAB color RGB value is (196,220,171).

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

RGB channels and saturation

R 196 of 255 = 77%
G 220 of 255 = 86%
B 171 of 255 = 67%

196
220
171

R + G + B ~ 77%. #C4DCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 220 + 171 = 587 (100%)
R 196 of 587 ~ 33.39%
G 220 of 587 ~ 37.48%
B 171 of 587 ~ 29.13%

%33.39
%37.48
%29.13

CMYK color model

#C4DCAB color CMYK value is (11,0,22,14).

  • cyan value is 10.91%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 13.73%
CMYK:
(11,0,22,14)
C11M0Y22K14 
(11%,0%,22%,14%)
(0.11/0.00/0.22/0.14)	

CMYK percentages

%10.91
%0
%22.27
%13.73

Codes

Color #C4DCAB in popluar color models

C4DCAB
RGB196220171
HSL89°41.18%76.67%
HSB/HSV89°22.27%86.27%
CMYK10.91%0.00%22.27%
13.73%

Color #C4DCAB in popluar number systems.

HEXC4DCAB
Decimal196220171
Binary110001001101110010101011
Octal304334253

Shades and tints

Shades of #C4DCAB

#C4DCAB
(196,220,171)
#B3C89C
(179,200,156)
#A2B48D
(162,180,141)
#91A07E
(145,160,126)
#808C6F
(128,140,111)
#6F7860
(111,120,96)
#5E6451
(94,100,81)
#4D5042
(77,80,66)
#3C3C33
(60,60,51)
#2B2824
(43,40,36)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #C4DCAB

#C4DCAB
(196,220,171)
#C9DFB2
(201,223,178)
#CEE2B9
(206,226,185)
#D3E5C0
(211,229,192)
#D8E8C7
(216,232,199)
#DDEBCE
(221,235,206)
#E2EED5
(226,238,213)
#E7F1DC
(231,241,220)
#ECF4E3
(236,244,227)
#F1F7EA
(241,247,234)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DCAB; }

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

This text font color is #C4DCAB.


Background Color

.myBgColor { background-color: #C4DCAB; }

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

This div background color is #C4DCAB.


Border color

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

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

This div border color is #C4DCAB.


Opacity

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

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

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

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

This text has shadow with #C4DCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DCAB on black background.


Color preview on white background

This text has color #C4DCAB on white background.



Black color preview on #C4DCAB background

This text has black color on #C4DCAB background.


White color preview on #C4DCAB background

This text has white color on #C4DCAB background.