COLOR #D8DBA0

HEX: #D8DBA0
RGB: (216,219,160)

Color info

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

RGB color model

#D8DBA0 color RGB value is (216,219,160).

  • red value is 216;
  • green value is 219;
  • blue value is 160.
RGB:
(216,219,160)
(85%,86%,63%)

RGB channels and saturation

R 216 of 255 = 85%
G 219 of 255 = 86%
B 160 of 255 = 63%

216
219
160

R + G + B ~ 78%. #D8DBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 219 + 160 = 595 (100%)
R 216 of 595 ~ 36.3%
G 219 of 595 ~ 36.81%
B 160 of 595 ~ 26.89%

%36.3
%36.81
%26.89

CMYK color model

#D8DBA0 color CMYK value is (1,0,27,14).

  • cyan value is 1.37%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 14.12%
CMYK:
(1,0,27,14)
C1M0Y27K14 
(1%,0%,27%,14%)
(0.01/0.00/0.27/0.14)	

CMYK percentages

%1.37
%0
%26.94
%14.12

Codes

Color #D8DBA0 in popluar color models

D8DBA0
RGB216219160
HSL63°45.04%74.31%
HSB/HSV63°26.94%85.88%
CMYK1.37%0.00%26.94%
14.12%

Color #D8DBA0 in popluar number systems.

HEXD8DBA0
Decimal216219160
Binary110110001101101110100000
Octal330333240

Shades and tints

Shades of #D8DBA0

#D8DBA0
(216,219,160)
#C5C892
(197,200,146)
#B2B584
(178,181,132)
#9FA276
(159,162,118)
#8C8F68
(140,143,104)
#797C5A
(121,124,90)
#66694C
(102,105,76)
#53563E
(83,86,62)
#404330
(64,67,48)
#2D3022
(45,48,34)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #D8DBA0

#D8DBA0
(216,219,160)
#DBDEA8
(219,222,168)
#DEE1B0
(222,225,176)
#E1E4B8
(225,228,184)
#E4E7C0
(228,231,192)
#E7EAC8
(231,234,200)
#EAEDD0
(234,237,208)
#EDF0D8
(237,240,216)
#F0F3E0
(240,243,224)
#F3F6E8
(243,246,232)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DBA0 color. Also use rgb(216,219,160) instead hex code.

Text Font Color

.myTextColor { color: #D8DBA0; }

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

This text font color is #D8DBA0.


Background Color

.myBgColor { background-color: #D8DBA0; }

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

This div background color is #D8DBA0.


Border color

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

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

This div border color is #D8DBA0.


Opacity

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

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

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

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

This text has shadow with #D8DBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DBA0 on black background.


Color preview on white background

This text has color #D8DBA0 on white background.



Black color preview on #D8DBA0 background

This text has black color on #D8DBA0 background.


White color preview on #D8DBA0 background

This text has white color on #D8DBA0 background.