COLOR #D7DBA5

HEX: #D7DBA5
RGB: (215,219,165)

Color info

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

RGB color model

#D7DBA5 color RGB value is (215,219,165).

  • red value is 215;
  • green value is 219;
  • blue value is 165.
RGB:
(215,219,165)
(84%,86%,65%)

RGB channels and saturation

R 215 of 255 = 84%
G 219 of 255 = 86%
B 165 of 255 = 65%

215
219
165

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

Portions of RGB colors in percentages

R + G + B =
215 + 219 + 165 = 599 (100%)
R 215 of 599 ~ 35.89%
G 219 of 599 ~ 36.56%
B 165 of 599 ~ 27.55%

%35.89
%36.56
%27.55

CMYK color model

#D7DBA5 color CMYK value is (2,0,25,14).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 24.66%
  • key color value is 14.12%
CMYK:
(2,0,25,14)
C2M0Y25K14 
(2%,0%,25%,14%)
(0.02/0.00/0.25/0.14)	

CMYK percentages

%1.83
%0
%24.66
%14.12

Codes

Color #D7DBA5 in popluar color models

D7DBA5
RGB215219165
HSL64°42.86%75.29%
HSB/HSV64°24.66%85.88%
CMYK1.83%0.00%24.66%
14.12%

Color #D7DBA5 in popluar number systems.

HEXD7DBA5
Decimal215219165
Binary110101111101101110100101
Octal327333245

Shades and tints

Shades of #D7DBA5

#D7DBA5
(215,219,165)
#C4C896
(196,200,150)
#B1B587
(177,181,135)
#9EA278
(158,162,120)
#8B8F69
(139,143,105)
#787C5A
(120,124,90)
#65694B
(101,105,75)
#52563C
(82,86,60)
#3F432D
(63,67,45)
#2C301E
(44,48,30)
#191D0F
(25,29,15)
#000000
(0,0,0)

Tints of #D7DBA5

#D7DBA5
(215,219,165)
#DADEAD
(218,222,173)
#DDE1B5
(221,225,181)
#E0E4BD
(224,228,189)
#E3E7C5
(227,231,197)
#E6EACD
(230,234,205)
#E9EDD5
(233,237,213)
#ECF0DD
(236,240,221)
#EFF3E5
(239,243,229)
#F2F6ED
(242,246,237)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DBA5 color. Also use rgb(215,219,165) instead hex code.

Text Font Color

.myTextColor { color: #D7DBA5; }

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

This text font color is #D7DBA5.


Background Color

.myBgColor { background-color: #D7DBA5; }

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

This div background color is #D7DBA5.


Border color

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

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

This div border color is #D7DBA5.


Opacity

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

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

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

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

This text has shadow with #D7DBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DBA5 on black background.


Color preview on white background

This text has color #D7DBA5 on white background.



Black color preview on #D7DBA5 background

This text has black color on #D7DBA5 background.


White color preview on #D7DBA5 background

This text has white color on #D7DBA5 background.