COLOR #D5E0B6

HEX: #D5E0B6
RGB: (213,224,182)

Color info

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

RGB color model

#D5E0B6 color RGB value is (213,224,182).

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

RGB channels and saturation

R 213 of 255 = 84%
G 224 of 255 = 88%
B 182 of 255 = 71%

213
224
182

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

Portions of RGB colors in percentages

R + G + B =
213 + 224 + 182 = 619 (100%)
R 213 of 619 ~ 34.41%
G 224 of 619 ~ 36.19%
B 182 of 619 ~ 29.4%

%34.41
%36.19
%29.4

CMYK color model

#D5E0B6 color CMYK value is (5,0,19,12).

  • cyan value is 4.91%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 12.16%
CMYK:
(5,0,19,12)
C5M0Y19K12 
(5%,0%,19%,12%)
(0.05/0.00/0.19/0.12)	

CMYK percentages

%4.91
%0
%18.75
%12.16

Codes

Color #D5E0B6 in popluar color models

D5E0B6
RGB213224182
HSL76°40.38%79.61%
HSB/HSV76°18.75%87.84%
CMYK4.91%0.00%18.75%
12.16%

Color #D5E0B6 in popluar number systems.

HEXD5E0B6
Decimal213224182
Binary110101011110000010110110
Octal325340266

Shades and tints

Shades of #D5E0B6

#D5E0B6
(213,224,182)
#C2CCA6
(194,204,166)
#AFB896
(175,184,150)
#9CA486
(156,164,134)
#899076
(137,144,118)
#767C66
(118,124,102)
#636856
(99,104,86)
#505446
(80,84,70)
#3D4036
(61,64,54)
#2A2C26
(42,44,38)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #D5E0B6

#D5E0B6
(213,224,182)
#D8E2BC
(216,226,188)
#DBE4C2
(219,228,194)
#DEE6C8
(222,230,200)
#E1E8CE
(225,232,206)
#E4EAD4
(228,234,212)
#E7ECDA
(231,236,218)
#EAEEE0
(234,238,224)
#EDF0E6
(237,240,230)
#F0F2EC
(240,242,236)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E0B6; }

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

This text font color is #D5E0B6.


Background Color

.myBgColor { background-color: #D5E0B6; }

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

This div background color is #D5E0B6.


Border color

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

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

This div border color is #D5E0B6.


Opacity

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

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

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

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

This text has shadow with #D5E0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E0B6 on black background.


Color preview on white background

This text has color #D5E0B6 on white background.



Black color preview on #D5E0B6 background

This text has black color on #D5E0B6 background.


White color preview on #D5E0B6 background

This text has white color on #D5E0B6 background.