COLOR #D7DAB4

HEX: #D7DAB4 RGB: (215,218,180)

Color info

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

RGB color model

#D7DAB4 color RGB value is (215,218,180).

RGB: (215,218,180) (84%, 85%, 71%)

RGB channels and saturation

R 215 of 255 = 84%
G 218 of 255 = 85%
B 180 of 255 = 71%

215
218
180

R + G + B ~ 80%. #D7DAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 218 + 180 = 613 (100%)
R 215 of 613 ~ 35.07%
G 218 of 613 ~ 35.56%
B 180 of 613 ~ 29.36'%

%35.07
%35.56
%29.36

CMYK color model

#D7DAB4 color CMYK value is (1,0,17,15).

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

CMYK: (1,0,17,15)
C1M0Y17K15 (1%, 0%, 17%, 15%)
(0.01 / 0.00 / 0.17 / 0.15)

CMYK percentages

%1.38
%0
%17.43
%14.51

Codes

Color #D7DAB4 in popluar color models

D7 DA B4
RGB 215 218 180
HSL 65° 33.93% 78.04%
HSB/HSV 65° 17.43% 85.49%
CMYK 1.38% 0.00% 17.43%
14.51%

Color #D7DAB4 in popluar number systems.

HEX D7 DA B4
Decimal 215 218 180
Binary 11010111 11011010 10110100
Octal 327 332 264

Shades and tints

Shades of #D7DAB4

#D7DAB4
(215,218,180)
#C4C7A4
(196,199,164)
#B1B494
(177,180,148)
#9EA184
(158,161,132)
#8B8E74
(139,142,116)
#787B64
(120,123,100)
#656854
(101,104,84)
#525544
(82,85,68)
#3F4234
(63,66,52)
#2C2F24
(44,47,36)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #D7DAB4

#D7DAB4
(215,218,180)
#DADDBA
(218,221,186)
#DDE0C0
(221,224,192)
#E0E3C6
(224,227,198)
#E3E6CC
(227,230,204)
#E6E9D2
(230,233,210)
#E9ECD8
(233,236,216)
#ECEFDE
(236,239,222)
#EFF2E4
(239,242,228)
#F2F5EA
(242,245,234)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DAB4; }

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

This text font color is #D7DAB4.

Background Color

.myBgColor { background-color: #D7DAB4; }

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

This div background color is #D7DAB4.

Border color

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

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

This div border color is #D7DAB4.

Opacity

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

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

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

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

This text has shadow with #D7DAB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DAB4.

Preview

Color preview on black background

This text has color #D7DAB4 on black background.


Color preview on white background

This text has color #D7DAB4 on white background.


Black color preview on #D7DAB4 background

This text has black color on #D7DAB4 background.


White color preview on #D7DAB4 background

This text has white color on #D7DAB4 background.


Related colors

Complementary color

Complementary color for #hex is #28254B.


I love getcolorcode.com

Triadic colors

1 #B4D7DA and #DAB4D7 with #D7DAB4 are triadic colors.

2 #B4DAD7 and #DAD7B4 with #D7DAB4 are triadic colors.