COLOR #D2E8EB

HEX: #D2E8EB RGB: (210,232,235)

Color info

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

RGB color model

#D2E8EB color RGB value is (210,232,235).

RGB: (210,232,235) (82%, 91%, 92%)

RGB channels and saturation

R 210 of 255 = 82%
G 232 of 255 = 91%
B 235 of 255 = 92%

210
232
235

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

Portions of RGB colors in percentages

R + G + B = 210 + 232 + 235 = 677 (100%)
R 210 of 677 ~ 31.02%
G 232 of 677 ~ 34.27%
B 235 of 677 ~ 34.71'%

%31.02
%34.27
%34.71

CMYK color model

#D2E8EB color CMYK value is (11,1,0,8).

  • cyan value is 10.64%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (11,1,0,8)
C11M1Y0K8 (11%, 1%, 0%, 8%)
(0.11 / 0.01 / 0.00 / 0.08)

CMYK percentages

%10.64
%1.28
%0
%7.84

Codes

Color #D2E8EB in popluar color models

D2 E8 EB
RGB 210 232 235
HSL 187° 38.46% 87.25%
HSB/HSV 187° 10.64% 92.16%
CMYK 10.64% 1.28% 0.00%
7.84%

Color #D2E8EB in popluar number systems.

HEX D2 E8 EB
Decimal 210 232 235
Binary 11010010 11101000 11101011
Octal 322 350 353

Shades and tints

Shades of #D2E8EB

#D2E8EB
(210,232,235)
#BFD3D6
(191,211,214)
#ACBEC1
(172,190,193)
#99A9AC
(153,169,172)
#869497
(134,148,151)
#737F82
(115,127,130)
#606A6D
(96,106,109)
#4D5558
(77,85,88)
#3A4043
(58,64,67)
#272B2E
(39,43,46)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #D2E8EB

#D2E8EB
(210,232,235)
#D6EAEC
(214,234,236)
#DAECED
(218,236,237)
#DEEEEE
(222,238,238)
#E2F0EF
(226,240,239)
#E6F2F0
(230,242,240)
#EAF4F1
(234,244,241)
#EEF6F2
(238,246,242)
#F2F8F3
(242,248,243)
#F6FAF4
(246,250,244)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E8EB; }

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

This text font color is #D2E8EB.

Background Color

.myBgColor { background-color: #D2E8EB; }

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

This div background color is #D2E8EB.

Border color

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

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

This div border color is #D2E8EB.

Opacity

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

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

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

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

This text has shadow with #D2E8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E8EB.

Preview

Color preview on black background

This text has color #D2E8EB on black background.


Color preview on white background

This text has color #D2E8EB on white background.


Black color preview on #D2E8EB background

This text has black color on #D2E8EB background.


White color preview on #D2E8EB background

This text has white color on #D2E8EB background.


Related colors

Complementary color

Complementary color for #hex is #2D1714.


I love getcolorcode.com

Triadic colors

1 #EBD2E8 and #E8EBD2 with #D2E8EB are triadic colors.

2 #EBE8D2 and #E8D2EB with #D2E8EB are triadic colors.