COLOR #D4EBDC

HEX: #D4EBDC
RGB: (212,235,220)

Color info

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

RGB color model

#D4EBDC color RGB value is (212,235,220).

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

RGB channels and saturation

R 212 of 255 = 83%
G 235 of 255 = 92%
B 220 of 255 = 86%

212
235
220

R + G + B ~ 87%. #D4EBDC is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 235 + 220 = 667 (100%)
R 212 of 667 ~ 31.78%
G 235 of 667 ~ 35.23%
B 220 of 667 ~ 32.98%

%31.78
%35.23
%32.98

CMYK color model

#D4EBDC color CMYK value is (10,0,6,8).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 7.84%
CMYK:
(10,0,6,8)
C10M0Y6K8 
(10%,0%,6%,8%)
(0.10/0.00/0.06/0.08)	

CMYK percentages

%9.79
%0
%6.38
%7.84

Codes

Color #D4EBDC in popluar color models

D4EBDC
RGB212235220
HSL141°36.51%87.65%
HSB/HSV141°9.79%92.16%
CMYK9.79%0.00%6.38%
7.84%

Color #D4EBDC in popluar number systems.

HEXD4EBDC
Decimal212235220
Binary110101001110101111011100
Octal324353334

Shades and tints

Shades of #D4EBDC

#D4EBDC
(212,235,220)
#C1D6C8
(193,214,200)
#AEC1B4
(174,193,180)
#9BACA0
(155,172,160)
#88978C
(136,151,140)
#758278
(117,130,120)
#626D64
(98,109,100)
#4F5850
(79,88,80)
#3C433C
(60,67,60)
#292E28
(41,46,40)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #D4EBDC

#D4EBDC
(212,235,220)
#D7ECDF
(215,236,223)
#DAEDE2
(218,237,226)
#DDEEE5
(221,238,229)
#E0EFE8
(224,239,232)
#E3F0EB
(227,240,235)
#E6F1EE
(230,241,238)
#E9F2F1
(233,242,241)
#ECF3F4
(236,243,244)
#EFF4F7
(239,244,247)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EBDC; }

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

This text font color is #D4EBDC.


Background Color

.myBgColor { background-color: #D4EBDC; }

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

This div background color is #D4EBDC.


Border color

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

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

This div border color is #D4EBDC.


Opacity

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

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

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

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

This text has shadow with #D4EBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EBDC on black background.


Color preview on white background

This text has color #D4EBDC on white background.



Black color preview on #D4EBDC background

This text has black color on #D4EBDC background.


White color preview on #D4EBDC background

This text has white color on #D4EBDC background.