COLOR #D5EBD0

HEX: #D5EBD0
RGB: (213,235,208)

Color info

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

RGB color model

#D5EBD0 color RGB value is (213,235,208).

  • red value is 213;
  • green value is 235;
  • blue value is 208.
RGB:
(213,235,208)
(84%,92%,82%)

RGB channels and saturation

R 213 of 255 = 84%
G 235 of 255 = 92%
B 208 of 255 = 82%

213
235
208

R + G + B ~ 86%. #D5EBD0 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 235 + 208 = 656 (100%)
R 213 of 656 ~ 32.47%
G 235 of 656 ~ 35.82%
B 208 of 656 ~ 31.71%

%32.47
%35.82
%31.71

CMYK color model

#D5EBD0 color CMYK value is (9,0,11,8).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 7.84%
CMYK:
(9,0,11,8)
C9M0Y11K8 
(9%,0%,11%,8%)
(0.09/0.00/0.11/0.08)	

CMYK percentages

%9.36
%0
%11.49
%7.84

Codes

Color #D5EBD0 in popluar color models

D5EBD0
RGB213235208
HSL109°40.30%86.86%
HSB/HSV109°11.49%92.16%
CMYK9.36%0.00%11.49%
7.84%

Color #D5EBD0 in popluar number systems.

HEXD5EBD0
Decimal213235208
Binary110101011110101111010000
Octal325353320

Shades and tints

Shades of #D5EBD0

#D5EBD0
(213,235,208)
#C2D6BE
(194,214,190)
#AFC1AC
(175,193,172)
#9CAC9A
(156,172,154)
#899788
(137,151,136)
#768276
(118,130,118)
#636D64
(99,109,100)
#505852
(80,88,82)
#3D4340
(61,67,64)
#2A2E2E
(42,46,46)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #D5EBD0

#D5EBD0
(213,235,208)
#D8ECD4
(216,236,212)
#DBEDD8
(219,237,216)
#DEEEDC
(222,238,220)
#E1EFE0
(225,239,224)
#E4F0E4
(228,240,228)
#E7F1E8
(231,241,232)
#EAF2EC
(234,242,236)
#EDF3F0
(237,243,240)
#F0F4F4
(240,244,244)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EBD0 color. Also use rgb(213,235,208) instead hex code.

Text Font Color

.myTextColor { color: #D5EBD0; }

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

This text font color is #D5EBD0.


Background Color

.myBgColor { background-color: #D5EBD0; }

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

This div background color is #D5EBD0.


Border color

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

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

This div border color is #D5EBD0.


Opacity

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

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

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

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

This text has shadow with #D5EBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EBD0 on black background.


Color preview on white background

This text has color #D5EBD0 on white background.



Black color preview on #D5EBD0 background

This text has black color on #D5EBD0 background.


White color preview on #D5EBD0 background

This text has white color on #D5EBD0 background.