COLOR #D5EDB4

HEX: #D5EDB4 RGB: (213,237,180)

Color info

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

RGB color model

#D5EDB4 color RGB value is (213,237,180).

RGB: (213,237,180) (84%, 93%, 71%)

RGB channels and saturation

R 213 of 255 = 84%
G 237 of 255 = 93%
B 180 of 255 = 71%

213
237
180

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

Portions of RGB colors in percentages

R + G + B = 213 + 237 + 180 = 630 (100%)
R 213 of 630 ~ 33.81%
G 237 of 630 ~ 37.62%
B 180 of 630 ~ 28.57'%

%33.81
%37.62
%28.57

CMYK color model

#D5EDB4 color CMYK value is (10,0,24,7).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 24.05%
  • key color value is 7.06%

CMYK: (10,0,24,7)
C10M0Y24K7 (10%, 0%, 24%, 7%)
(0.10 / 0.00 / 0.24 / 0.07)

CMYK percentages

%10.13
%0
%24.05
%7.06

Codes

Color #D5EDB4 in popluar color models

D5 ED B4
RGB 213 237 180
HSL 85° 61.29% 81.76%
HSB/HSV 85° 24.05% 92.94%
CMYK 10.13% 0.00% 24.05%
7.06%

Color #D5EDB4 in popluar number systems.

HEX D5 ED B4
Decimal 213 237 180
Binary 11010101 11101101 10110100
Octal 325 355 264

Shades and tints

Shades of #D5EDB4

#D5EDB4
(213,237,180)
#C2D8A4
(194,216,164)
#AFC394
(175,195,148)
#9CAE84
(156,174,132)
#899974
(137,153,116)
#768464
(118,132,100)
#636F54
(99,111,84)
#505A44
(80,90,68)
#3D4534
(61,69,52)
#2A3024
(42,48,36)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #D5EDB4

#D5EDB4
(213,237,180)
#D8EEBA
(216,238,186)
#DBEFC0
(219,239,192)
#DEF0C6
(222,240,198)
#E1F1CC
(225,241,204)
#E4F2D2
(228,242,210)
#E7F3D8
(231,243,216)
#EAF4DE
(234,244,222)
#EDF5E4
(237,245,228)
#F0F6EA
(240,246,234)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EDB4; }

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

This text font color is #D5EDB4.

Background Color

.myBgColor { background-color: #D5EDB4; }

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

This div background color is #D5EDB4.

Border color

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

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

This div border color is #D5EDB4.

Opacity

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

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

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

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

This text has shadow with #D5EDB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5EDB4.

Preview

Color preview on black background

This text has color #D5EDB4 on black background.


Color preview on white background

This text has color #D5EDB4 on white background.


Black color preview on #D5EDB4 background

This text has black color on #D5EDB4 background.


White color preview on #D5EDB4 background

This text has white color on #D5EDB4 background.


Related colors

Complementary color

Complementary color for #hex is #2A124B.


I love getcolorcode.com

Triadic colors

1 #B4D5ED and #EDB4D5 with #D5EDB4 are triadic colors.

2 #B4EDD5 and #EDD5B4 with #D5EDB4 are triadic colors.