COLOR #D2E5F8

HEX: #D2E5F8
RGB: (210,229,248)

Color info

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

RGB color model

#D2E5F8 color RGB value is (210,229,248).

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

RGB channels and saturation

R 210 of 255 = 82%
G 229 of 255 = 90%
B 248 of 255 = 97%

210
229
248

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

Portions of RGB colors in percentages

R + G + B =
210 + 229 + 248 = 687 (100%)
R 210 of 687 ~ 30.57%
G 229 of 687 ~ 33.33%
B 248 of 687 ~ 36.1%

%30.57
%33.33
%36.1

CMYK color model

#D2E5F8 color CMYK value is (15,8,0,3).

  • cyan value is 15.32%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,8,0,3)
C15M8Y0K3 
(15%,8%,0%,3%)
(0.15/0.08/0.00/0.03)	

CMYK percentages

%15.32
%7.66
%0
%2.75

Codes

Color #D2E5F8 in popluar color models

D2E5F8
RGB210229248
HSL210°73.08%89.80%
HSB/HSV210°15.32%97.25%
CMYK15.32%7.66%0.00%
2.75%

Color #D2E5F8 in popluar number systems.

HEXD2E5F8
Decimal210229248
Binary110100101110010111111000
Octal322345370

Shades and tints

Shades of #D2E5F8

#D2E5F8
(210,229,248)
#BFD1E2
(191,209,226)
#ACBDCC
(172,189,204)
#99A9B6
(153,169,182)
#8695A0
(134,149,160)
#73818A
(115,129,138)
#606D74
(96,109,116)
#4D595E
(77,89,94)
#3A4548
(58,69,72)
#273132
(39,49,50)
#141D1C
(20,29,28)
#000000
(0,0,0)

Tints of #D2E5F8

#D2E5F8
(210,229,248)
#D6E7F8
(214,231,248)
#DAE9F8
(218,233,248)
#DEEBF8
(222,235,248)
#E2EDF8
(226,237,248)
#E6EFF8
(230,239,248)
#EAF1F8
(234,241,248)
#EEF3F8
(238,243,248)
#F2F5F8
(242,245,248)
#F6F7F8
(246,247,248)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E5F8; }

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

This text font color is #D2E5F8.


Background Color

.myBgColor { background-color: #D2E5F8; }

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

This div background color is #D2E5F8.


Border color

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

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

This div border color is #D2E5F8.


Opacity

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

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

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

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

This text has shadow with #D2E5F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E5F8 on black background.


Color preview on white background

This text has color #D2E5F8 on white background.



Black color preview on #D2E5F8 background

This text has black color on #D2E5F8 background.


White color preview on #D2E5F8 background

This text has white color on #D2E5F8 background.