COLOR #D2EAFD

HEX: #D2EAFD RGB: (210,234,253)

Color info

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

RGB color model

#D2EAFD color RGB value is (210,234,253).

RGB: (210,234,253) (82%, 92%, 99%)

RGB channels and saturation

R 210 of 255 = 82%
G 234 of 255 = 92%
B 253 of 255 = 99%

210
234
253

R + G + B ~ 91%. #D2EAFD is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 234 + 253 = 697 (100%)
R 210 of 697 ~ 30.13%
G 234 of 697 ~ 33.57%
B 253 of 697 ~ 36.3'%

%30.13
%33.57
%36.3

CMYK color model

#D2EAFD color CMYK value is (17,8,0,1).

  • cyan value is 17.00%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (17,8,0,1)
C17M8Y0K1 (17%, 8%, 0%, 1%)
(0.17 / 0.08 / 0.00 / 0.01)

CMYK percentages

%17
%7.51
%0
%0.78

Codes

Color #D2EAFD in popluar color models

D2 EA FD
RGB 210 234 253
HSL 207° 91.49% 90.78%
HSB/HSV 207° 17.00% 99.22%
CMYK 17.00% 7.51% 0.00%
0.78%

Color #D2EAFD in popluar number systems.

HEX D2 EA FD
Decimal 210 234 253
Binary 11010010 11101010 11111101
Octal 322 352 375

Shades and tints

Shades of #D2EAFD

#D2EAFD
(210,234,253)
#BFD5E6
(191,213,230)
#ACC0CF
(172,192,207)
#99ABB8
(153,171,184)
#8696A1
(134,150,161)
#73818A
(115,129,138)
#606C73
(96,108,115)
#4D575C
(77,87,92)
#3A4245
(58,66,69)
#272D2E
(39,45,46)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #D2EAFD

#D2EAFD
(210,234,253)
#D6EBFD
(214,235,253)
#DAECFD
(218,236,253)
#DEEDFD
(222,237,253)
#E2EEFD
(226,238,253)
#E6EFFD
(230,239,253)
#EAF0FD
(234,240,253)
#EEF1FD
(238,241,253)
#F2F2FD
(242,242,253)
#F6F3FD
(246,243,253)
#FAF4FD
(250,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EAFD; }

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

This text font color is #D2EAFD.

Background Color

.myBgColor { background-color: #D2EAFD; }

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

This div background color is #D2EAFD.

Border color

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

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

This div border color is #D2EAFD.

Opacity

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

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

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

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

This text has shadow with #D2EAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2EAFD.

Preview

Color preview on black background

This text has color #D2EAFD on black background.


Color preview on white background

This text has color #D2EAFD on white background.


Black color preview on #D2EAFD background

This text has black color on #D2EAFD background.


White color preview on #D2EAFD background

This text has white color on #D2EAFD background.


Related colors

Complementary color

Complementary color for #hex is #2D1502.


I love getcolorcode.com

Triadic colors

1 #FDD2EA and #EAFDD2 with #D2EAFD are triadic colors.

2 #FDEAD2 and #EAD2FD with #D2EAFD are triadic colors.