COLOR #D7DBAD

HEX: #D7DBAD
RGB: (215,219,173)

Color info

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

RGB color model

#D7DBAD color RGB value is (215,219,173).

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

RGB channels and saturation

R 215 of 255 = 84%
G 219 of 255 = 86%
B 173 of 255 = 68%

215
219
173

R + G + B ~ 79%. #D7DBAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 219 + 173 = 607 (100%)
R 215 of 607 ~ 35.42%
G 219 of 607 ~ 36.08%
B 173 of 607 ~ 28.5%

%35.42
%36.08
%28.5

CMYK color model

#D7DBAD color CMYK value is (2,0,21,14).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 21.00%
  • key color value is 14.12%
CMYK:
(2,0,21,14)
C2M0Y21K14 
(2%,0%,21%,14%)
(0.02/0.00/0.21/0.14)	

CMYK percentages

%1.83
%0
%21
%14.12

Codes

Color #D7DBAD in popluar color models

D7DBAD
RGB215219173
HSL65°38.98%76.86%
HSB/HSV65°21.00%85.88%
CMYK1.83%0.00%21.00%
14.12%

Color #D7DBAD in popluar number systems.

HEXD7DBAD
Decimal215219173
Binary110101111101101110101101
Octal327333255

Shades and tints

Shades of #D7DBAD

#D7DBAD
(215,219,173)
#C4C89E
(196,200,158)
#B1B58F
(177,181,143)
#9EA280
(158,162,128)
#8B8F71
(139,143,113)
#787C62
(120,124,98)
#656953
(101,105,83)
#525644
(82,86,68)
#3F4335
(63,67,53)
#2C3026
(44,48,38)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #D7DBAD

#D7DBAD
(215,219,173)
#DADEB4
(218,222,180)
#DDE1BB
(221,225,187)
#E0E4C2
(224,228,194)
#E3E7C9
(227,231,201)
#E6EAD0
(230,234,208)
#E9EDD7
(233,237,215)
#ECF0DE
(236,240,222)
#EFF3E5
(239,243,229)
#F2F6EC
(242,246,236)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DBAD; }

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

This text font color is #D7DBAD.


Background Color

.myBgColor { background-color: #D7DBAD; }

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

This div background color is #D7DBAD.


Border color

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

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

This div border color is #D7DBAD.


Opacity

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

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

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

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

This text has shadow with #D7DBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DBAD on black background.


Color preview on white background

This text has color #D7DBAD on white background.



Black color preview on #D7DBAD background

This text has black color on #D7DBAD background.


White color preview on #D7DBAD background

This text has white color on #D7DBAD background.