COLOR #D7ADC6

HEX: #D7ADC6 RGB: (215,173,198)

Color info

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

RGB color model

#D7ADC6 color RGB value is (215,173,198).

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

RGB channels and saturation

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

215
173
198

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

Portions of RGB colors in percentages

R + G + B = 215 + 173 + 198 = 586 (100%)
R 215 of 586 ~ 36.69%
G 173 of 586 ~ 29.52%
B 198 of 586 ~ 33.79'%

%36.69
%29.52
%33.79

CMYK color model

#D7ADC6 color CMYK value is (0,20,8,16).

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

CMYK: (0,20,8,16)
C0M20Y8K16 (0%, 20%, 8%, 16%)
(0.00 / 0.20 / 0.08 / 0.16)

CMYK percentages

%0
%19.53
%7.91
%15.69

Codes

Color #D7ADC6 in popluar color models

D7 AD C6
RGB 215 173 198
HSL 324° 34.43% 76.08%
HSB/HSV 324° 19.53% 84.31%
CMYK 0.00% 19.53% 7.91%
15.69%

Color #D7ADC6 in popluar number systems.

HEX D7 AD C6
Decimal 215 173 198
Binary 11010111 10101101 11000110
Octal 327 255 306

Shades and tints

Shades of #D7ADC6

#D7ADC6
(215,173,198)
#C49EB4
(196,158,180)
#B18FA2
(177,143,162)
#9E8090
(158,128,144)
#8B717E
(139,113,126)
#78626C
(120,98,108)
#65535A
(101,83,90)
#524448
(82,68,72)
#3F3536
(63,53,54)
#2C2624
(44,38,36)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #D7ADC6

#D7ADC6
(215,173,198)
#DAB4CB
(218,180,203)
#DDBBD0
(221,187,208)
#E0C2D5
(224,194,213)
#E3C9DA
(227,201,218)
#E6D0DF
(230,208,223)
#E9D7E4
(233,215,228)
#ECDEE9
(236,222,233)
#EFE5EE
(239,229,238)
#F2ECF3
(242,236,243)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ADC6; }

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

This text font color is #D7ADC6.

Background Color

.myBgColor { background-color: #D7ADC6; }

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

This div background color is #D7ADC6.

Border color

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

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

This div border color is #D7ADC6.

Opacity

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

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

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

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

This text has shadow with #D7ADC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ADC6.

Preview

Color preview on black background

This text has color #D7ADC6 on black background.


Color preview on white background

This text has color #D7ADC6 on white background.


Black color preview on #D7ADC6 background

This text has black color on #D7ADC6 background.


White color preview on #D7ADC6 background

This text has white color on #D7ADC6 background.


Related colors

Complementary color

Complementary color for #hex is #285239.


I love getcolorcode.com

Triadic colors

1 #C6D7AD and #ADC6D7 with #D7ADC6 are triadic colors.

2 #C6ADD7 and #ADD7C6 with #D7ADC6 are triadic colors.