COLOR #D5EDB7

HEX: #D5EDB7
RGB: (213,237,183)

Color info

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

RGB color model

#D5EDB7 color RGB value is (213,237,183).

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

RGB channels and saturation

R 213 of 255 = 84%
G 237 of 255 = 93%
B 183 of 255 = 72%

213
237
183

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

Portions of RGB colors in percentages

R + G + B =
213 + 237 + 183 = 633 (100%)
R 213 of 633 ~ 33.65%
G 237 of 633 ~ 37.44%
B 183 of 633 ~ 28.91%

%33.65
%37.44
%28.91

CMYK color model

#D5EDB7 color CMYK value is (10,0,23,7).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 7.06%
CMYK:
(10,0,23,7)
C10M0Y23K7 
(10%,0%,23%,7%)
(0.10/0.00/0.23/0.07)	

CMYK percentages

%10.13
%0
%22.78
%7.06

Codes

Color #D5EDB7 in popluar color models

D5EDB7
RGB213237183
HSL87°60.00%82.35%
HSB/HSV87°22.78%92.94%
CMYK10.13%0.00%22.78%
7.06%

Color #D5EDB7 in popluar number systems.

HEXD5EDB7
Decimal213237183
Binary110101011110110110110111
Octal325355267

Shades and tints

Shades of #D5EDB7

#D5EDB7
(213,237,183)
#C2D8A7
(194,216,167)
#AFC397
(175,195,151)
#9CAE87
(156,174,135)
#899977
(137,153,119)
#768467
(118,132,103)
#636F57
(99,111,87)
#505A47
(80,90,71)
#3D4537
(61,69,55)
#2A3027
(42,48,39)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #D5EDB7

#D5EDB7
(213,237,183)
#D8EEBD
(216,238,189)
#DBEFC3
(219,239,195)
#DEF0C9
(222,240,201)
#E1F1CF
(225,241,207)
#E4F2D5
(228,242,213)
#E7F3DB
(231,243,219)
#EAF4E1
(234,244,225)
#EDF5E7
(237,245,231)
#F0F6ED
(240,246,237)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EDB7; }

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

This text font color is #D5EDB7.


Background Color

.myBgColor { background-color: #D5EDB7; }

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

This div background color is #D5EDB7.


Border color

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

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

This div border color is #D5EDB7.


Opacity

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

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

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

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

This text has shadow with #D5EDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EDB7 on black background.


Color preview on white background

This text has color #D5EDB7 on white background.



Black color preview on #D5EDB7 background

This text has black color on #D5EDB7 background.


White color preview on #D5EDB7 background

This text has white color on #D5EDB7 background.