COLOR #D2E7EB

HEX: #D2E7EB RGB: (210,231,235)

Color info

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

RGB color model

#D2E7EB color RGB value is (210,231,235).

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

RGB channels and saturation

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

210
231
235

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

Portions of RGB colors in percentages

R + G + B = 210 + 231 + 235 = 676 (100%)
R 210 of 676 ~ 31.07%
G 231 of 676 ~ 34.17%
B 235 of 676 ~ 34.76'%

%31.07
%34.17
%34.76

CMYK color model

#D2E7EB color CMYK value is (11,2,0,8).

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

CMYK: (11,2,0,8)
C11M2Y0K8 (11%, 2%, 0%, 8%)
(0.11 / 0.02 / 0.00 / 0.08)

CMYK percentages

%10.64
%1.7
%0
%7.84

Codes

Color #D2E7EB in popluar color models

D2 E7 EB
RGB 210 231 235
HSL 190° 38.46% 87.25%
HSB/HSV 190° 10.64% 92.16%
CMYK 10.64% 1.70% 0.00%
7.84%

Color #D2E7EB in popluar number systems.

HEX D2 E7 EB
Decimal 210 231 235
Binary 11010010 11100111 11101011
Octal 322 347 353

Shades and tints

Shades of #D2E7EB

#D2E7EB
(210,231,235)
#BFD2D6
(191,210,214)
#ACBDC1
(172,189,193)
#99A8AC
(153,168,172)
#869397
(134,147,151)
#737E82
(115,126,130)
#60696D
(96,105,109)
#4D5458
(77,84,88)
#3A3F43
(58,63,67)
#272A2E
(39,42,46)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #D2E7EB

#D2E7EB
(210,231,235)
#D6E9EC
(214,233,236)
#DAEBED
(218,235,237)
#DEEDEE
(222,237,238)
#E2EFEF
(226,239,239)
#E6F1F0
(230,241,240)
#EAF3F1
(234,243,241)
#EEF5F2
(238,245,242)
#F2F7F3
(242,247,243)
#F6F9F4
(246,249,244)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E7EB; }

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

This text font color is #D2E7EB.

Background Color

.myBgColor { background-color: #D2E7EB; }

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

This div background color is #D2E7EB.

Border color

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

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

This div border color is #D2E7EB.

Opacity

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

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

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

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

This text has shadow with #D2E7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E7EB.

Preview

Color preview on black background

This text has color #D2E7EB on black background.


Color preview on white background

This text has color #D2E7EB on white background.


Black color preview on #D2E7EB background

This text has black color on #D2E7EB background.


White color preview on #D2E7EB background

This text has white color on #D2E7EB background.


Related colors

Complementary color

Complementary color for #hex is #2D1814.


I love getcolorcode.com

Triadic colors

1 #EBD2E7 and #E7EBD2 with #D2E7EB are triadic colors.

2 #EBE7D2 and #E7D2EB with #D2E7EB are triadic colors.