COLOR #D7ADC5

HEX: #D7ADC5
RGB: (215,173,197)

Color info

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

RGB color model

#D7ADC5 color RGB value is (215,173,197).

  • red value is 215;
  • green value is 173;
  • blue value is 197.
RGB:
(215,173,197)
(84%,68%,77%)

RGB channels and saturation

R 215 of 255 = 84%
G 173 of 255 = 68%
B 197 of 255 = 77%

215
173
197

R + G + B ~ 76%. #D7ADC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 173 + 197 = 585 (100%)
R 215 of 585 ~ 36.75%
G 173 of 585 ~ 29.57%
B 197 of 585 ~ 33.68%

%36.75
%29.57
%33.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 8.37%
  • 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
%8.37
%15.69

Codes

Color #D7ADC5 in popluar color models

D7ADC5
RGB215173197
HSL326°34.43%76.08%
HSB/HSV326°19.53%84.31%
CMYK0.00%19.53%8.37%
15.69%

Color #D7ADC5 in popluar number systems.

HEXD7ADC5
Decimal215173197
Binary110101111010110111000101
Octal327255305

Shades and tints

Shades of #D7ADC5

#D7ADC5
(215,173,197)
#C49EB4
(196,158,180)
#B18FA3
(177,143,163)
#9E8092
(158,128,146)
#8B7181
(139,113,129)
#786270
(120,98,112)
#65535F
(101,83,95)
#52444E
(82,68,78)
#3F353D
(63,53,61)
#2C262C
(44,38,44)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #D7ADC5

#D7ADC5
(215,173,197)
#DAB4CA
(218,180,202)
#DDBBCF
(221,187,207)
#E0C2D4
(224,194,212)
#E3C9D9
(227,201,217)
#E6D0DE
(230,208,222)
#E9D7E3
(233,215,227)
#ECDEE8
(236,222,232)
#EFE5ED
(239,229,237)
#F2ECF2
(242,236,242)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ADC5; }

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

This text font color is #D7ADC5.


Background Color

.myBgColor { background-color: #D7ADC5; }

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

This div background color is #D7ADC5.


Border color

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

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

This div border color is #D7ADC5.


Opacity

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

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

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

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

This text has shadow with #D7ADC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ADC5 on black background.


Color preview on white background

This text has color #D7ADC5 on white background.



Black color preview on #D7ADC5 background

This text has black color on #D7ADC5 background.


White color preview on #D7ADC5 background

This text has white color on #D7ADC5 background.