COLOR #D5EBC9

HEX: #D5EBC9
RGB: (213,235,201)

Color info

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

RGB color model

#D5EBC9 color RGB value is (213,235,201).

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

RGB channels and saturation

R 213 of 255 = 84%
G 235 of 255 = 92%
B 201 of 255 = 79%

213
235
201

R + G + B ~ 85%. #D5EBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 235 + 201 = 649 (100%)
R 213 of 649 ~ 32.82%
G 235 of 649 ~ 36.21%
B 201 of 649 ~ 30.97%

%32.82
%36.21
%30.97

CMYK color model

#D5EBC9 color CMYK value is (9,0,14,8).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 7.84%
CMYK:
(9,0,14,8)
C9M0Y14K8 
(9%,0%,14%,8%)
(0.09/0.00/0.14/0.08)	

CMYK percentages

%9.36
%0
%14.47
%7.84

Codes

Color #D5EBC9 in popluar color models

D5EBC9
RGB213235201
HSL99°45.95%85.49%
HSB/HSV99°14.47%92.16%
CMYK9.36%0.00%14.47%
7.84%

Color #D5EBC9 in popluar number systems.

HEXD5EBC9
Decimal213235201
Binary110101011110101111001001
Octal325353311

Shades and tints

Shades of #D5EBC9

#D5EBC9
(213,235,201)
#C2D6B7
(194,214,183)
#AFC1A5
(175,193,165)
#9CAC93
(156,172,147)
#899781
(137,151,129)
#76826F
(118,130,111)
#636D5D
(99,109,93)
#50584B
(80,88,75)
#3D4339
(61,67,57)
#2A2E27
(42,46,39)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #D5EBC9

#D5EBC9
(213,235,201)
#D8ECCD
(216,236,205)
#DBEDD1
(219,237,209)
#DEEED5
(222,238,213)
#E1EFD9
(225,239,217)
#E4F0DD
(228,240,221)
#E7F1E1
(231,241,225)
#EAF2E5
(234,242,229)
#EDF3E9
(237,243,233)
#F0F4ED
(240,244,237)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EBC9; }

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

This text font color is #D5EBC9.


Background Color

.myBgColor { background-color: #D5EBC9; }

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

This div background color is #D5EBC9.


Border color

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

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

This div border color is #D5EBC9.


Opacity

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

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

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

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

This text has shadow with #D5EBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EBC9 on black background.


Color preview on white background

This text has color #D5EBC9 on white background.



Black color preview on #D5EBC9 background

This text has black color on #D5EBC9 background.


White color preview on #D5EBC9 background

This text has white color on #D5EBC9 background.