COLOR #D5E1B1

HEX: #D5E1B1
RGB: (213,225,177)

Color info

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

RGB color model

#D5E1B1 color RGB value is (213,225,177).

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

RGB channels and saturation

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

213
225
177

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

Portions of RGB colors in percentages

R + G + B =
213 + 225 + 177 = 615 (100%)
R 213 of 615 ~ 34.63%
G 225 of 615 ~ 36.59%
B 177 of 615 ~ 28.78%

%34.63
%36.59
%28.78

CMYK color model

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

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

CMYK percentages

%5.33
%0
%21.33
%11.76

Codes

Color #D5E1B1 in popluar color models

D5E1B1
RGB213225177
HSL75°44.44%78.82%
HSB/HSV75°21.33%88.24%
CMYK5.33%0.00%21.33%
11.76%

Color #D5E1B1 in popluar number systems.

HEXD5E1B1
Decimal213225177
Binary110101011110000110110001
Octal325341261

Shades and tints

Shades of #D5E1B1

#D5E1B1
(213,225,177)
#C2CDA1
(194,205,161)
#AFB991
(175,185,145)
#9CA581
(156,165,129)
#899171
(137,145,113)
#767D61
(118,125,97)
#636951
(99,105,81)
#505541
(80,85,65)
#3D4131
(61,65,49)
#2A2D21
(42,45,33)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #D5E1B1

#D5E1B1
(213,225,177)
#D8E3B8
(216,227,184)
#DBE5BF
(219,229,191)
#DEE7C6
(222,231,198)
#E1E9CD
(225,233,205)
#E4EBD4
(228,235,212)
#E7EDDB
(231,237,219)
#EAEFE2
(234,239,226)
#EDF1E9
(237,241,233)
#F0F3F0
(240,243,240)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E1B1; }

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

This text font color is #D5E1B1.


Background Color

.myBgColor { background-color: #D5E1B1; }

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

This div background color is #D5E1B1.


Border color

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

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

This div border color is #D5E1B1.


Opacity

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

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

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

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

This text has shadow with #D5E1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E1B1 on black background.


Color preview on white background

This text has color #D5E1B1 on white background.



Black color preview on #D5E1B1 background

This text has black color on #D5E1B1 background.


White color preview on #D5E1B1 background

This text has white color on #D5E1B1 background.