COLOR #D1ADA7

HEX: #D1ADA7
RGB: (209,173,167)

Color info

#D1ADA7 contains red, green and blue colors in about the same proportion. Web safe color of #D1ADA7 is #CC9999 (or #C99).

RGB color model

#D1ADA7 color RGB value is (209,173,167).

  • red value is 209;
  • green value is 173;
  • blue value is 167.
RGB:
(209,173,167)
(82%,68%,65%)

RGB channels and saturation

R 209 of 255 = 82%
G 173 of 255 = 68%
B 167 of 255 = 65%

209
173
167

R + G + B ~ 72%. #D1ADA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 173 + 167 = 549 (100%)
R 209 of 549 ~ 38.07%
G 173 of 549 ~ 31.51%
B 167 of 549 ~ 30.42%

%38.07
%31.51
%30.42

CMYK color model

#D1ADA7 color CMYK value is (0,17,20,18).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 20.10%
  • key color value is 18.04%
CMYK:
(0,17,20,18)
C0M17Y20K18 
(0%,17%,20%,18%)
(0.00/0.17/0.20/0.18)	

CMYK percentages

%0
%17.22
%20.1
%18.04

Codes

Color #D1ADA7 in popluar color models

D1ADA7
RGB209173167
HSL31.34%73.73%
HSB/HSV20.10%81.96%
CMYK0.00%17.22%20.10%
18.04%

Color #D1ADA7 in popluar number systems.

HEXD1ADA7
Decimal209173167
Binary110100011010110110100111
Octal321255247

Shades and tints

Shades of #D1ADA7

#D1ADA7
(209,173,167)
#BE9E98
(190,158,152)
#AB8F89
(171,143,137)
#98807A
(152,128,122)
#85716B
(133,113,107)
#72625C
(114,98,92)
#5F534D
(95,83,77)
#4C443E
(76,68,62)
#39352F
(57,53,47)
#262620
(38,38,32)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #D1ADA7

#D1ADA7
(209,173,167)
#D5B4AF
(213,180,175)
#D9BBB7
(217,187,183)
#DDC2BF
(221,194,191)
#E1C9C7
(225,201,199)
#E5D0CF
(229,208,207)
#E9D7D7
(233,215,215)
#EDDEDF
(237,222,223)
#F1E5E7
(241,229,231)
#F5ECEF
(245,236,239)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1ADA7 color. Also use rgb(209,173,167) instead hex code.

Text Font Color

.myTextColor { color: #D1ADA7; }

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

This text font color is #D1ADA7.


Background Color

.myBgColor { background-color: #D1ADA7; }

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

This div background color is #D1ADA7.


Border color

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

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

This div border color is #D1ADA7.


Opacity

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

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

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

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

This text has shadow with #D1ADA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ADA7 on black background.


Color preview on white background

This text has color #D1ADA7 on white background.



Black color preview on #D1ADA7 background

This text has black color on #D1ADA7 background.


White color preview on #D1ADA7 background

This text has white color on #D1ADA7 background.