COLOR #D4E3ED

HEX: #D4E3ED
RGB: (212,227,237)

Color info

#D4E3ED contains red, green and blue colors in about the same proportion. Web safe color of #D4E3ED is #CCCCFF (or #CCF).

RGB color model

#D4E3ED color RGB value is (212,227,237).

  • red value is 212;
  • green value is 227;
  • blue value is 237.
RGB:
(212,227,237)
(83%,89%,93%)

RGB channels and saturation

R 212 of 255 = 83%
G 227 of 255 = 89%
B 237 of 255 = 93%

212
227
237

R + G + B ~ 88%. #D4E3ED is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 227 + 237 = 676 (100%)
R 212 of 676 ~ 31.36%
G 227 of 676 ~ 33.58%
B 237 of 676 ~ 35.06%

%31.36
%33.58
%35.06

CMYK color model

#D4E3ED color CMYK value is (11,4,0,7).

  • cyan value is 10.55%
  • magenta value is 4.22%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,4,0,7)
C11M4Y0K7 
(11%,4%,0%,7%)
(0.11/0.04/0.00/0.07)	

CMYK percentages

%10.55
%4.22
%0
%7.06

Codes

Color #D4E3ED in popluar color models

D4E3ED
RGB212227237
HSL204°40.98%88.04%
HSB/HSV204°10.55%92.94%
CMYK10.55%4.22%0.00%
7.06%

Color #D4E3ED in popluar number systems.

HEXD4E3ED
Decimal212227237
Binary110101001110001111101101
Octal324343355

Shades and tints

Shades of #D4E3ED

#D4E3ED
(212,227,237)
#C1CFD8
(193,207,216)
#AEBBC3
(174,187,195)
#9BA7AE
(155,167,174)
#889399
(136,147,153)
#757F84
(117,127,132)
#626B6F
(98,107,111)
#4F575A
(79,87,90)
#3C4345
(60,67,69)
#292F30
(41,47,48)
#161B1B
(22,27,27)
#000000
(0,0,0)

Tints of #D4E3ED

#D4E3ED
(212,227,237)
#D7E5EE
(215,229,238)
#DAE7EF
(218,231,239)
#DDE9F0
(221,233,240)
#E0EBF1
(224,235,241)
#E3EDF2
(227,237,242)
#E6EFF3
(230,239,243)
#E9F1F4
(233,241,244)
#ECF3F5
(236,243,245)
#EFF5F6
(239,245,246)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E3ED color. Also use rgb(212,227,237) instead hex code.

Text Font Color

.myTextColor { color: #D4E3ED; }

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

This text font color is #D4E3ED.


Background Color

.myBgColor { background-color: #D4E3ED; }

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

This div background color is #D4E3ED.


Border color

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

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

This div border color is #D4E3ED.


Opacity

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

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

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

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

This text has shadow with #D4E3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E3ED on black background.


Color preview on white background

This text has color #D4E3ED on white background.



Black color preview on #D4E3ED background

This text has black color on #D4E3ED background.


White color preview on #D4E3ED background

This text has white color on #D4E3ED background.