COLOR #D5E4B5

HEX: #D5E4B5
RGB: (213,228,181)

Color info

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

RGB color model

#D5E4B5 color RGB value is (213,228,181).

  • red value is 213;
  • green value is 228;
  • blue value is 181.
RGB:
(213,228,181)
(84%,89%,71%)

RGB channels and saturation

R 213 of 255 = 84%
G 228 of 255 = 89%
B 181 of 255 = 71%

213
228
181

R + G + B ~ 81%. #D5E4B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 228 + 181 = 622 (100%)
R 213 of 622 ~ 34.24%
G 228 of 622 ~ 36.66%
B 181 of 622 ~ 29.1%

%34.24
%36.66
%29.1

CMYK color model

#D5E4B5 color CMYK value is (7,0,21,11).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 20.61%
  • key color value is 10.59%
CMYK:
(7,0,21,11)
C7M0Y21K11 
(7%,0%,21%,11%)
(0.07/0.00/0.21/0.11)	

CMYK percentages

%6.58
%0
%20.61
%10.59

Codes

Color #D5E4B5 in popluar color models

D5E4B5
RGB213228181
HSL79°46.53%80.20%
HSB/HSV79°20.61%89.41%
CMYK6.58%0.00%20.61%
10.59%

Color #D5E4B5 in popluar number systems.

HEXD5E4B5
Decimal213228181
Binary110101011110010010110101
Octal325344265

Shades and tints

Shades of #D5E4B5

#D5E4B5
(213,228,181)
#C2D0A5
(194,208,165)
#AFBC95
(175,188,149)
#9CA885
(156,168,133)
#899475
(137,148,117)
#768065
(118,128,101)
#636C55
(99,108,85)
#505845
(80,88,69)
#3D4435
(61,68,53)
#2A3025
(42,48,37)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #D5E4B5

#D5E4B5
(213,228,181)
#D8E6BB
(216,230,187)
#DBE8C1
(219,232,193)
#DEEAC7
(222,234,199)
#E1ECCD
(225,236,205)
#E4EED3
(228,238,211)
#E7F0D9
(231,240,217)
#EAF2DF
(234,242,223)
#EDF4E5
(237,244,229)
#F0F6EB
(240,246,235)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E4B5 color. Also use rgb(213,228,181) instead hex code.

Text Font Color

.myTextColor { color: #D5E4B5; }

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

This text font color is #D5E4B5.


Background Color

.myBgColor { background-color: #D5E4B5; }

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

This div background color is #D5E4B5.


Border color

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

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

This div border color is #D5E4B5.


Opacity

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

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

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

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

This text has shadow with #D5E4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E4B5 on black background.


Color preview on white background

This text has color #D5E4B5 on white background.



Black color preview on #D5E4B5 background

This text has black color on #D5E4B5 background.


White color preview on #D5E4B5 background

This text has white color on #D5E4B5 background.