COLOR #C4DEBA

HEX: #C4DEBA
RGB: (196,222,186)

Color info

#C4DEBA contains red, green and blue colors in about the same proportion. Web safe color of #C4DEBA is #CCCCCC (or #CCC).

RGB color model

#C4DEBA color RGB value is (196,222,186).

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

RGB channels and saturation

R 196 of 255 = 77%
G 222 of 255 = 87%
B 186 of 255 = 73%

196
222
186

R + G + B ~ 79%. #C4DEBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 222 + 186 = 604 (100%)
R 196 of 604 ~ 32.45%
G 222 of 604 ~ 36.75%
B 186 of 604 ~ 30.79%

%32.45
%36.75
%30.79

CMYK color model

#C4DEBA color CMYK value is (12,0,16,13).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 12.94%
CMYK:
(12,0,16,13)
C12M0Y16K13 
(12%,0%,16%,13%)
(0.12/0.00/0.16/0.13)	

CMYK percentages

%11.71
%0
%16.22
%12.94

Codes

Color #C4DEBA in popluar color models

C4DEBA
RGB196222186
HSL103°35.29%80.00%
HSB/HSV103°16.22%87.06%
CMYK11.71%0.00%16.22%
12.94%

Color #C4DEBA in popluar number systems.

HEXC4DEBA
Decimal196222186
Binary110001001101111010111010
Octal304336272

Shades and tints

Shades of #C4DEBA

#C4DEBA
(196,222,186)
#B3CAAA
(179,202,170)
#A2B69A
(162,182,154)
#91A28A
(145,162,138)
#808E7A
(128,142,122)
#6F7A6A
(111,122,106)
#5E665A
(94,102,90)
#4D524A
(77,82,74)
#3C3E3A
(60,62,58)
#2B2A2A
(43,42,42)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #C4DEBA

#C4DEBA
(196,222,186)
#C9E1C0
(201,225,192)
#CEE4C6
(206,228,198)
#D3E7CC
(211,231,204)
#D8EAD2
(216,234,210)
#DDEDD8
(221,237,216)
#E2F0DE
(226,240,222)
#E7F3E4
(231,243,228)
#ECF6EA
(236,246,234)
#F1F9F0
(241,249,240)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DEBA; }

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

This text font color is #C4DEBA.


Background Color

.myBgColor { background-color: #C4DEBA; }

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

This div background color is #C4DEBA.


Border color

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

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

This div border color is #C4DEBA.


Opacity

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

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

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

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

This text has shadow with #C4DEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DEBA on black background.


Color preview on white background

This text has color #C4DEBA on white background.



Black color preview on #C4DEBA background

This text has black color on #C4DEBA background.


White color preview on #C4DEBA background

This text has white color on #C4DEBA background.