COLOR #D5E6EC

HEX: #D5E6EC
RGB: (213,230,236)

Color info

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

RGB color model

#D5E6EC color RGB value is (213,230,236).

  • red value is 213;
  • green value is 230;
  • blue value is 236.
RGB:
(213,230,236)
(84%,90%,93%)

RGB channels and saturation

R 213 of 255 = 84%
G 230 of 255 = 90%
B 236 of 255 = 93%

213
230
236

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

Portions of RGB colors in percentages

R + G + B =
213 + 230 + 236 = 679 (100%)
R 213 of 679 ~ 31.37%
G 230 of 679 ~ 33.87%
B 236 of 679 ~ 34.76%

%31.37
%33.87
%34.76

CMYK color model

#D5E6EC color CMYK value is (10,3,0,7).

  • cyan value is 9.75%
  • magenta value is 2.54%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(10,3,0,7)
C10M3Y0K7 
(10%,3%,0%,7%)
(0.10/0.03/0.00/0.07)	

CMYK percentages

%9.75
%2.54
%0
%7.45

Codes

Color #D5E6EC in popluar color models

D5E6EC
RGB213230236
HSL196°37.70%88.04%
HSB/HSV196°9.75%92.55%
CMYK9.75%2.54%0.00%
7.45%

Color #D5E6EC in popluar number systems.

HEXD5E6EC
Decimal213230236
Binary110101011110011011101100
Octal325346354

Shades and tints

Shades of #D5E6EC

#D5E6EC
(213,230,236)
#C2D2D7
(194,210,215)
#AFBEC2
(175,190,194)
#9CAAAD
(156,170,173)
#899698
(137,150,152)
#768283
(118,130,131)
#636E6E
(99,110,110)
#505A59
(80,90,89)
#3D4644
(61,70,68)
#2A322F
(42,50,47)
#171E1A
(23,30,26)
#000000
(0,0,0)

Tints of #D5E6EC

#D5E6EC
(213,230,236)
#D8E8ED
(216,232,237)
#DBEAEE
(219,234,238)
#DEECEF
(222,236,239)
#E1EEF0
(225,238,240)
#E4F0F1
(228,240,241)
#E7F2F2
(231,242,242)
#EAF4F3
(234,244,243)
#EDF6F4
(237,246,244)
#F0F8F5
(240,248,245)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E6EC color. Also use rgb(213,230,236) instead hex code.

Text Font Color

.myTextColor { color: #D5E6EC; }

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

This text font color is #D5E6EC.


Background Color

.myBgColor { background-color: #D5E6EC; }

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

This div background color is #D5E6EC.


Border color

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

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

This div border color is #D5E6EC.


Opacity

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

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

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

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

This text has shadow with #D5E6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E6EC on black background.


Color preview on white background

This text has color #D5E6EC on white background.



Black color preview on #D5E6EC background

This text has black color on #D5E6EC background.


White color preview on #D5E6EC background

This text has white color on #D5E6EC background.