COLOR #D7DAB1

HEX: #D7DAB1
RGB: (215,218,177)

Color info

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

RGB color model

#D7DAB1 color RGB value is (215,218,177).

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

RGB channels and saturation

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

215
218
177

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

Portions of RGB colors in percentages

R + G + B =
215 + 218 + 177 = 610 (100%)
R 215 of 610 ~ 35.25%
G 218 of 610 ~ 35.74%
B 177 of 610 ~ 29.02%

%35.25
%35.74
%29.02

CMYK color model

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

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

Codes

Color #D7DAB1 in popluar color models

D7DAB1
RGB215218177
HSL64°35.65%77.45%
HSB/HSV64°18.81%85.49%
CMYK1.38%0.00%18.81%
14.51%

Color #D7DAB1 in popluar number systems.

HEXD7DAB1
Decimal215218177
Binary110101111101101010110001
Octal327332261

Shades and tints

Shades of #D7DAB1

#D7DAB1
(215,218,177)
#C4C7A1
(196,199,161)
#B1B491
(177,180,145)
#9EA181
(158,161,129)
#8B8E71
(139,142,113)
#787B61
(120,123,97)
#656851
(101,104,81)
#525541
(82,85,65)
#3F4231
(63,66,49)
#2C2F21
(44,47,33)
#191C11
(25,28,17)
#000000
(0,0,0)

Tints of #D7DAB1

#D7DAB1
(215,218,177)
#DADDB8
(218,221,184)
#DDE0BF
(221,224,191)
#E0E3C6
(224,227,198)
#E3E6CD
(227,230,205)
#E6E9D4
(230,233,212)
#E9ECDB
(233,236,219)
#ECEFE2
(236,239,226)
#EFF2E9
(239,242,233)
#F2F5F0
(242,245,240)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DAB1; }

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

This text font color is #D7DAB1.


Background Color

.myBgColor { background-color: #D7DAB1; }

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

This div background color is #D7DAB1.


Border color

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

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

This div border color is #D7DAB1.


Opacity

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

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

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

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

This text has shadow with #D7DAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DAB1 on black background.


Color preview on white background

This text has color #D7DAB1 on white background.



Black color preview on #D7DAB1 background

This text has black color on #D7DAB1 background.


White color preview on #D7DAB1 background

This text has white color on #D7DAB1 background.