COLOR #D3EEE6

HEX: #D3EEE6
RGB: (211,238,230)

Color info

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

RGB color model

#D3EEE6 color RGB value is (211,238,230).

  • red value is 211;
  • green value is 238;
  • blue value is 230.
RGB:
(211,238,230)
(83%,93%,90%)

RGB channels and saturation

R 211 of 255 = 83%
G 238 of 255 = 93%
B 230 of 255 = 90%

211
238
230

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

Portions of RGB colors in percentages

R + G + B =
211 + 238 + 230 = 679 (100%)
R 211 of 679 ~ 31.08%
G 238 of 679 ~ 35.05%
B 230 of 679 ~ 33.87%

%31.08
%35.05
%33.87

CMYK color model

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

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 3.36%
  • 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
%3.36
%6.67

Codes

Color #D3EEE6 in popluar color models

D3EEE6
RGB211238230
HSL162°44.26%88.04%
HSB/HSV162°11.34%93.33%
CMYK11.34%0.00%3.36%
6.67%

Color #D3EEE6 in popluar number systems.

HEXD3EEE6
Decimal211238230
Binary110100111110111011100110
Octal323356346

Shades and tints

Shades of #D3EEE6

#D3EEE6
(211,238,230)
#C0D9D2
(192,217,210)
#ADC4BE
(173,196,190)
#9AAFAA
(154,175,170)
#879A96
(135,154,150)
#748582
(116,133,130)
#61706E
(97,112,110)
#4E5B5A
(78,91,90)
#3B4646
(59,70,70)
#283132
(40,49,50)
#151C1E
(21,28,30)
#000000
(0,0,0)

Tints of #D3EEE6

#D3EEE6
(211,238,230)
#D7EFE8
(215,239,232)
#DBF0EA
(219,240,234)
#DFF1EC
(223,241,236)
#E3F2EE
(227,242,238)
#E7F3F0
(231,243,240)
#EBF4F2
(235,244,242)
#EFF5F4
(239,245,244)
#F3F6F6
(243,246,246)
#F7F7F8
(247,247,248)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EEE6; }

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

This text font color is #D3EEE6.


Background Color

.myBgColor { background-color: #D3EEE6; }

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

This div background color is #D3EEE6.


Border color

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

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

This div border color is #D3EEE6.


Opacity

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

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

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

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

This text has shadow with #D3EEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EEE6 on black background.


Color preview on white background

This text has color #D3EEE6 on white background.



Black color preview on #D3EEE6 background

This text has black color on #D3EEE6 background.


White color preview on #D3EEE6 background

This text has white color on #D3EEE6 background.