COLOR #D3EECE

HEX: #D3EECE RGB: (211,238,206)

Color info

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

RGB color model

#D3EECE color RGB value is (211,238,206).

RGB: (211,238,206) (83%, 93%, 81%)

RGB channels and saturation

R 211 of 255 = 83%
G 238 of 255 = 93%
B 206 of 255 = 81%

211
238
206

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

Portions of RGB colors in percentages

R + G + B = 211 + 238 + 206 = 655 (100%)
R 211 of 655 ~ 32.21%
G 238 of 655 ~ 36.34%
B 206 of 655 ~ 31.45'%

%32.21
%36.34
%31.45

CMYK color model

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

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

Codes

Color #D3EECE in popluar color models

D3 EE CE
RGB 211 238 206
HSL 111° 48.48% 87.06%
HSB/HSV 111° 13.45% 93.33%
CMYK 11.34% 0.00% 13.45%
6.67%

Color #D3EECE in popluar number systems.

HEX D3 EE CE
Decimal 211 238 206
Binary 11010011 11101110 11001110
Octal 323 356 316

Shades and tints

Shades of #D3EECE

#D3EECE
(211,238,206)
#C0D9BC
(192,217,188)
#ADC4AA
(173,196,170)
#9AAF98
(154,175,152)
#879A86
(135,154,134)
#748574
(116,133,116)
#617062
(97,112,98)
#4E5B50
(78,91,80)
#3B463E
(59,70,62)
#28312C
(40,49,44)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #D3EECE

#D3EECE
(211,238,206)
#D7EFD2
(215,239,210)
#DBF0D6
(219,240,214)
#DFF1DA
(223,241,218)
#E3F2DE
(227,242,222)
#E7F3E2
(231,243,226)
#EBF4E6
(235,244,230)
#EFF5EA
(239,245,234)
#F3F6EE
(243,246,238)
#F7F7F2
(247,247,242)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EECE; }

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

This text font color is #D3EECE.

Background Color

.myBgColor { background-color: #D3EECE; }

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

This div background color is #D3EECE.

Border color

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

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

This div border color is #D3EECE.

Opacity

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

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

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

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

This text has shadow with #D3EECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EECE.

Preview

Color preview on black background

This text has color #D3EECE on black background.


Color preview on white background

This text has color #D3EECE on white background.


Black color preview on #D3EECE background

This text has black color on #D3EECE background.


White color preview on #D3EECE background

This text has white color on #D3EECE background.


Related colors

Complementary color

Complementary color for #hex is #2C1131.


I love getcolorcode.com

Triadic colors

1 #CED3EE and #EECED3 with #D3EECE are triadic colors.

2 #CEEED3 and #EED3CE with #D3EECE are triadic colors.