COLOR #C4DEB0

HEX: #C4DEB0
RGB: (196,222,176)

Color info

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

RGB color model

#C4DEB0 color RGB value is (196,222,176).

  • red value is 196;
  • green value is 222;
  • blue value is 176.
RGB:
(196,222,176)
(77%,87%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 222 of 255 = 87%
B 176 of 255 = 69%

196
222
176

R + G + B ~ 78%. #C4DEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 222 + 176 = 594 (100%)
R 196 of 594 ~ 33%
G 222 of 594 ~ 37.37%
B 176 of 594 ~ 29.63%

%33
%37.37
%29.63

CMYK color model

#C4DEB0 color CMYK value is (12,0,21,13).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 20.72%
  • key color value is 12.94%
CMYK:
(12,0,21,13)
C12M0Y21K13 
(12%,0%,21%,13%)
(0.12/0.00/0.21/0.13)	

CMYK percentages

%11.71
%0
%20.72
%12.94

Codes

Color #C4DEB0 in popluar color models

C4DEB0
RGB196222176
HSL94°41.07%78.04%
HSB/HSV94°20.72%87.06%
CMYK11.71%0.00%20.72%
12.94%

Color #C4DEB0 in popluar number systems.

HEXC4DEB0
Decimal196222176
Binary110001001101111010110000
Octal304336260

Shades and tints

Shades of #C4DEB0

#C4DEB0
(196,222,176)
#B3CAA0
(179,202,160)
#A2B690
(162,182,144)
#91A280
(145,162,128)
#808E70
(128,142,112)
#6F7A60
(111,122,96)
#5E6650
(94,102,80)
#4D5240
(77,82,64)
#3C3E30
(60,62,48)
#2B2A20
(43,42,32)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #C4DEB0

#C4DEB0
(196,222,176)
#C9E1B7
(201,225,183)
#CEE4BE
(206,228,190)
#D3E7C5
(211,231,197)
#D8EACC
(216,234,204)
#DDEDD3
(221,237,211)
#E2F0DA
(226,240,218)
#E7F3E1
(231,243,225)
#ECF6E8
(236,246,232)
#F1F9EF
(241,249,239)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DEB0 color. Also use rgb(196,222,176) instead hex code.

Text Font Color

.myTextColor { color: #C4DEB0; }

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

This text font color is #C4DEB0.


Background Color

.myBgColor { background-color: #C4DEB0; }

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

This div background color is #C4DEB0.


Border color

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

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

This div border color is #C4DEB0.


Opacity

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

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

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

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

This text has shadow with #C4DEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DEB0 on black background.


Color preview on white background

This text has color #C4DEB0 on white background.



Black color preview on #C4DEB0 background

This text has black color on #C4DEB0 background.


White color preview on #C4DEB0 background

This text has white color on #C4DEB0 background.