COLOR #D5E0B1

HEX: #D5E0B1
RGB: (213,224,177)

Color info

#D5E0B1 contains red, green and blue colors in about the same proportion. Web safe color of #D5E0B1 is #CCCC99 (or #CC9).

RGB color model

#D5E0B1 color RGB value is (213,224,177).

  • red value is 213;
  • green value is 224;
  • blue value is 177.
RGB:
(213,224,177)
(84%,88%,69%)

RGB channels and saturation

R 213 of 255 = 84%
G 224 of 255 = 88%
B 177 of 255 = 69%

213
224
177

R + G + B ~ 80%. #D5E0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 224 + 177 = 614 (100%)
R 213 of 614 ~ 34.69%
G 224 of 614 ~ 36.48%
B 177 of 614 ~ 28.83%

%34.69
%36.48
%28.83

CMYK color model

#D5E0B1 color CMYK value is (5,0,21,12).

  • cyan value is 4.91%
  • magenta value is 0.00%
  • yellow value is 20.98%
  • key color value is 12.16%
CMYK:
(5,0,21,12)
C5M0Y21K12 
(5%,0%,21%,12%)
(0.05/0.00/0.21/0.12)	

CMYK percentages

%4.91
%0
%20.98
%12.16

Codes

Color #D5E0B1 in popluar color models

D5E0B1
RGB213224177
HSL74°43.12%78.63%
HSB/HSV74°20.98%87.84%
CMYK4.91%0.00%20.98%
12.16%

Color #D5E0B1 in popluar number systems.

HEXD5E0B1
Decimal213224177
Binary110101011110000010110001
Octal325340261

Shades and tints

Shades of #D5E0B1

#D5E0B1
(213,224,177)
#C2CCA1
(194,204,161)
#AFB891
(175,184,145)
#9CA481
(156,164,129)
#899071
(137,144,113)
#767C61
(118,124,97)
#636851
(99,104,81)
#505441
(80,84,65)
#3D4031
(61,64,49)
#2A2C21
(42,44,33)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #D5E0B1

#D5E0B1
(213,224,177)
#D8E2B8
(216,226,184)
#DBE4BF
(219,228,191)
#DEE6C6
(222,230,198)
#E1E8CD
(225,232,205)
#E4EAD4
(228,234,212)
#E7ECDB
(231,236,219)
#EAEEE2
(234,238,226)
#EDF0E9
(237,240,233)
#F0F2F0
(240,242,240)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E0B1 color. Also use rgb(213,224,177) instead hex code.

Text Font Color

.myTextColor { color: #D5E0B1; }

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

This text font color is #D5E0B1.


Background Color

.myBgColor { background-color: #D5E0B1; }

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

This div background color is #D5E0B1.


Border color

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

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

This div border color is #D5E0B1.


Opacity

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

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

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

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

This text has shadow with #D5E0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E0B1 on black background.


Color preview on white background

This text has color #D5E0B1 on white background.



Black color preview on #D5E0B1 background

This text has black color on #D5E0B1 background.


White color preview on #D5E0B1 background

This text has white color on #D5E0B1 background.