COLOR #D7DABB

HEX: #D7DABB
RGB: (215,218,187)

Color info

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

RGB color model

#D7DABB color RGB value is (215,218,187).

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

RGB channels and saturation

R 215 of 255 = 84%
G 218 of 255 = 85%
B 187 of 255 = 73%

215
218
187

R + G + B ~ 81%. #D7DABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 218 + 187 = 620 (100%)
R 215 of 620 ~ 34.68%
G 218 of 620 ~ 35.16%
B 187 of 620 ~ 30.16%

%34.68
%35.16
%30.16

CMYK color model

#D7DABB color CMYK value is (1,0,14,15).

  • cyan value is 1.38%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 14.51%
CMYK:
(1,0,14,15)
C1M0Y14K15 
(1%,0%,14%,15%)
(0.01/0.00/0.14/0.15)	

CMYK percentages

%1.38
%0
%14.22
%14.51

Codes

Color #D7DABB in popluar color models

D7DABB
RGB215218187
HSL66°29.52%79.41%
HSB/HSV66°14.22%85.49%
CMYK1.38%0.00%14.22%
14.51%

Color #D7DABB in popluar number systems.

HEXD7DABB
Decimal215218187
Binary110101111101101010111011
Octal327332273

Shades and tints

Shades of #D7DABB

#D7DABB
(215,218,187)
#C4C7AA
(196,199,170)
#B1B499
(177,180,153)
#9EA188
(158,161,136)
#8B8E77
(139,142,119)
#787B66
(120,123,102)
#656855
(101,104,85)
#525544
(82,85,68)
#3F4233
(63,66,51)
#2C2F22
(44,47,34)
#191C11
(25,28,17)
#000000
(0,0,0)

Tints of #D7DABB

#D7DABB
(215,218,187)
#DADDC1
(218,221,193)
#DDE0C7
(221,224,199)
#E0E3CD
(224,227,205)
#E3E6D3
(227,230,211)
#E6E9D9
(230,233,217)
#E9ECDF
(233,236,223)
#ECEFE5
(236,239,229)
#EFF2EB
(239,242,235)
#F2F5F1
(242,245,241)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DABB; }

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

This text font color is #D7DABB.


Background Color

.myBgColor { background-color: #D7DABB; }

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

This div background color is #D7DABB.


Border color

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

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

This div border color is #D7DABB.


Opacity

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

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

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

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

This text has shadow with #D7DABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DABB on black background.


Color preview on white background

This text has color #D7DABB on white background.



Black color preview on #D7DABB background

This text has black color on #D7DABB background.


White color preview on #D7DABB background

This text has white color on #D7DABB background.