COLOR #D0E5B6

HEX: #D0E5B6
RGB: (208,229,182)

Color info

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

RGB color model

#D0E5B6 color RGB value is (208,229,182).

  • red value is 208;
  • green value is 229;
  • blue value is 182.
RGB:
(208,229,182)
(82%,90%,71%)

RGB channels and saturation

R 208 of 255 = 82%
G 229 of 255 = 90%
B 182 of 255 = 71%

208
229
182

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

Portions of RGB colors in percentages

R + G + B =
208 + 229 + 182 = 619 (100%)
R 208 of 619 ~ 33.6%
G 229 of 619 ~ 37%
B 182 of 619 ~ 29.4%

%33.6
%37
%29.4

CMYK color model

#D0E5B6 color CMYK value is (9,0,21,10).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 20.52%
  • key color value is 10.20%
CMYK:
(9,0,21,10)
C9M0Y21K10 
(9%,0%,21%,10%)
(0.09/0.00/0.21/0.10)	

CMYK percentages

%9.17
%0
%20.52
%10.2

Codes

Color #D0E5B6 in popluar color models

D0E5B6
RGB208229182
HSL87°47.47%80.59%
HSB/HSV87°20.52%89.80%
CMYK9.17%0.00%20.52%
10.20%

Color #D0E5B6 in popluar number systems.

HEXD0E5B6
Decimal208229182
Binary110100001110010110110110
Octal320345266

Shades and tints

Shades of #D0E5B6

#D0E5B6
(208,229,182)
#BED1A6
(190,209,166)
#ACBD96
(172,189,150)
#9AA986
(154,169,134)
#889576
(136,149,118)
#768166
(118,129,102)
#646D56
(100,109,86)
#525946
(82,89,70)
#404536
(64,69,54)
#2E3126
(46,49,38)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #D0E5B6

#D0E5B6
(208,229,182)
#D4E7BC
(212,231,188)
#D8E9C2
(216,233,194)
#DCEBC8
(220,235,200)
#E0EDCE
(224,237,206)
#E4EFD4
(228,239,212)
#E8F1DA
(232,241,218)
#ECF3E0
(236,243,224)
#F0F5E6
(240,245,230)
#F4F7EC
(244,247,236)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E5B6 color. Also use rgb(208,229,182) instead hex code.

Text Font Color

.myTextColor { color: #D0E5B6; }

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

This text font color is #D0E5B6.


Background Color

.myBgColor { background-color: #D0E5B6; }

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

This div background color is #D0E5B6.


Border color

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

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

This div border color is #D0E5B6.


Opacity

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

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

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

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

This text has shadow with #D0E5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E5B6 on black background.


Color preview on white background

This text has color #D0E5B6 on white background.



Black color preview on #D0E5B6 background

This text has black color on #D0E5B6 background.


White color preview on #D0E5B6 background

This text has white color on #D0E5B6 background.