COLOR #D2E5EA

HEX: #D2E5EA RGB: (210,229,234)

Color info

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

RGB color model

#D2E5EA color RGB value is (210,229,234).

RGB: (210,229,234) (82%, 90%, 92%)

RGB channels and saturation

R 210 of 255 = 82%
G 229 of 255 = 90%
B 234 of 255 = 92%

210
229
234

R + G + B ~ 88%. #D2E5EA is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 229 + 234 = 673 (100%)
R 210 of 673 ~ 31.2%
G 229 of 673 ~ 34.03%
B 234 of 673 ~ 34.77'%

%31.2
%34.03
%34.77

CMYK color model

#D2E5EA color CMYK value is (10,2,0,8).

  • cyan value is 10.26%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (10,2,0,8)
C10M2Y0K8 (10%, 2%, 0%, 8%)
(0.10 / 0.02 / 0.00 / 0.08)

CMYK percentages

%10.26
%2.14
%0
%8.24

Codes

Color #D2E5EA in popluar color models

D2 E5 EA
RGB 210 229 234
HSL 193° 36.36% 87.06%
HSB/HSV 193° 10.26% 91.76%
CMYK 10.26% 2.14% 0.00%
8.24%

Color #D2E5EA in popluar number systems.

HEX D2 E5 EA
Decimal 210 229 234
Binary 11010010 11100101 11101010
Octal 322 345 352

Shades and tints

Shades of #D2E5EA

#D2E5EA
(210,229,234)
#BFD1D5
(191,209,213)
#ACBDC0
(172,189,192)
#99A9AB
(153,169,171)
#869596
(134,149,150)
#738181
(115,129,129)
#606D6C
(96,109,108)
#4D5957
(77,89,87)
#3A4542
(58,69,66)
#27312D
(39,49,45)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #D2E5EA

#D2E5EA
(210,229,234)
#D6E7EB
(214,231,235)
#DAE9EC
(218,233,236)
#DEEBED
(222,235,237)
#E2EDEE
(226,237,238)
#E6EFEF
(230,239,239)
#EAF1F0
(234,241,240)
#EEF3F1
(238,243,241)
#F2F5F2
(242,245,242)
#F6F7F3
(246,247,243)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E5EA; }

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

This text font color is #D2E5EA.

Background Color

.myBgColor { background-color: #D2E5EA; }

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

This div background color is #D2E5EA.

Border color

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

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

This div border color is #D2E5EA.

Opacity

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

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

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

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

This text has shadow with #D2E5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E5EA.

Preview

Color preview on black background

This text has color #D2E5EA on black background.


Color preview on white background

This text has color #D2E5EA on white background.


Black color preview on #D2E5EA background

This text has black color on #D2E5EA background.


White color preview on #D2E5EA background

This text has white color on #D2E5EA background.


Related colors

Complementary color

Complementary color for #hex is #2D1A15.


I love getcolorcode.com

Triadic colors

1 #EAD2E5 and #E5EAD2 with #D2E5EA are triadic colors.

2 #EAE5D2 and #E5D2EA with #D2E5EA are triadic colors.