COLOR #D7ADA8

HEX: #D7ADA8 RGB: (215,173,168)

Color info

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

RGB color model

#D7ADA8 color RGB value is (215,173,168).

RGB: (215,173,168) (84%, 68%, 66%)

RGB channels and saturation

R 215 of 255 = 84%
G 173 of 255 = 68%
B 168 of 255 = 66%

215
173
168

R + G + B ~ 73%. #D7ADA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 173 + 168 = 556 (100%)
R 215 of 556 ~ 38.67%
G 173 of 556 ~ 31.12%
B 168 of 556 ~ 30.22'%

%38.67
%31.12
%30.22

CMYK color model

#D7ADA8 color CMYK value is (0,20,22,16).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 21.86%
  • key color value is 15.69%
CMYK: (0,20,22,16) C0M20Y22K16 (0%,20%,22%,16%) (0.00/0.20/0.22/0.16) 

CMYK percentages

%0
%19.53
%21.86
%15.69

Codes

Color #D7ADA8 in popluar color models

D7 AD A8
RGB 215 173 168
HSL 37.01% 75.10%
HSB/HSV 21.86% 84.31%
CMYK 0.00% 19.53% 21.86%
15.69%

Color #D7ADA8 in popluar number systems.

HEX D7 AD A8
Decimal 215 173 168
Binary 11010111 10101101 10101000
Octal 327 255 250

Shades and tints

Shades of #D7ADA8

#D7ADA8
(215,173,168)
#C49E99
(196,158,153)
#B18F8A
(177,143,138)
#9E807B
(158,128,123)
#8B716C
(139,113,108)
#78625D
(120,98,93)
#65534E
(101,83,78)
#52443F
(82,68,63)
#3F3530
(63,53,48)
#2C2621
(44,38,33)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #D7ADA8

#D7ADA8
(215,173,168)
#DAB4AF
(218,180,175)
#DDBBB6
(221,187,182)
#E0C2BD
(224,194,189)
#E3C9C4
(227,201,196)
#E6D0CB
(230,208,203)
#E9D7D2
(233,215,210)
#ECDED9
(236,222,217)
#EFE5E0
(239,229,224)
#F2ECE7
(242,236,231)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7ADA8 color. Also use rgb(215,173,168) instead hex code.

Text Font Color

.myTextColor { color: #D7ADA8; }

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

This text font color is #D7ADA8.

Background Color

.myBgColor { background-color: #D7ADA8; }

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

This div background color is #D7ADA8.

Border color

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

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

This div border color is #D7ADA8.

Opacity

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

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

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

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

This text has shadow with #D7ADA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ADA8.

Preview

Color preview on black background

This text has color #D7ADA8 on black background.


Color preview on white background

This text has color #D7ADA8 on white background.


Black color preview on #D7ADA8 background

This text has black color on #D7ADA8 background.


White color preview on #D7ADA8 background

This text has white color on #D7ADA8 background.


Related colors

Complementary color

Complementary color for #hex is #285257.


I love getcolorcode.com

Triadic colors

1 #A8D7AD and #ADA8D7 with #D7ADA8 are triadic colors.

2 #A8ADD7 and #ADD7A8 with #D7ADA8 are triadic colors.