COLOR #D8E3B3

HEX: #D8E3B3
RGB: (216,227,179)

Color info

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

RGB color model

#D8E3B3 color RGB value is (216,227,179).

  • red value is 216;
  • green value is 227;
  • blue value is 179.
RGB:
(216,227,179)
(85%,89%,70%)

RGB channels and saturation

R 216 of 255 = 85%
G 227 of 255 = 89%
B 179 of 255 = 70%

216
227
179

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

Portions of RGB colors in percentages

R + G + B =
216 + 227 + 179 = 622 (100%)
R 216 of 622 ~ 34.73%
G 227 of 622 ~ 36.5%
B 179 of 622 ~ 28.78%

%34.73
%36.5
%28.78

CMYK color model

#D8E3B3 color CMYK value is (5,0,21,11).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 21.15%
  • key color value is 10.98%
CMYK:
(5,0,21,11)
C5M0Y21K11 
(5%,0%,21%,11%)
(0.05/0.00/0.21/0.11)	

CMYK percentages

%4.85
%0
%21.15
%10.98

Codes

Color #D8E3B3 in popluar color models

D8E3B3
RGB216227179
HSL74°46.15%79.61%
HSB/HSV74°21.15%89.02%
CMYK4.85%0.00%21.15%
10.98%

Color #D8E3B3 in popluar number systems.

HEXD8E3B3
Decimal216227179
Binary110110001110001110110011
Octal330343263

Shades and tints

Shades of #D8E3B3

#D8E3B3
(216,227,179)
#C5CFA3
(197,207,163)
#B2BB93
(178,187,147)
#9FA783
(159,167,131)
#8C9373
(140,147,115)
#797F63
(121,127,99)
#666B53
(102,107,83)
#535743
(83,87,67)
#404333
(64,67,51)
#2D2F23
(45,47,35)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #D8E3B3

#D8E3B3
(216,227,179)
#DBE5B9
(219,229,185)
#DEE7BF
(222,231,191)
#E1E9C5
(225,233,197)
#E4EBCB
(228,235,203)
#E7EDD1
(231,237,209)
#EAEFD7
(234,239,215)
#EDF1DD
(237,241,221)
#F0F3E3
(240,243,227)
#F3F5E9
(243,245,233)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E3B3 color. Also use rgb(216,227,179) instead hex code.

Text Font Color

.myTextColor { color: #D8E3B3; }

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

This text font color is #D8E3B3.


Background Color

.myBgColor { background-color: #D8E3B3; }

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

This div background color is #D8E3B3.


Border color

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

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

This div border color is #D8E3B3.


Opacity

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

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

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

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

This text has shadow with #D8E3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E3B3 on black background.


Color preview on white background

This text has color #D8E3B3 on white background.



Black color preview on #D8E3B3 background

This text has black color on #D8E3B3 background.


White color preview on #D8E3B3 background

This text has white color on #D8E3B3 background.