COLOR #D2EEE3

HEX: #D2EEE3 RGB: (210,238,227)

Color info

#D2EEE3 contains red, green and blue colors in about the same proportion. Web safe color of #D2EEE3 is #CCFFCC (or #CFC).

RGB color model

#D2EEE3 color RGB value is (210,238,227).

RGB: (210,238,227) (82%, 93%, 89%)

RGB channels and saturation

R 210 of 255 = 82%
G 238 of 255 = 93%
B 227 of 255 = 89%

210
238
227

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

Portions of RGB colors in percentages

R + G + B = 210 + 238 + 227 = 675 (100%)
R 210 of 675 ~ 31.11%
G 238 of 675 ~ 35.26%
B 227 of 675 ~ 33.63'%

%31.11
%35.26
%33.63

CMYK color model

#D2EEE3 color CMYK value is (12,0,5,7).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 6.67%

CMYK: (12,0,5,7)
C12M0Y5K7 (12%, 0%, 5%, 7%)
(0.12 / 0.00 / 0.05 / 0.07)

CMYK percentages

%11.76
%0
%4.62
%6.67

Codes

Color #D2EEE3 in popluar color models

D2 EE E3
RGB 210 238 227
HSL 156° 45.16% 87.84%
HSB/HSV 156° 11.76% 93.33%
CMYK 11.76% 0.00% 4.62%
6.67%

Color #D2EEE3 in popluar number systems.

HEX D2 EE E3
Decimal 210 238 227
Binary 11010010 11101110 11100011
Octal 322 356 343

Shades and tints

Shades of #D2EEE3

#D2EEE3
(210,238,227)
#BFD9CF
(191,217,207)
#ACC4BB
(172,196,187)
#99AFA7
(153,175,167)
#869A93
(134,154,147)
#73857F
(115,133,127)
#60706B
(96,112,107)
#4D5B57
(77,91,87)
#3A4643
(58,70,67)
#27312F
(39,49,47)
#141C1B
(20,28,27)
#000000
(0,0,0)

Tints of #D2EEE3

#D2EEE3
(210,238,227)
#D6EFE5
(214,239,229)
#DAF0E7
(218,240,231)
#DEF1E9
(222,241,233)
#E2F2EB
(226,242,235)
#E6F3ED
(230,243,237)
#EAF4EF
(234,244,239)
#EEF5F1
(238,245,241)
#F2F6F3
(242,246,243)
#F6F7F5
(246,247,245)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2EEE3 color. Also use rgb(210,238,227) instead hex code.

Text Font Color

.myTextColor { color: #D2EEE3; }

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

This text font color is #D2EEE3.

Background Color

.myBgColor { background-color: #D2EEE3; }

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

This div background color is #D2EEE3.

Border color

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

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

This div border color is #D2EEE3.

Opacity

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

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

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

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

This text has shadow with #D2EEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2EEE3.

Preview

Color preview on black background

This text has color #D2EEE3 on black background.


Color preview on white background

This text has color #D2EEE3 on white background.


Black color preview on #D2EEE3 background

This text has black color on #D2EEE3 background.


White color preview on #D2EEE3 background

This text has white color on #D2EEE3 background.


Related colors

Complementary color

Complementary color for #hex is #2D111C.


I love getcolorcode.com

Triadic colors

1 #E3D2EE and #EEE3D2 with #D2EEE3 are triadic colors.

2 #E3EED2 and #EED2E3 with #D2EEE3 are triadic colors.