COLOR #D7DAB0

HEX: #D7DAB0 RGB: (215,218,176)

Color info

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

RGB color model

#D7DAB0 color RGB value is (215,218,176).

RGB: (215,218,176) (84%, 85%, 69%)

RGB channels and saturation

R 215 of 255 = 84%
G 218 of 255 = 85%
B 176 of 255 = 69%

215
218
176

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

Portions of RGB colors in percentages

R + G + B = 215 + 218 + 176 = 609 (100%)
R 215 of 609 ~ 35.3%
G 218 of 609 ~ 35.8%
B 176 of 609 ~ 28.9'%

%35.3
%35.8
%28.9

CMYK color model

#D7DAB0 color CMYK value is (1,0,19,15).

  • cyan value is 1.38%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 14.51%

CMYK: (1,0,19,15)
C1M0Y19K15 (1%, 0%, 19%, 15%)
(0.01 / 0.00 / 0.19 / 0.15)

CMYK percentages

%1.38
%0
%19.27
%14.51

Codes

Color #D7DAB0 in popluar color models

D7 DA B0
RGB 215 218 176
HSL 64° 36.21% 77.25%
HSB/HSV 64° 19.27% 85.49%
CMYK 1.38% 0.00% 19.27%
14.51%

Color #D7DAB0 in popluar number systems.

HEX D7 DA B0
Decimal 215 218 176
Binary 11010111 11011010 10110000
Octal 327 332 260

Shades and tints

Shades of #D7DAB0

#D7DAB0
(215,218,176)
#C4C7A0
(196,199,160)
#B1B490
(177,180,144)
#9EA180
(158,161,128)
#8B8E70
(139,142,112)
#787B60
(120,123,96)
#656850
(101,104,80)
#525540
(82,85,64)
#3F4230
(63,66,48)
#2C2F20
(44,47,32)
#191C10
(25,28,16)
#000000
(0,0,0)

Tints of #D7DAB0

#D7DAB0
(215,218,176)
#DADDB7
(218,221,183)
#DDE0BE
(221,224,190)
#E0E3C5
(224,227,197)
#E3E6CC
(227,230,204)
#E6E9D3
(230,233,211)
#E9ECDA
(233,236,218)
#ECEFE1
(236,239,225)
#EFF2E8
(239,242,232)
#F2F5EF
(242,245,239)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DAB0 color. Also use rgb(215,218,176) instead hex code.

Text Font Color

.myTextColor { color: #D7DAB0; }

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

This text font color is #D7DAB0.

Background Color

.myBgColor { background-color: #D7DAB0; }

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

This div background color is #D7DAB0.

Border color

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

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

This div border color is #D7DAB0.

Opacity

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

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

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

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

This text has shadow with #D7DAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DAB0.

Preview

Color preview on black background

This text has color #D7DAB0 on black background.


Color preview on white background

This text has color #D7DAB0 on white background.


Black color preview on #D7DAB0 background

This text has black color on #D7DAB0 background.


White color preview on #D7DAB0 background

This text has white color on #D7DAB0 background.


Related colors

Complementary color

Complementary color for #hex is #28254F.


I love getcolorcode.com

Triadic colors

1 #B0D7DA and #DAB0D7 with #D7DAB0 are triadic colors.

2 #B0DAD7 and #DAD7B0 with #D7DAB0 are triadic colors.