COLOR #D5E1BA

HEX: #D5E1BA
RGB: (213,225,186)

Color info

#D5E1BA contains red, green and blue colors in about the same proportion. Web safe color of #D5E1BA is #CCCCCC (or #CCC).

RGB color model

#D5E1BA color RGB value is (213,225,186).

  • red value is 213;
  • green value is 225;
  • blue value is 186.
RGB:
(213,225,186)
(84%,88%,73%)

RGB channels and saturation

R 213 of 255 = 84%
G 225 of 255 = 88%
B 186 of 255 = 73%

213
225
186

R + G + B ~ 82%. #D5E1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 225 + 186 = 624 (100%)
R 213 of 624 ~ 34.13%
G 225 of 624 ~ 36.06%
B 186 of 624 ~ 29.81%

%34.13
%36.06
%29.81

CMYK color model

#D5E1BA color CMYK value is (5,0,17,12).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 11.76%
CMYK:
(5,0,17,12)
C5M0Y17K12 
(5%,0%,17%,12%)
(0.05/0.00/0.17/0.12)	

CMYK percentages

%5.33
%0
%17.33
%11.76

Codes

Color #D5E1BA in popluar color models

D5E1BA
RGB213225186
HSL78°39.39%80.59%
HSB/HSV78°17.33%88.24%
CMYK5.33%0.00%17.33%
11.76%

Color #D5E1BA in popluar number systems.

HEXD5E1BA
Decimal213225186
Binary110101011110000110111010
Octal325341272

Shades and tints

Shades of #D5E1BA

#D5E1BA
(213,225,186)
#C2CDAA
(194,205,170)
#AFB99A
(175,185,154)
#9CA58A
(156,165,138)
#89917A
(137,145,122)
#767D6A
(118,125,106)
#63695A
(99,105,90)
#50554A
(80,85,74)
#3D413A
(61,65,58)
#2A2D2A
(42,45,42)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #D5E1BA

#D5E1BA
(213,225,186)
#D8E3C0
(216,227,192)
#DBE5C6
(219,229,198)
#DEE7CC
(222,231,204)
#E1E9D2
(225,233,210)
#E4EBD8
(228,235,216)
#E7EDDE
(231,237,222)
#EAEFE4
(234,239,228)
#EDF1EA
(237,241,234)
#F0F3F0
(240,243,240)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E1BA color. Also use rgb(213,225,186) instead hex code.

Text Font Color

.myTextColor { color: #D5E1BA; }

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

This text font color is #D5E1BA.


Background Color

.myBgColor { background-color: #D5E1BA; }

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

This div background color is #D5E1BA.


Border color

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

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

This div border color is #D5E1BA.


Opacity

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

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

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

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

This text has shadow with #D5E1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E1BA on black background.


Color preview on white background

This text has color #D5E1BA on white background.



Black color preview on #D5E1BA background

This text has black color on #D5E1BA background.


White color preview on #D5E1BA background

This text has white color on #D5E1BA background.