COLOR #D5EEFF

HEX: #D5EEFF RGB: (213,238,255)

Color info

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

RGB color model

#D5EEFF color RGB value is (213,238,255).

RGB: (213,238,255) (84%, 93%, 100%)

RGB channels and saturation

R 213 of 255 = 84%
G 238 of 255 = 93%
B 255 of 255 = 100%

213
238
255

R + G + B ~ 92%. #D5EEFF is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 238 + 255 = 706 (100%)
R 213 of 706 ~ 30.17%
G 238 of 706 ~ 33.71%
B 255 of 706 ~ 36.12'%

%30.17
%33.71
%36.12

CMYK color model

#D5EEFF color CMYK value is (16,7,0,0).

  • cyan value is 16.47%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (16,7,0,0)
C16M7Y0K0 (16%, 7%, 0%, 0%)
(0.16 / 0.07 / 0.00 / 0.00)

CMYK percentages

%16.47
%6.67
%0
%0

Codes

Color #D5EEFF in popluar color models

D5 EE FF
RGB 213 238 255
HSL 204° 100.00% 91.76%
HSB/HSV 204° 16.47% 100.00%
CMYK 16.47% 6.67% 0.00%
0.00%

Color #D5EEFF in popluar number systems.

HEX D5 EE FF
Decimal 213 238 255
Binary 11010101 11101110 11111111
Octal 325 356 377

Shades and tints

Shades of #D5EEFF

#D5EEFF
(213,238,255)
#C2D9E8
(194,217,232)
#AFC4D1
(175,196,209)
#9CAFBA
(156,175,186)
#899AA3
(137,154,163)
#76858C
(118,133,140)
#637075
(99,112,117)
#505B5E
(80,91,94)
#3D4647
(61,70,71)
#2A3130
(42,49,48)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #D5EEFF

#D5EEFF
(213,238,255)
#D8EFFF
(216,239,255)
#DBF0FF
(219,240,255)
#DEF1FF
(222,241,255)
#E1F2FF
(225,242,255)
#E4F3FF
(228,243,255)
#E7F4FF
(231,244,255)
#EAF5FF
(234,245,255)
#EDF6FF
(237,246,255)
#F0F7FF
(240,247,255)
#F3F8FF
(243,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EEFF; }

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

This text font color is #D5EEFF.

Background Color

.myBgColor { background-color: #D5EEFF; }

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

This div background color is #D5EEFF.

Border color

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

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

This div border color is #D5EEFF.

Opacity

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

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

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

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

This text has shadow with #D5EEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5EEFF.

Preview

Color preview on black background

This text has color #D5EEFF on black background.


Color preview on white background

This text has color #D5EEFF on white background.


Black color preview on #D5EEFF background

This text has black color on #D5EEFF background.


White color preview on #D5EEFF background

This text has white color on #D5EEFF background.


Related colors

Complementary color

Complementary color for #hex is #2A1100.


I love getcolorcode.com

Triadic colors

1 #FFD5EE and #EEFFD5 with #D5EEFF are triadic colors.

2 #FFEED5 and #EED5FF with #D5EEFF are triadic colors.