COLOR #D3EDCC

HEX: #D3EDCC RGB: (211,237,204)

Color info

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

RGB color model

#D3EDCC color RGB value is (211,237,204).

RGB: (211,237,204) (83%, 93%, 80%)

RGB channels and saturation

R 211 of 255 = 83%
G 237 of 255 = 93%
B 204 of 255 = 80%

211
237
204

R + G + B ~ 85%. #D3EDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 237 + 204 = 652 (100%)
R 211 of 652 ~ 32.36%
G 237 of 652 ~ 36.35%
B 204 of 652 ~ 31.29'%

%32.36
%36.35
%31.29

CMYK color model

#D3EDCC color CMYK value is (11,0,14,7).

  • cyan value is 10.97%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 7.06%

CMYK: (11,0,14,7)
C11M0Y14K7 (11%, 0%, 14%, 7%)
(0.11 / 0.00 / 0.14 / 0.07)

CMYK percentages

%10.97
%0
%13.92
%7.06

Codes

Color #D3EDCC in popluar color models

D3 ED CC
RGB 211 237 204
HSL 107° 47.83% 86.47%
HSB/HSV 107° 13.92% 92.94%
CMYK 10.97% 0.00% 13.92%
7.06%

Color #D3EDCC in popluar number systems.

HEX D3 ED CC
Decimal 211 237 204
Binary 11010011 11101101 11001100
Octal 323 355 314

Shades and tints

Shades of #D3EDCC

#D3EDCC
(211,237,204)
#C0D8BA
(192,216,186)
#ADC3A8
(173,195,168)
#9AAE96
(154,174,150)
#879984
(135,153,132)
#748472
(116,132,114)
#616F60
(97,111,96)
#4E5A4E
(78,90,78)
#3B453C
(59,69,60)
#28302A
(40,48,42)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #D3EDCC

#D3EDCC
(211,237,204)
#D7EED0
(215,238,208)
#DBEFD4
(219,239,212)
#DFF0D8
(223,240,216)
#E3F1DC
(227,241,220)
#E7F2E0
(231,242,224)
#EBF3E4
(235,243,228)
#EFF4E8
(239,244,232)
#F3F5EC
(243,245,236)
#F7F6F0
(247,246,240)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EDCC color. Also use rgb(211,237,204) instead hex code.

Text Font Color

.myTextColor { color: #D3EDCC; }

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

This text font color is #D3EDCC.

Background Color

.myBgColor { background-color: #D3EDCC; }

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

This div background color is #D3EDCC.

Border color

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

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

This div border color is #D3EDCC.

Opacity

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

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

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

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

This text has shadow with #D3EDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EDCC.

Preview

Color preview on black background

This text has color #D3EDCC on black background.


Color preview on white background

This text has color #D3EDCC on white background.


Black color preview on #D3EDCC background

This text has black color on #D3EDCC background.


White color preview on #D3EDCC background

This text has white color on #D3EDCC background.


Related colors

Complementary color

Complementary color for #hex is #2C1233.


I love getcolorcode.com

Triadic colors

1 #CCD3ED and #EDCCD3 with #D3EDCC are triadic colors.

2 #CCEDD3 and #EDD3CC with #D3EDCC are triadic colors.