COLOR #D3EEE7

HEX: #D3EEE7 RGB: (211,238,231)

Color info

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

RGB color model

#D3EEE7 color RGB value is (211,238,231).

RGB: (211,238,231) (83%, 93%, 91%)

RGB channels and saturation

R 211 of 255 = 83%
G 238 of 255 = 93%
B 231 of 255 = 91%

211
238
231

R + G + B ~ 89%. #D3EEE7 is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 238 + 231 = 680 (100%)
R 211 of 680 ~ 31.03%
G 238 of 680 ~ 35%
B 231 of 680 ~ 33.97'%

%31.03
%35
%33.97

CMYK color model

#D3EEE7 color CMYK value is (11,0,3,7).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 6.67%

CMYK: (11,0,3,7)
C11M0Y3K7 (11%, 0%, 3%, 7%)
(0.11 / 0.00 / 0.03 / 0.07)

CMYK percentages

%11.34
%0
%2.94
%6.67

Codes

Color #D3EEE7 in popluar color models

D3 EE E7
RGB 211 238 231
HSL 164° 44.26% 88.04%
HSB/HSV 164° 11.34% 93.33%
CMYK 11.34% 0.00% 2.94%
6.67%

Color #D3EEE7 in popluar number systems.

HEX D3 EE E7
Decimal 211 238 231
Binary 11010011 11101110 11100111
Octal 323 356 347

Shades and tints

Shades of #D3EEE7

#D3EEE7
(211,238,231)
#C0D9D2
(192,217,210)
#ADC4BD
(173,196,189)
#9AAFA8
(154,175,168)
#879A93
(135,154,147)
#74857E
(116,133,126)
#617069
(97,112,105)
#4E5B54
(78,91,84)
#3B463F
(59,70,63)
#28312A
(40,49,42)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #D3EEE7

#D3EEE7
(211,238,231)
#D7EFE9
(215,239,233)
#DBF0EB
(219,240,235)
#DFF1ED
(223,241,237)
#E3F2EF
(227,242,239)
#E7F3F1
(231,243,241)
#EBF4F3
(235,244,243)
#EFF5F5
(239,245,245)
#F3F6F7
(243,246,247)
#F7F7F9
(247,247,249)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EEE7 color. Also use rgb(211,238,231) instead hex code.

Text Font Color

.myTextColor { color: #D3EEE7; }

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

This text font color is #D3EEE7.

Background Color

.myBgColor { background-color: #D3EEE7; }

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

This div background color is #D3EEE7.

Border color

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

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

This div border color is #D3EEE7.

Opacity

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

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

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

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

This text has shadow with #D3EEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EEE7.

Preview

Color preview on black background

This text has color #D3EEE7 on black background.


Color preview on white background

This text has color #D3EEE7 on white background.


Black color preview on #D3EEE7 background

This text has black color on #D3EEE7 background.


White color preview on #D3EEE7 background

This text has white color on #D3EEE7 background.


Related colors

Complementary color

Complementary color for #hex is #2C1118.


I love getcolorcode.com

Triadic colors

1 #E7D3EE and #EEE7D3 with #D3EEE7 are triadic colors.

2 #E7EED3 and #EED3E7 with #D3EEE7 are triadic colors.