COLOR #D7ADC1

HEX: #D7ADC1
RGB: (215,173,193)

Color info

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

RGB color model

#D7ADC1 color RGB value is (215,173,193).

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

RGB channels and saturation

R 215 of 255 = 84%
G 173 of 255 = 68%
B 193 of 255 = 76%

215
173
193

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

Portions of RGB colors in percentages

R + G + B =
215 + 173 + 193 = 581 (100%)
R 215 of 581 ~ 37.01%
G 173 of 581 ~ 29.78%
B 193 of 581 ~ 33.22%

%37.01
%29.78
%33.22

CMYK color model

#D7ADC1 color CMYK value is (0,20,10,16).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 10.23%
  • key color value is 15.69%
CMYK:
(0,20,10,16)
C0M20Y10K16 
(0%,20%,10%,16%)
(0.00/0.20/0.10/0.16)	

CMYK percentages

%0
%19.53
%10.23
%15.69

Codes

Color #D7ADC1 in popluar color models

D7ADC1
RGB215173193
HSL331°34.43%76.08%
HSB/HSV331°19.53%84.31%
CMYK0.00%19.53%10.23%
15.69%

Color #D7ADC1 in popluar number systems.

HEXD7ADC1
Decimal215173193
Binary110101111010110111000001
Octal327255301

Shades and tints

Shades of #D7ADC1

#D7ADC1
(215,173,193)
#C49EB0
(196,158,176)
#B18F9F
(177,143,159)
#9E808E
(158,128,142)
#8B717D
(139,113,125)
#78626C
(120,98,108)
#65535B
(101,83,91)
#52444A
(82,68,74)
#3F3539
(63,53,57)
#2C2628
(44,38,40)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #D7ADC1

#D7ADC1
(215,173,193)
#DAB4C6
(218,180,198)
#DDBBCB
(221,187,203)
#E0C2D0
(224,194,208)
#E3C9D5
(227,201,213)
#E6D0DA
(230,208,218)
#E9D7DF
(233,215,223)
#ECDEE4
(236,222,228)
#EFE5E9
(239,229,233)
#F2ECEE
(242,236,238)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ADC1; }

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

This text font color is #D7ADC1.


Background Color

.myBgColor { background-color: #D7ADC1; }

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

This div background color is #D7ADC1.


Border color

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

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

This div border color is #D7ADC1.


Opacity

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

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

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

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

This text has shadow with #D7ADC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ADC1 on black background.


Color preview on white background

This text has color #D7ADC1 on white background.



Black color preview on #D7ADC1 background

This text has black color on #D7ADC1 background.


White color preview on #D7ADC1 background

This text has white color on #D7ADC1 background.