COLOR #D7DAC0

HEX: #D7DAC0
RGB: (215,218,192)

Color info

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

RGB color model

#D7DAC0 color RGB value is (215,218,192).

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

RGB channels and saturation

R 215 of 255 = 84%
G 218 of 255 = 85%
B 192 of 255 = 75%

215
218
192

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

Portions of RGB colors in percentages

R + G + B =
215 + 218 + 192 = 625 (100%)
R 215 of 625 ~ 34.4%
G 218 of 625 ~ 34.88%
B 192 of 625 ~ 30.72%

%34.4
%34.88
%30.72

CMYK color model

#D7DAC0 color CMYK value is (1,0,12,15).

  • cyan value is 1.38%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 14.51%
CMYK:
(1,0,12,15)
C1M0Y12K15 
(1%,0%,12%,15%)
(0.01/0.00/0.12/0.15)	

CMYK percentages

%1.38
%0
%11.93
%14.51

Codes

Color #D7DAC0 in popluar color models

D7DAC0
RGB215218192
HSL67°26.00%80.39%
HSB/HSV67°11.93%85.49%
CMYK1.38%0.00%11.93%
14.51%

Color #D7DAC0 in popluar number systems.

HEXD7DAC0
Decimal215218192
Binary110101111101101011000000
Octal327332300

Shades and tints

Shades of #D7DAC0

#D7DAC0
(215,218,192)
#C4C7AF
(196,199,175)
#B1B49E
(177,180,158)
#9EA18D
(158,161,141)
#8B8E7C
(139,142,124)
#787B6B
(120,123,107)
#65685A
(101,104,90)
#525549
(82,85,73)
#3F4238
(63,66,56)
#2C2F27
(44,47,39)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #D7DAC0

#D7DAC0
(215,218,192)
#DADDC5
(218,221,197)
#DDE0CA
(221,224,202)
#E0E3CF
(224,227,207)
#E3E6D4
(227,230,212)
#E6E9D9
(230,233,217)
#E9ECDE
(233,236,222)
#ECEFE3
(236,239,227)
#EFF2E8
(239,242,232)
#F2F5ED
(242,245,237)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DAC0; }

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

This text font color is #D7DAC0.


Background Color

.myBgColor { background-color: #D7DAC0; }

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

This div background color is #D7DAC0.


Border color

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

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

This div border color is #D7DAC0.


Opacity

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

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

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

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

This text has shadow with #D7DAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DAC0 on black background.


Color preview on white background

This text has color #D7DAC0 on white background.



Black color preview on #D7DAC0 background

This text has black color on #D7DAC0 background.


White color preview on #D7DAC0 background

This text has white color on #D7DAC0 background.