COLOR #D4EBD5

HEX: #D4EBD5
RGB: (212,235,213)

Color info

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

RGB color model

#D4EBD5 color RGB value is (212,235,213).

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

RGB channels and saturation

R 212 of 255 = 83%
G 235 of 255 = 92%
B 213 of 255 = 84%

212
235
213

R + G + B ~ 86%. #D4EBD5 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 235 + 213 = 660 (100%)
R 212 of 660 ~ 32.12%
G 235 of 660 ~ 35.61%
B 213 of 660 ~ 32.27%

%32.12
%35.61
%32.27

CMYK color model

#D4EBD5 color CMYK value is (10,0,9,8).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 7.84%
CMYK:
(10,0,9,8)
C10M0Y9K8 
(10%,0%,9%,8%)
(0.10/0.00/0.09/0.08)	

CMYK percentages

%9.79
%0
%9.36
%7.84

Codes

Color #D4EBD5 in popluar color models

D4EBD5
RGB212235213
HSL123°36.51%87.65%
HSB/HSV123°9.79%92.16%
CMYK9.79%0.00%9.36%
7.84%

Color #D4EBD5 in popluar number systems.

HEXD4EBD5
Decimal212235213
Binary110101001110101111010101
Octal324353325

Shades and tints

Shades of #D4EBD5

#D4EBD5
(212,235,213)
#C1D6C2
(193,214,194)
#AEC1AF
(174,193,175)
#9BAC9C
(155,172,156)
#889789
(136,151,137)
#758276
(117,130,118)
#626D63
(98,109,99)
#4F5850
(79,88,80)
#3C433D
(60,67,61)
#292E2A
(41,46,42)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #D4EBD5

#D4EBD5
(212,235,213)
#D7ECD8
(215,236,216)
#DAEDDB
(218,237,219)
#DDEEDE
(221,238,222)
#E0EFE1
(224,239,225)
#E3F0E4
(227,240,228)
#E6F1E7
(230,241,231)
#E9F2EA
(233,242,234)
#ECF3ED
(236,243,237)
#EFF4F0
(239,244,240)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EBD5; }

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

This text font color is #D4EBD5.


Background Color

.myBgColor { background-color: #D4EBD5; }

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

This div background color is #D4EBD5.


Border color

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

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

This div border color is #D4EBD5.


Opacity

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

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

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

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

This text has shadow with #D4EBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EBD5 on black background.


Color preview on white background

This text has color #D4EBD5 on white background.



Black color preview on #D4EBD5 background

This text has black color on #D4EBD5 background.


White color preview on #D4EBD5 background

This text has white color on #D4EBD5 background.