COLOR #D8DFBD

HEX: #D8DFBD RGB: (216,223,189)

Color info

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

RGB color model

#D8DFBD color RGB value is (216,223,189).

RGB: (216,223,189) (85%, 87%, 74%)

RGB channels and saturation

R 216 of 255 = 85%
G 223 of 255 = 87%
B 189 of 255 = 74%

216
223
189

R + G + B ~ 82%. #D8DFBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 223 + 189 = 628 (100%)
R 216 of 628 ~ 34.39%
G 223 of 628 ~ 35.51%
B 189 of 628 ~ 30.1'%

%34.39
%35.51
%30.1

CMYK color model

#D8DFBD color CMYK value is (3,0,15,13).

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 12.55%

CMYK: (3,0,15,13)
C3M0Y15K13 (3%, 0%, 15%, 13%)
(0.03 / 0.00 / 0.15 / 0.13)

CMYK percentages

%3.14
%0
%15.25
%12.55

Codes

Color #D8DFBD in popluar color models

D8 DF BD
RGB 216 223 189
HSL 72° 34.69% 80.78%
HSB/HSV 72° 15.25% 87.45%
CMYK 3.14% 0.00% 15.25%
12.55%

Color #D8DFBD in popluar number systems.

HEX D8 DF BD
Decimal 216 223 189
Binary 11011000 11011111 10111101
Octal 330 337 275

Shades and tints

Shades of #D8DFBD

#D8DFBD
(216,223,189)
#C5CBAC
(197,203,172)
#B2B79B
(178,183,155)
#9FA38A
(159,163,138)
#8C8F79
(140,143,121)
#797B68
(121,123,104)
#666757
(102,103,87)
#535346
(83,83,70)
#403F35
(64,63,53)
#2D2B24
(45,43,36)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #D8DFBD

#D8DFBD
(216,223,189)
#DBE1C3
(219,225,195)
#DEE3C9
(222,227,201)
#E1E5CF
(225,229,207)
#E4E7D5
(228,231,213)
#E7E9DB
(231,233,219)
#EAEBE1
(234,235,225)
#EDEDE7
(237,237,231)
#F0EFED
(240,239,237)
#F3F1F3
(243,241,243)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DFBD; }

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

This text font color is #D8DFBD.

Background Color

.myBgColor { background-color: #D8DFBD; }

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

This div background color is #D8DFBD.

Border color

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

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

This div border color is #D8DFBD.

Opacity

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

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

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

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

This text has shadow with #D8DFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DFBD.

Preview

Color preview on black background

This text has color #D8DFBD on black background.


Color preview on white background

This text has color #D8DFBD on white background.


Black color preview on #D8DFBD background

This text has black color on #D8DFBD background.


White color preview on #D8DFBD background

This text has white color on #D8DFBD background.


Related colors

Complementary color

Complementary color for #hex is #272042.


I love getcolorcode.com

Triadic colors

1 #BDD8DF and #DFBDD8 with #D8DFBD are triadic colors.

2 #BDDFD8 and #DFD8BD with #D8DFBD are triadic colors.