COLOR #D5EDCB

HEX: #D5EDCB
RGB: (213,237,203)

Color info

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

RGB color model

#D5EDCB color RGB value is (213,237,203).

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

RGB channels and saturation

R 213 of 255 = 84%
G 237 of 255 = 93%
B 203 of 255 = 80%

213
237
203

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

Portions of RGB colors in percentages

R + G + B =
213 + 237 + 203 = 653 (100%)
R 213 of 653 ~ 32.62%
G 237 of 653 ~ 36.29%
B 203 of 653 ~ 31.09%

%32.62
%36.29
%31.09

CMYK color model

#D5EDCB color CMYK value is (10,0,14,7).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 7.06%
CMYK:
(10,0,14,7)
C10M0Y14K7 
(10%,0%,14%,7%)
(0.10/0.00/0.14/0.07)	

CMYK percentages

%10.13
%0
%14.35
%7.06

Codes

Color #D5EDCB in popluar color models

D5EDCB
RGB213237203
HSL102°48.57%86.27%
HSB/HSV102°14.35%92.94%
CMYK10.13%0.00%14.35%
7.06%

Color #D5EDCB in popluar number systems.

HEXD5EDCB
Decimal213237203
Binary110101011110110111001011
Octal325355313

Shades and tints

Shades of #D5EDCB

#D5EDCB
(213,237,203)
#C2D8B9
(194,216,185)
#AFC3A7
(175,195,167)
#9CAE95
(156,174,149)
#899983
(137,153,131)
#768471
(118,132,113)
#636F5F
(99,111,95)
#505A4D
(80,90,77)
#3D453B
(61,69,59)
#2A3029
(42,48,41)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #D5EDCB

#D5EDCB
(213,237,203)
#D8EECF
(216,238,207)
#DBEFD3
(219,239,211)
#DEF0D7
(222,240,215)
#E1F1DB
(225,241,219)
#E4F2DF
(228,242,223)
#E7F3E3
(231,243,227)
#EAF4E7
(234,244,231)
#EDF5EB
(237,245,235)
#F0F6EF
(240,246,239)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EDCB; }

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

This text font color is #D5EDCB.


Background Color

.myBgColor { background-color: #D5EDCB; }

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

This div background color is #D5EDCB.


Border color

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

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

This div border color is #D5EDCB.


Opacity

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

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

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

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

This text has shadow with #D5EDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EDCB on black background.


Color preview on white background

This text has color #D5EDCB on white background.



Black color preview on #D5EDCB background

This text has black color on #D5EDCB background.


White color preview on #D5EDCB background

This text has white color on #D5EDCB background.