COLOR #D4EBCD

HEX: #D4EBCD
RGB: (212,235,205)

Color info

#D4EBCD contains red, green and blue colors in about the same proportion. Web safe color of #D4EBCD is #CCFFCC (or #CFC).

RGB color model

#D4EBCD color RGB value is (212,235,205).

  • red value is 212;
  • green value is 235;
  • blue value is 205.
RGB:
(212,235,205)
(83%,92%,80%)

RGB channels and saturation

R 212 of 255 = 83%
G 235 of 255 = 92%
B 205 of 255 = 80%

212
235
205

R + G + B ~ 85%. #D4EBCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 235 + 205 = 652 (100%)
R 212 of 652 ~ 32.52%
G 235 of 652 ~ 36.04%
B 205 of 652 ~ 31.44%

%32.52
%36.04
%31.44

CMYK color model

#D4EBCD color CMYK value is (10,0,13,8).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 7.84%
CMYK:
(10,0,13,8)
C10M0Y13K8 
(10%,0%,13%,8%)
(0.10/0.00/0.13/0.08)	

CMYK percentages

%9.79
%0
%12.77
%7.84

Codes

Color #D4EBCD in popluar color models

D4EBCD
RGB212235205
HSL106°42.86%86.27%
HSB/HSV106°12.77%92.16%
CMYK9.79%0.00%12.77%
7.84%

Color #D4EBCD in popluar number systems.

HEXD4EBCD
Decimal212235205
Binary110101001110101111001101
Octal324353315

Shades and tints

Shades of #D4EBCD

#D4EBCD
(212,235,205)
#C1D6BB
(193,214,187)
#AEC1A9
(174,193,169)
#9BAC97
(155,172,151)
#889785
(136,151,133)
#758273
(117,130,115)
#626D61
(98,109,97)
#4F584F
(79,88,79)
#3C433D
(60,67,61)
#292E2B
(41,46,43)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #D4EBCD

#D4EBCD
(212,235,205)
#D7ECD1
(215,236,209)
#DAEDD5
(218,237,213)
#DDEED9
(221,238,217)
#E0EFDD
(224,239,221)
#E3F0E1
(227,240,225)
#E6F1E5
(230,241,229)
#E9F2E9
(233,242,233)
#ECF3ED
(236,243,237)
#EFF4F1
(239,244,241)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EBCD color. Also use rgb(212,235,205) instead hex code.

Text Font Color

.myTextColor { color: #D4EBCD; }

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

This text font color is #D4EBCD.


Background Color

.myBgColor { background-color: #D4EBCD; }

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

This div background color is #D4EBCD.


Border color

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

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

This div border color is #D4EBCD.


Opacity

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

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

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

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

This text has shadow with #D4EBCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EBCD on black background.


Color preview on white background

This text has color #D4EBCD on white background.



Black color preview on #D4EBCD background

This text has black color on #D4EBCD background.


White color preview on #D4EBCD background

This text has white color on #D4EBCD background.