COLOR #D5EAEE

HEX: #D5EAEE
RGB: (213,234,238)

Color info

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

RGB color model

#D5EAEE color RGB value is (213,234,238).

  • red value is 213;
  • green value is 234;
  • blue value is 238.
RGB:
(213,234,238)
(84%,92%,93%)

RGB channels and saturation

R 213 of 255 = 84%
G 234 of 255 = 92%
B 238 of 255 = 93%

213
234
238

R + G + B ~ 90%. #D5EAEE is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 234 + 238 = 685 (100%)
R 213 of 685 ~ 31.09%
G 234 of 685 ~ 34.16%
B 238 of 685 ~ 34.74%

%31.09
%34.16
%34.74

CMYK color model

#D5EAEE color CMYK value is (11,2,0,7).

  • cyan value is 10.50%
  • magenta value is 1.68%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(11,2,0,7)
C11M2Y0K7 
(11%,2%,0%,7%)
(0.11/0.02/0.00/0.07)	

CMYK percentages

%10.5
%1.68
%0
%6.67

Codes

Color #D5EAEE in popluar color models

D5EAEE
RGB213234238
HSL190°42.37%88.43%
HSB/HSV190°10.50%93.33%
CMYK10.50%1.68%0.00%
6.67%

Color #D5EAEE in popluar number systems.

HEXD5EAEE
Decimal213234238
Binary110101011110101011101110
Octal325352356

Shades and tints

Shades of #D5EAEE

#D5EAEE
(213,234,238)
#C2D5D9
(194,213,217)
#AFC0C4
(175,192,196)
#9CABAF
(156,171,175)
#89969A
(137,150,154)
#768185
(118,129,133)
#636C70
(99,108,112)
#50575B
(80,87,91)
#3D4246
(61,66,70)
#2A2D31
(42,45,49)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #D5EAEE

#D5EAEE
(213,234,238)
#D8EBEF
(216,235,239)
#DBECF0
(219,236,240)
#DEEDF1
(222,237,241)
#E1EEF2
(225,238,242)
#E4EFF3
(228,239,243)
#E7F0F4
(231,240,244)
#EAF1F5
(234,241,245)
#EDF2F6
(237,242,246)
#F0F3F7
(240,243,247)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EAEE color. Also use rgb(213,234,238) instead hex code.

Text Font Color

.myTextColor { color: #D5EAEE; }

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

This text font color is #D5EAEE.


Background Color

.myBgColor { background-color: #D5EAEE; }

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

This div background color is #D5EAEE.


Border color

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

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

This div border color is #D5EAEE.


Opacity

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

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

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

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

This text has shadow with #D5EAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EAEE on black background.


Color preview on white background

This text has color #D5EAEE on white background.



Black color preview on #D5EAEE background

This text has black color on #D5EAEE background.


White color preview on #D5EAEE background

This text has white color on #D5EAEE background.