COLOR #D3ADA7

HEX: #D3ADA7 RGB: (211,173,167)

Color info

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

RGB color model

#D3ADA7 color RGB value is (211,173,167).

RGB: (211,173,167) (83%, 68%, 65%)

RGB channels and saturation

R 211 of 255 = 83%
G 173 of 255 = 68%
B 167 of 255 = 65%

211
173
167

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

Portions of RGB colors in percentages

R + G + B = 211 + 173 + 167 = 551 (100%)
R 211 of 551 ~ 38.29%
G 173 of 551 ~ 31.4%
B 167 of 551 ~ 30.31'%

%38.29
%31.4
%30.31

CMYK color model

#D3ADA7 color CMYK value is (0,18,21,17).

  • cyan value is 0.00%
  • magenta value is 18.01%
  • yellow value is 20.85%
  • key color value is 17.25%

CMYK: (0,18,21,17)
C0M18Y21K17 (0%, 18%, 21%, 17%)
(0.00 / 0.18 / 0.21 / 0.17)

CMYK percentages

%0
%18.01
%20.85
%17.25

Codes

Color #D3ADA7 in popluar color models

D3 AD A7
RGB 211 173 167
HSL 33.33% 74.12%
HSB/HSV 20.85% 82.75%
CMYK 0.00% 18.01% 20.85%
17.25%

Color #D3ADA7 in popluar number systems.

HEX D3 AD A7
Decimal 211 173 167
Binary 11010011 10101101 10100111
Octal 323 255 247

Shades and tints

Shades of #D3ADA7

#D3ADA7
(211,173,167)
#C09E98
(192,158,152)
#AD8F89
(173,143,137)
#9A807A
(154,128,122)
#87716B
(135,113,107)
#74625C
(116,98,92)
#61534D
(97,83,77)
#4E443E
(78,68,62)
#3B352F
(59,53,47)
#282620
(40,38,32)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #D3ADA7

#D3ADA7
(211,173,167)
#D7B4AF
(215,180,175)
#DBBBB7
(219,187,183)
#DFC2BF
(223,194,191)
#E3C9C7
(227,201,199)
#E7D0CF
(231,208,207)
#EBD7D7
(235,215,215)
#EFDEDF
(239,222,223)
#F3E5E7
(243,229,231)
#F7ECEF
(247,236,239)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3ADA7; }

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

This text font color is #D3ADA7.

Background Color

.myBgColor { background-color: #D3ADA7; }

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

This div background color is #D3ADA7.

Border color

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

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

This div border color is #D3ADA7.

Opacity

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

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

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

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

This text has shadow with #D3ADA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3ADA7.

Preview

Color preview on black background

This text has color #D3ADA7 on black background.


Color preview on white background

This text has color #D3ADA7 on white background.


Black color preview on #D3ADA7 background

This text has black color on #D3ADA7 background.


White color preview on #D3ADA7 background

This text has white color on #D3ADA7 background.


Related colors

Complementary color

Complementary color for #hex is #2C5258.


I love getcolorcode.com

Triadic colors

1 #A7D3AD and #ADA7D3 with #D3ADA7 are triadic colors.

2 #A7ADD3 and #ADD3A7 with #D3ADA7 are triadic colors.