COLOR #D8D6BE

HEX: #D8D6BE
RGB: (216,214,190)

Color info

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

RGB color model

#D8D6BE color RGB value is (216,214,190).

  • red value is 216;
  • green value is 214;
  • blue value is 190.
RGB:
(216,214,190)
(85%,84%,75%)

RGB channels and saturation

R 216 of 255 = 85%
G 214 of 255 = 84%
B 190 of 255 = 75%

216
214
190

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

Portions of RGB colors in percentages

R + G + B =
216 + 214 + 190 = 620 (100%)
R 216 of 620 ~ 34.84%
G 214 of 620 ~ 34.52%
B 190 of 620 ~ 30.65%

%34.84
%34.52
%30.65

CMYK color model

#D8D6BE color CMYK value is (0,1,12,15).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(0,1,12,15)
C0M1Y12K15 
(0%,1%,12%,15%)
(0.00/0.01/0.12/0.15)	

CMYK percentages

%0
%0.93
%12.04
%15.29

Codes

Color #D8D6BE in popluar color models

D8D6BE
RGB216214190
HSL55°25.00%79.61%
HSB/HSV55°12.04%84.71%
CMYK0.00%0.93%12.04%
15.29%

Color #D8D6BE in popluar number systems.

HEXD8D6BE
Decimal216214190
Binary110110001101011010111110
Octal330326276

Shades and tints

Shades of #D8D6BE

#D8D6BE
(216,214,190)
#C5C3AD
(197,195,173)
#B2B09C
(178,176,156)
#9F9D8B
(159,157,139)
#8C8A7A
(140,138,122)
#797769
(121,119,105)
#666458
(102,100,88)
#535147
(83,81,71)
#403E36
(64,62,54)
#2D2B25
(45,43,37)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #D8D6BE

#D8D6BE
(216,214,190)
#DBD9C3
(219,217,195)
#DEDCC8
(222,220,200)
#E1DFCD
(225,223,205)
#E4E2D2
(228,226,210)
#E7E5D7
(231,229,215)
#EAE8DC
(234,232,220)
#EDEBE1
(237,235,225)
#F0EEE6
(240,238,230)
#F3F1EB
(243,241,235)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D6BE color. Also use rgb(216,214,190) instead hex code.

Text Font Color

.myTextColor { color: #D8D6BE; }

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

This text font color is #D8D6BE.


Background Color

.myBgColor { background-color: #D8D6BE; }

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

This div background color is #D8D6BE.


Border color

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

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

This div border color is #D8D6BE.


Opacity

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

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

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

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

This text has shadow with #D8D6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D6BE on black background.


Color preview on white background

This text has color #D8D6BE on white background.



Black color preview on #D8D6BE background

This text has black color on #D8D6BE background.


White color preview on #D8D6BE background

This text has white color on #D8D6BE background.