COLOR #D3EDC5

HEX: #D3EDC5
RGB: (211,237,197)

Color info

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

RGB color model

#D3EDC5 color RGB value is (211,237,197).

  • red value is 211;
  • green value is 237;
  • blue value is 197.
RGB:
(211,237,197)
(83%,93%,77%)

RGB channels and saturation

R 211 of 255 = 83%
G 237 of 255 = 93%
B 197 of 255 = 77%

211
237
197

R + G + B ~ 84%. #D3EDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 237 + 197 = 645 (100%)
R 211 of 645 ~ 32.71%
G 237 of 645 ~ 36.74%
B 197 of 645 ~ 30.54%

%32.71
%36.74
%30.54

CMYK color model

#D3EDC5 color CMYK value is (11,0,17,7).

  • cyan value is 10.97%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 7.06%
CMYK:
(11,0,17,7)
C11M0Y17K7 
(11%,0%,17%,7%)
(0.11/0.00/0.17/0.07)	

CMYK percentages

%10.97
%0
%16.88
%7.06

Codes

Color #D3EDC5 in popluar color models

D3EDC5
RGB211237197
HSL99°52.63%85.10%
HSB/HSV99°16.88%92.94%
CMYK10.97%0.00%16.88%
7.06%

Color #D3EDC5 in popluar number systems.

HEXD3EDC5
Decimal211237197
Binary110100111110110111000101
Octal323355305

Shades and tints

Shades of #D3EDC5

#D3EDC5
(211,237,197)
#C0D8B4
(192,216,180)
#ADC3A3
(173,195,163)
#9AAE92
(154,174,146)
#879981
(135,153,129)
#748470
(116,132,112)
#616F5F
(97,111,95)
#4E5A4E
(78,90,78)
#3B453D
(59,69,61)
#28302C
(40,48,44)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #D3EDC5

#D3EDC5
(211,237,197)
#D7EECA
(215,238,202)
#DBEFCF
(219,239,207)
#DFF0D4
(223,240,212)
#E3F1D9
(227,241,217)
#E7F2DE
(231,242,222)
#EBF3E3
(235,243,227)
#EFF4E8
(239,244,232)
#F3F5ED
(243,245,237)
#F7F6F2
(247,246,242)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EDC5; }

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

This text font color is #D3EDC5.


Background Color

.myBgColor { background-color: #D3EDC5; }

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

This div background color is #D3EDC5.


Border color

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

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

This div border color is #D3EDC5.


Opacity

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

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

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

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

This text has shadow with #D3EDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EDC5 on black background.


Color preview on white background

This text has color #D3EDC5 on white background.



Black color preview on #D3EDC5 background

This text has black color on #D3EDC5 background.


White color preview on #D3EDC5 background

This text has white color on #D3EDC5 background.