COLOR #D8E3BD

HEX: #D8E3BD RGB: (216,227,189)

Color info

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

RGB color model

#D8E3BD color RGB value is (216,227,189).

RGB: (216,227,189) (85%, 89%, 74%)

RGB channels and saturation

R 216 of 255 = 85%
G 227 of 255 = 89%
B 189 of 255 = 74%

216
227
189

R + G + B ~ 83%. #D8E3BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 227 + 189 = 632 (100%)
R 216 of 632 ~ 34.18%
G 227 of 632 ~ 35.92%
B 189 of 632 ~ 29.91'%

%34.18
%35.92
%29.91

CMYK color model

#D8E3BD color CMYK value is (5,0,17,11).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 10.98%

CMYK: (5,0,17,11)
C5M0Y17K11 (5%, 0%, 17%, 11%)
(0.05 / 0.00 / 0.17 / 0.11)

CMYK percentages

%4.85
%0
%16.74
%10.98

Codes

Color #D8E3BD in popluar color models

D8 E3 BD
RGB 216 227 189
HSL 77° 40.43% 81.57%
HSB/HSV 77° 16.74% 89.02%
CMYK 4.85% 0.00% 16.74%
10.98%

Color #D8E3BD in popluar number systems.

HEX D8 E3 BD
Decimal 216 227 189
Binary 11011000 11100011 10111101
Octal 330 343 275

Shades and tints

Shades of #D8E3BD

#D8E3BD
(216,227,189)
#C5CFAC
(197,207,172)
#B2BB9B
(178,187,155)
#9FA78A
(159,167,138)
#8C9379
(140,147,121)
#797F68
(121,127,104)
#666B57
(102,107,87)
#535746
(83,87,70)
#404335
(64,67,53)
#2D2F24
(45,47,36)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #D8E3BD

#D8E3BD
(216,227,189)
#DBE5C3
(219,229,195)
#DEE7C9
(222,231,201)
#E1E9CF
(225,233,207)
#E4EBD5
(228,235,213)
#E7EDDB
(231,237,219)
#EAEFE1
(234,239,225)
#EDF1E7
(237,241,231)
#F0F3ED
(240,243,237)
#F3F5F3
(243,245,243)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E3BD; }

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

This text font color is #D8E3BD.

Background Color

.myBgColor { background-color: #D8E3BD; }

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

This div background color is #D8E3BD.

Border color

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

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

This div border color is #D8E3BD.

Opacity

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

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

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

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

This text has shadow with #D8E3BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E3BD.

Preview

Color preview on black background

This text has color #D8E3BD on black background.


Color preview on white background

This text has color #D8E3BD on white background.


Black color preview on #D8E3BD background

This text has black color on #D8E3BD background.


White color preview on #D8E3BD background

This text has white color on #D8E3BD background.


Related colors

Complementary color

Complementary color for #hex is #271C42.


I love getcolorcode.com

Triadic colors

1 #BDD8E3 and #E3BDD8 with #D8E3BD are triadic colors.

2 #BDE3D8 and #E3D8BD with #D8E3BD are triadic colors.