COLOR #D3EDB7

HEX: #D3EDB7
RGB: (211,237,183)

Color info

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

RGB color model

#D3EDB7 color RGB value is (211,237,183).

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

RGB channels and saturation

R 211 of 255 = 83%
G 237 of 255 = 93%
B 183 of 255 = 72%

211
237
183

R + G + B ~ 83%. #D3EDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 237 + 183 = 631 (100%)
R 211 of 631 ~ 33.44%
G 237 of 631 ~ 37.56%
B 183 of 631 ~ 29%

%33.44
%37.56
%29

CMYK color model

#D3EDB7 color CMYK value is (11,0,23,7).

  • cyan value is 10.97%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 7.06%
CMYK:
(11,0,23,7)
C11M0Y23K7 
(11%,0%,23%,7%)
(0.11/0.00/0.23/0.07)	

CMYK percentages

%10.97
%0
%22.78
%7.06

Codes

Color #D3EDB7 in popluar color models

D3EDB7
RGB211237183
HSL89°60.00%82.35%
HSB/HSV89°22.78%92.94%
CMYK10.97%0.00%22.78%
7.06%

Color #D3EDB7 in popluar number systems.

HEXD3EDB7
Decimal211237183
Binary110100111110110110110111
Octal323355267

Shades and tints

Shades of #D3EDB7

#D3EDB7
(211,237,183)
#C0D8A7
(192,216,167)
#ADC397
(173,195,151)
#9AAE87
(154,174,135)
#879977
(135,153,119)
#748467
(116,132,103)
#616F57
(97,111,87)
#4E5A47
(78,90,71)
#3B4537
(59,69,55)
#283027
(40,48,39)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #D3EDB7

#D3EDB7
(211,237,183)
#D7EEBD
(215,238,189)
#DBEFC3
(219,239,195)
#DFF0C9
(223,240,201)
#E3F1CF
(227,241,207)
#E7F2D5
(231,242,213)
#EBF3DB
(235,243,219)
#EFF4E1
(239,244,225)
#F3F5E7
(243,245,231)
#F7F6ED
(247,246,237)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EDB7; }

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

This text font color is #D3EDB7.


Background Color

.myBgColor { background-color: #D3EDB7; }

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

This div background color is #D3EDB7.


Border color

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

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

This div border color is #D3EDB7.


Opacity

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

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

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

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

This text has shadow with #D3EDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EDB7 on black background.


Color preview on white background

This text has color #D3EDB7 on white background.



Black color preview on #D3EDB7 background

This text has black color on #D3EDB7 background.


White color preview on #D3EDB7 background

This text has white color on #D3EDB7 background.