COLOR #D4E9EB

HEX: #D4E9EB
RGB: (212,233,235)

Color info

#D4E9EB contains red, green and blue colors in about the same proportion. Web safe color of #D4E9EB is #CCFFFF (or #CFF).

RGB color model

#D4E9EB color RGB value is (212,233,235).

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

RGB channels and saturation

R 212 of 255 = 83%
G 233 of 255 = 91%
B 235 of 255 = 92%

212
233
235

R + G + B ~ 89%. #D4E9EB is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 233 + 235 = 680 (100%)
R 212 of 680 ~ 31.18%
G 233 of 680 ~ 34.26%
B 235 of 680 ~ 34.56%

%31.18
%34.26
%34.56

CMYK color model

#D4E9EB color CMYK value is (10,1,0,8).

  • cyan value is 9.79%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(10,1,0,8)
C10M1Y0K8 
(10%,1%,0%,8%)
(0.10/0.01/0.00/0.08)	

CMYK percentages

%9.79
%0.85
%0
%7.84

Codes

Color #D4E9EB in popluar color models

D4E9EB
RGB212233235
HSL185°36.51%87.65%
HSB/HSV185°9.79%92.16%
CMYK9.79%0.85%0.00%
7.84%

Color #D4E9EB in popluar number systems.

HEXD4E9EB
Decimal212233235
Binary110101001110100111101011
Octal324351353

Shades and tints

Shades of #D4E9EB

#D4E9EB
(212,233,235)
#C1D4D6
(193,212,214)
#AEBFC1
(174,191,193)
#9BAAAC
(155,170,172)
#889597
(136,149,151)
#758082
(117,128,130)
#626B6D
(98,107,109)
#4F5658
(79,86,88)
#3C4143
(60,65,67)
#292C2E
(41,44,46)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #D4E9EB

#D4E9EB
(212,233,235)
#D7EBEC
(215,235,236)
#DAEDED
(218,237,237)
#DDEFEE
(221,239,238)
#E0F1EF
(224,241,239)
#E3F3F0
(227,243,240)
#E6F5F1
(230,245,241)
#E9F7F2
(233,247,242)
#ECF9F3
(236,249,243)
#EFFBF4
(239,251,244)
#F2FDF5
(242,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E9EB; }

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

This text font color is #D4E9EB.


Background Color

.myBgColor { background-color: #D4E9EB; }

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

This div background color is #D4E9EB.


Border color

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

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

This div border color is #D4E9EB.


Opacity

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

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

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

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

This text has shadow with #D4E9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E9EB on black background.


Color preview on white background

This text has color #D4E9EB on white background.



Black color preview on #D4E9EB background

This text has black color on #D4E9EB background.


White color preview on #D4E9EB background

This text has white color on #D4E9EB background.