COLOR #D3EED0

HEX: #D3EED0
RGB: (211,238,208)

Color info

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

RGB color model

#D3EED0 color RGB value is (211,238,208).

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

RGB channels and saturation

R 211 of 255 = 83%
G 238 of 255 = 93%
B 208 of 255 = 82%

211
238
208

R + G + B ~ 86%. #D3EED0 is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 238 + 208 = 657 (100%)
R 211 of 657 ~ 32.12%
G 238 of 657 ~ 36.23%
B 208 of 657 ~ 31.66%

%32.12
%36.23
%31.66

CMYK color model

#D3EED0 color CMYK value is (11,0,13,7).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(11,0,13,7)
C11M0Y13K7 
(11%,0%,13%,7%)
(0.11/0.00/0.13/0.07)	

CMYK percentages

%11.34
%0
%12.61
%6.67

Codes

Color #D3EED0 in popluar color models

D3EED0
RGB211238208
HSL114°46.88%87.45%
HSB/HSV114°12.61%93.33%
CMYK11.34%0.00%12.61%
6.67%

Color #D3EED0 in popluar number systems.

HEXD3EED0
Decimal211238208
Binary110100111110111011010000
Octal323356320

Shades and tints

Shades of #D3EED0

#D3EED0
(211,238,208)
#C0D9BE
(192,217,190)
#ADC4AC
(173,196,172)
#9AAF9A
(154,175,154)
#879A88
(135,154,136)
#748576
(116,133,118)
#617064
(97,112,100)
#4E5B52
(78,91,82)
#3B4640
(59,70,64)
#28312E
(40,49,46)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #D3EED0

#D3EED0
(211,238,208)
#D7EFD4
(215,239,212)
#DBF0D8
(219,240,216)
#DFF1DC
(223,241,220)
#E3F2E0
(227,242,224)
#E7F3E4
(231,243,228)
#EBF4E8
(235,244,232)
#EFF5EC
(239,245,236)
#F3F6F0
(243,246,240)
#F7F7F4
(247,247,244)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EED0; }

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

This text font color is #D3EED0.


Background Color

.myBgColor { background-color: #D3EED0; }

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

This div background color is #D3EED0.


Border color

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

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

This div border color is #D3EED0.


Opacity

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

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

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

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

This text has shadow with #D3EED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EED0 on black background.


Color preview on white background

This text has color #D3EED0 on white background.



Black color preview on #D3EED0 background

This text has black color on #D3EED0 background.


White color preview on #D3EED0 background

This text has white color on #D3EED0 background.