COLOR #D2E5EF

HEX: #D2E5EF RGB: (210,229,239)

Color info

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

RGB color model

#D2E5EF color RGB value is (210,229,239).

RGB: (210,229,239) (82%, 90%, 94%)

RGB channels and saturation

R 210 of 255 = 82%
G 229 of 255 = 90%
B 239 of 255 = 94%

210
229
239

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

Portions of RGB colors in percentages

R + G + B = 210 + 229 + 239 = 678 (100%)
R 210 of 678 ~ 30.97%
G 229 of 678 ~ 33.78%
B 239 of 678 ~ 35.25'%

%30.97
%33.78
%35.25

CMYK color model

#D2E5EF color CMYK value is (12,4,0,6).

  • cyan value is 12.13%
  • magenta value is 4.18%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (12,4,0,6)
C12M4Y0K6 (12%, 4%, 0%, 6%)
(0.12 / 0.04 / 0.00 / 0.06)

CMYK percentages

%12.13
%4.18
%0
%6.27

Codes

Color #D2E5EF in popluar color models

D2 E5 EF
RGB 210 229 239
HSL 201° 47.54% 88.04%
HSB/HSV 201° 12.13% 93.73%
CMYK 12.13% 4.18% 0.00%
6.27%

Color #D2E5EF in popluar number systems.

HEX D2 E5 EF
Decimal 210 229 239
Binary 11010010 11100101 11101111
Octal 322 345 357

Shades and tints

Shades of #D2E5EF

#D2E5EF
(210,229,239)
#BFD1DA
(191,209,218)
#ACBDC5
(172,189,197)
#99A9B0
(153,169,176)
#86959B
(134,149,155)
#738186
(115,129,134)
#606D71
(96,109,113)
#4D595C
(77,89,92)
#3A4547
(58,69,71)
#273132
(39,49,50)
#141D1D
(20,29,29)
#000000
(0,0,0)

Tints of #D2E5EF

#D2E5EF
(210,229,239)
#D6E7F0
(214,231,240)
#DAE9F1
(218,233,241)
#DEEBF2
(222,235,242)
#E2EDF3
(226,237,243)
#E6EFF4
(230,239,244)
#EAF1F5
(234,241,245)
#EEF3F6
(238,243,246)
#F2F5F7
(242,245,247)
#F6F7F8
(246,247,248)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E5EF color. Also use rgb(210,229,239) instead hex code.

Text Font Color

.myTextColor { color: #D2E5EF; }

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

This text font color is #D2E5EF.

Background Color

.myBgColor { background-color: #D2E5EF; }

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

This div background color is #D2E5EF.

Border color

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

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

This div border color is #D2E5EF.

Opacity

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

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

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

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

This text has shadow with #D2E5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E5EF.

Preview

Color preview on black background

This text has color #D2E5EF on black background.


Color preview on white background

This text has color #D2E5EF on white background.


Black color preview on #D2E5EF background

This text has black color on #D2E5EF background.


White color preview on #D2E5EF background

This text has white color on #D2E5EF background.


Related colors

Complementary color

Complementary color for #hex is #2D1A10.


I love getcolorcode.com

Triadic colors

1 #EFD2E5 and #E5EFD2 with #D2E5EF are triadic colors.

2 #EFE5D2 and #E5D2EF with #D2E5EF are triadic colors.