COLOR #D2E5EB

HEX: #D2E5EB
RGB: (210,229,235)

Color info

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

RGB color model

#D2E5EB color RGB value is (210,229,235).

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

RGB channels and saturation

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

210
229
235

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

Portions of RGB colors in percentages

R + G + B =
210 + 229 + 235 = 674 (100%)
R 210 of 674 ~ 31.16%
G 229 of 674 ~ 33.98%
B 235 of 674 ~ 34.87%

%31.16
%33.98
%34.87

CMYK color model

#D2E5EB color CMYK value is (11,3,0,8).

  • cyan value is 10.64%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(11,3,0,8)
C11M3Y0K8 
(11%,3%,0%,8%)
(0.11/0.03/0.00/0.08)	

CMYK percentages

%10.64
%2.55
%0
%7.84

Codes

Color #D2E5EB in popluar color models

D2E5EB
RGB210229235
HSL194°38.46%87.25%
HSB/HSV194°10.64%92.16%
CMYK10.64%2.55%0.00%
7.84%

Color #D2E5EB in popluar number systems.

HEXD2E5EB
Decimal210229235
Binary110100101110010111101011
Octal322345353

Shades and tints

Shades of #D2E5EB

#D2E5EB
(210,229,235)
#BFD1D6
(191,209,214)
#ACBDC1
(172,189,193)
#99A9AC
(153,169,172)
#869597
(134,149,151)
#738182
(115,129,130)
#606D6D
(96,109,109)
#4D5958
(77,89,88)
#3A4543
(58,69,67)
#27312E
(39,49,46)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #D2E5EB

#D2E5EB
(210,229,235)
#D6E7EC
(214,231,236)
#DAE9ED
(218,233,237)
#DEEBEE
(222,235,238)
#E2EDEF
(226,237,239)
#E6EFF0
(230,239,240)
#EAF1F1
(234,241,241)
#EEF3F2
(238,243,242)
#F2F5F3
(242,245,243)
#F6F7F4
(246,247,244)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E5EB; }

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

This text font color is #D2E5EB.


Background Color

.myBgColor { background-color: #D2E5EB; }

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

This div background color is #D2E5EB.


Border color

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

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

This div border color is #D2E5EB.


Opacity

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

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

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

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

This text has shadow with #D2E5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E5EB on black background.


Color preview on white background

This text has color #D2E5EB on white background.



Black color preview on #D2E5EB background

This text has black color on #D2E5EB background.


White color preview on #D2E5EB background

This text has white color on #D2E5EB background.