COLOR #D2E8F8

HEX: #D2E8F8
RGB: (210,232,248)

Color info

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

RGB color model

#D2E8F8 color RGB value is (210,232,248).

  • red value is 210;
  • green value is 232;
  • blue value is 248.
RGB:
(210,232,248)
(82%,91%,97%)

RGB channels and saturation

R 210 of 255 = 82%
G 232 of 255 = 91%
B 248 of 255 = 97%

210
232
248

R + G + B ~ 90%. #D2E8F8 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 232 + 248 = 690 (100%)
R 210 of 690 ~ 30.43%
G 232 of 690 ~ 33.62%
B 248 of 690 ~ 35.94%

%30.43
%33.62
%35.94

CMYK color model

#D2E8F8 color CMYK value is (15,6,0,3).

  • cyan value is 15.32%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,6,0,3)
C15M6Y0K3 
(15%,6%,0%,3%)
(0.15/0.06/0.00/0.03)	

CMYK percentages

%15.32
%6.45
%0
%2.75

Codes

Color #D2E8F8 in popluar color models

D2E8F8
RGB210232248
HSL205°73.08%89.80%
HSB/HSV205°15.32%97.25%
CMYK15.32%6.45%0.00%
2.75%

Color #D2E8F8 in popluar number systems.

HEXD2E8F8
Decimal210232248
Binary110100101110100011111000
Octal322350370

Shades and tints

Shades of #D2E8F8

#D2E8F8
(210,232,248)
#BFD3E2
(191,211,226)
#ACBECC
(172,190,204)
#99A9B6
(153,169,182)
#8694A0
(134,148,160)
#737F8A
(115,127,138)
#606A74
(96,106,116)
#4D555E
(77,85,94)
#3A4048
(58,64,72)
#272B32
(39,43,50)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #D2E8F8

#D2E8F8
(210,232,248)
#D6EAF8
(214,234,248)
#DAECF8
(218,236,248)
#DEEEF8
(222,238,248)
#E2F0F8
(226,240,248)
#E6F2F8
(230,242,248)
#EAF4F8
(234,244,248)
#EEF6F8
(238,246,248)
#F2F8F8
(242,248,248)
#F6FAF8
(246,250,248)
#FAFCF8
(250,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E8F8 color. Also use rgb(210,232,248) instead hex code.

Text Font Color

.myTextColor { color: #D2E8F8; }

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

This text font color is #D2E8F8.


Background Color

.myBgColor { background-color: #D2E8F8; }

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

This div background color is #D2E8F8.


Border color

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

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

This div border color is #D2E8F8.


Opacity

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

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

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

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

This text has shadow with #D2E8F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E8F8 on black background.


Color preview on white background

This text has color #D2E8F8 on white background.



Black color preview on #D2E8F8 background

This text has black color on #D2E8F8 background.


White color preview on #D2E8F8 background

This text has white color on #D2E8F8 background.