COLOR #D4EBDB

HEX: #D4EBDB
RGB: (212,235,219)

Color info

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

RGB color model

#D4EBDB color RGB value is (212,235,219).

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

RGB channels and saturation

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

212
235
219

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

Portions of RGB colors in percentages

R + G + B =
212 + 235 + 219 = 666 (100%)
R 212 of 666 ~ 31.83%
G 235 of 666 ~ 35.29%
B 219 of 666 ~ 32.88%

%31.83
%35.29
%32.88

CMYK color model

#D4EBDB color CMYK value is (10,0,7,8).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 6.81%
  • key color value is 7.84%
CMYK:
(10,0,7,8)
C10M0Y7K8 
(10%,0%,7%,8%)
(0.10/0.00/0.07/0.08)	

CMYK percentages

%9.79
%0
%6.81
%7.84

Codes

Color #D4EBDB in popluar color models

D4EBDB
RGB212235219
HSL138°36.51%87.65%
HSB/HSV138°9.79%92.16%
CMYK9.79%0.00%6.81%
7.84%

Color #D4EBDB in popluar number systems.

HEXD4EBDB
Decimal212235219
Binary110101001110101111011011
Octal324353333

Shades and tints

Shades of #D4EBDB

#D4EBDB
(212,235,219)
#C1D6C8
(193,214,200)
#AEC1B5
(174,193,181)
#9BACA2
(155,172,162)
#88978F
(136,151,143)
#75827C
(117,130,124)
#626D69
(98,109,105)
#4F5856
(79,88,86)
#3C4343
(60,67,67)
#292E30
(41,46,48)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #D4EBDB

#D4EBDB
(212,235,219)
#D7ECDE
(215,236,222)
#DAEDE1
(218,237,225)
#DDEEE4
(221,238,228)
#E0EFE7
(224,239,231)
#E3F0EA
(227,240,234)
#E6F1ED
(230,241,237)
#E9F2F0
(233,242,240)
#ECF3F3
(236,243,243)
#EFF4F6
(239,244,246)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EBDB; }

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

This text font color is #D4EBDB.


Background Color

.myBgColor { background-color: #D4EBDB; }

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

This div background color is #D4EBDB.


Border color

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

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

This div border color is #D4EBDB.


Opacity

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

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

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

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

This text has shadow with #D4EBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EBDB on black background.


Color preview on white background

This text has color #D4EBDB on white background.



Black color preview on #D4EBDB background

This text has black color on #D4EBDB background.


White color preview on #D4EBDB background

This text has white color on #D4EBDB background.