COLOR #D5ADA7

HEX: #D5ADA7 RGB: (213,173,167)

Color info

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

RGB color model

#D5ADA7 color RGB value is (213,173,167).

RGB: (213,173,167) (84%, 68%, 65%)

RGB channels and saturation

R 213 of 255 = 84%
G 173 of 255 = 68%
B 167 of 255 = 65%

213
173
167

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

Portions of RGB colors in percentages

R + G + B = 213 + 173 + 167 = 553 (100%)
R 213 of 553 ~ 38.52%
G 173 of 553 ~ 31.28%
B 167 of 553 ~ 30.2'%

%38.52
%31.28
%30.2

CMYK color model

#D5ADA7 color CMYK value is (0,19,22,16).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 21.60%
  • key color value is 16.47%

CMYK: (0,19,22,16)
C0M19Y22K16 (0%, 19%, 22%, 16%)
(0.00 / 0.19 / 0.22 / 0.16)

CMYK percentages

%0
%18.78
%21.6
%16.47

Codes

Color #D5ADA7 in popluar color models

D5 AD A7
RGB 213 173 167
HSL 35.38% 74.51%
HSB/HSV 21.60% 83.53%
CMYK 0.00% 18.78% 21.60%
16.47%

Color #D5ADA7 in popluar number systems.

HEX D5 AD A7
Decimal 213 173 167
Binary 11010101 10101101 10100111
Octal 325 255 247

Shades and tints

Shades of #D5ADA7

#D5ADA7
(213,173,167)
#C29E98
(194,158,152)
#AF8F89
(175,143,137)
#9C807A
(156,128,122)
#89716B
(137,113,107)
#76625C
(118,98,92)
#63534D
(99,83,77)
#50443E
(80,68,62)
#3D352F
(61,53,47)
#2A2620
(42,38,32)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #D5ADA7

#D5ADA7
(213,173,167)
#D8B4AF
(216,180,175)
#DBBBB7
(219,187,183)
#DEC2BF
(222,194,191)
#E1C9C7
(225,201,199)
#E4D0CF
(228,208,207)
#E7D7D7
(231,215,215)
#EADEDF
(234,222,223)
#EDE5E7
(237,229,231)
#F0ECEF
(240,236,239)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ADA7; }

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

This text font color is #D5ADA7.

Background Color

.myBgColor { background-color: #D5ADA7; }

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

This div background color is #D5ADA7.

Border color

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

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

This div border color is #D5ADA7.

Opacity

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

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

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

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

This text has shadow with #D5ADA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5ADA7.

Preview

Color preview on black background

This text has color #D5ADA7 on black background.


Color preview on white background

This text has color #D5ADA7 on white background.


Black color preview on #D5ADA7 background

This text has black color on #D5ADA7 background.


White color preview on #D5ADA7 background

This text has white color on #D5ADA7 background.


Related colors

Complementary color

Complementary color for #hex is #2A5258.


I love getcolorcode.com

Triadic colors

1 #A7D5AD and #ADA7D5 with #D5ADA7 are triadic colors.

2 #A7ADD5 and #ADD5A7 with #D5ADA7 are triadic colors.