COLOR #D2EAFF

HEX: #D2EAFF
RGB: (210,234,255)

Color info

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

RGB color model

#D2EAFF color RGB value is (210,234,255).

  • red value is 210;
  • green value is 234;
  • blue value is 255.
RGB:
(210,234,255)
(82%,92%,100%)

RGB channels and saturation

R 210 of 255 = 82%
G 234 of 255 = 92%
B 255 of 255 = 100%

210
234
255

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

Portions of RGB colors in percentages

R + G + B =
210 + 234 + 255 = 699 (100%)
R 210 of 699 ~ 30.04%
G 234 of 699 ~ 33.48%
B 255 of 699 ~ 36.48%

%30.04
%33.48
%36.48

CMYK color model

#D2EAFF color CMYK value is (18,8,0,0).

  • cyan value is 17.65%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(18,8,0,0)
C18M8Y0K0 
(18%,8%,0%,0%)
(0.18/0.08/0.00/0.00)	

CMYK percentages

%17.65
%8.24
%0
%0

Codes

Color #D2EAFF in popluar color models

D2EAFF
RGB210234255
HSL208°100.00%91.18%
HSB/HSV208°17.65%100.00%
CMYK17.65%8.24%0.00%
0.00%

Color #D2EAFF in popluar number systems.

HEXD2EAFF
Decimal210234255
Binary110100101110101011111111
Octal322352377

Shades and tints

Shades of #D2EAFF

#D2EAFF
(210,234,255)
#BFD5E8
(191,213,232)
#ACC0D1
(172,192,209)
#99ABBA
(153,171,186)
#8696A3
(134,150,163)
#73818C
(115,129,140)
#606C75
(96,108,117)
#4D575E
(77,87,94)
#3A4247
(58,66,71)
#272D30
(39,45,48)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #D2EAFF

#D2EAFF
(210,234,255)
#D6EBFF
(214,235,255)
#DAECFF
(218,236,255)
#DEEDFF
(222,237,255)
#E2EEFF
(226,238,255)
#E6EFFF
(230,239,255)
#EAF0FF
(234,240,255)
#EEF1FF
(238,241,255)
#F2F2FF
(242,242,255)
#F6F3FF
(246,243,255)
#FAF4FF
(250,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EAFF; }

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

This text font color is #D2EAFF.


Background Color

.myBgColor { background-color: #D2EAFF; }

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

This div background color is #D2EAFF.


Border color

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

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

This div border color is #D2EAFF.


Opacity

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

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

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

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

This text has shadow with #D2EAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EAFF on black background.


Color preview on white background

This text has color #D2EAFF on white background.



Black color preview on #D2EAFF background

This text has black color on #D2EAFF background.


White color preview on #D2EAFF background

This text has white color on #D2EAFF background.