COLOR #D7ADC7

HEX: #D7ADC7 RGB: (215,173,199)

Color info

#D7ADC7 contains red, green and blue colors in about the same proportion. Web safe color of #D7ADC7 is #CC99CC (or #C9C).

RGB color model

#D7ADC7 color RGB value is (215,173,199).

RGB: (215,173,199) (84%, 68%, 78%)

RGB channels and saturation

R 215 of 255 = 84%
G 173 of 255 = 68%
B 199 of 255 = 78%

215
173
199

R + G + B ~ 77%. #D7ADC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 173 + 199 = 587 (100%)
R 215 of 587 ~ 36.63%
G 173 of 587 ~ 29.47%
B 199 of 587 ~ 33.9'%

%36.63
%29.47
%33.9

CMYK color model

#D7ADC7 color CMYK value is (0,20,7,16).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 7.44%
  • key color value is 15.69%

CMYK: (0,20,7,16)
C0M20Y7K16 (0%, 20%, 7%, 16%)
(0.00 / 0.20 / 0.07 / 0.16)

CMYK percentages

%0
%19.53
%7.44
%15.69

Codes

Color #D7ADC7 in popluar color models

D7 AD C7
RGB 215 173 199
HSL 323° 34.43% 76.08%
HSB/HSV 323° 19.53% 84.31%
CMYK 0.00% 19.53% 7.44%
15.69%

Color #D7ADC7 in popluar number systems.

HEX D7 AD C7
Decimal 215 173 199
Binary 11010111 10101101 11000111
Octal 327 255 307

Shades and tints

Shades of #D7ADC7

#D7ADC7
(215,173,199)
#C49EB5
(196,158,181)
#B18FA3
(177,143,163)
#9E8091
(158,128,145)
#8B717F
(139,113,127)
#78626D
(120,98,109)
#65535B
(101,83,91)
#524449
(82,68,73)
#3F3537
(63,53,55)
#2C2625
(44,38,37)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #D7ADC7

#D7ADC7
(215,173,199)
#DAB4CC
(218,180,204)
#DDBBD1
(221,187,209)
#E0C2D6
(224,194,214)
#E3C9DB
(227,201,219)
#E6D0E0
(230,208,224)
#E9D7E5
(233,215,229)
#ECDEEA
(236,222,234)
#EFE5EF
(239,229,239)
#F2ECF4
(242,236,244)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ADC7; }

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

This text font color is #D7ADC7.

Background Color

.myBgColor { background-color: #D7ADC7; }

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

This div background color is #D7ADC7.

Border color

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

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

This div border color is #D7ADC7.

Opacity

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

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

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

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

This text has shadow with #D7ADC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ADC7.

Preview

Color preview on black background

This text has color #D7ADC7 on black background.


Color preview on white background

This text has color #D7ADC7 on white background.


Black color preview on #D7ADC7 background

This text has black color on #D7ADC7 background.


White color preview on #D7ADC7 background

This text has white color on #D7ADC7 background.


Related colors

Complementary color

Complementary color for #hex is #285238.


I love getcolorcode.com

Triadic colors

1 #C7D7AD and #ADC7D7 with #D7ADC7 are triadic colors.

2 #C7ADD7 and #ADD7C7 with #D7ADC7 are triadic colors.