COLOR #D7DAB6

HEX: #D7DAB6
RGB: (215,218,182)

Color info

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

RGB color model

#D7DAB6 color RGB value is (215,218,182).

  • red value is 215;
  • green value is 218;
  • blue value is 182.
RGB:
(215,218,182)
(84%,85%,71%)

RGB channels and saturation

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

215
218
182

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

Portions of RGB colors in percentages

R + G + B =
215 + 218 + 182 = 615 (100%)
R 215 of 615 ~ 34.96%
G 218 of 615 ~ 35.45%
B 182 of 615 ~ 29.59%

%34.96
%35.45
%29.59

CMYK color model

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

  • cyan value is 1.38%
  • magenta value is 0.00%
  • yellow value is 16.51%
  • 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
%16.51
%14.51

Codes

Color #D7DAB6 in popluar color models

D7DAB6
RGB215218182
HSL65°32.73%78.43%
HSB/HSV65°16.51%85.49%
CMYK1.38%0.00%16.51%
14.51%

Color #D7DAB6 in popluar number systems.

HEXD7DAB6
Decimal215218182
Binary110101111101101010110110
Octal327332266

Shades and tints

Shades of #D7DAB6

#D7DAB6
(215,218,182)
#C4C7A6
(196,199,166)
#B1B496
(177,180,150)
#9EA186
(158,161,134)
#8B8E76
(139,142,118)
#787B66
(120,123,102)
#656856
(101,104,86)
#525546
(82,85,70)
#3F4236
(63,66,54)
#2C2F26
(44,47,38)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #D7DAB6

#D7DAB6
(215,218,182)
#DADDBC
(218,221,188)
#DDE0C2
(221,224,194)
#E0E3C8
(224,227,200)
#E3E6CE
(227,230,206)
#E6E9D4
(230,233,212)
#E9ECDA
(233,236,218)
#ECEFE0
(236,239,224)
#EFF2E6
(239,242,230)
#F2F5EC
(242,245,236)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DAB6; }

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

This text font color is #D7DAB6.


Background Color

.myBgColor { background-color: #D7DAB6; }

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

This div background color is #D7DAB6.


Border color

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

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

This div border color is #D7DAB6.


Opacity

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

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

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

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

This text has shadow with #D7DAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DAB6 on black background.


Color preview on white background

This text has color #D7DAB6 on white background.



Black color preview on #D7DAB6 background

This text has black color on #D7DAB6 background.


White color preview on #D7DAB6 background

This text has white color on #D7DAB6 background.