COLOR #D7AFC1

HEX: #D7AFC1
RGB: (215,175,193)

Color info

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

RGB color model

#D7AFC1 color RGB value is (215,175,193).

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

RGB channels and saturation

R 215 of 255 = 84%
G 175 of 255 = 69%
B 193 of 255 = 76%

215
175
193

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

Portions of RGB colors in percentages

R + G + B =
215 + 175 + 193 = 583 (100%)
R 215 of 583 ~ 36.88%
G 175 of 583 ~ 30.02%
B 193 of 583 ~ 33.1%

%36.88
%30.02
%33.1

CMYK color model

#D7AFC1 color CMYK value is (0,19,10,16).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 10.23%
  • key color value is 15.69%
CMYK:
(0,19,10,16)
C0M19Y10K16 
(0%,19%,10%,16%)
(0.00/0.19/0.10/0.16)	

CMYK percentages

%0
%18.6
%10.23
%15.69

Codes

Color #D7AFC1 in popluar color models

D7AFC1
RGB215175193
HSL333°33.33%76.47%
HSB/HSV333°18.60%84.31%
CMYK0.00%18.60%10.23%
15.69%

Color #D7AFC1 in popluar number systems.

HEXD7AFC1
Decimal215175193
Binary110101111010111111000001
Octal327257301

Shades and tints

Shades of #D7AFC1

#D7AFC1
(215,175,193)
#C4A0B0
(196,160,176)
#B1919F
(177,145,159)
#9E828E
(158,130,142)
#8B737D
(139,115,125)
#78646C
(120,100,108)
#65555B
(101,85,91)
#52464A
(82,70,74)
#3F3739
(63,55,57)
#2C2828
(44,40,40)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #D7AFC1

#D7AFC1
(215,175,193)
#DAB6C6
(218,182,198)
#DDBDCB
(221,189,203)
#E0C4D0
(224,196,208)
#E3CBD5
(227,203,213)
#E6D2DA
(230,210,218)
#E9D9DF
(233,217,223)
#ECE0E4
(236,224,228)
#EFE7E9
(239,231,233)
#F2EEEE
(242,238,238)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AFC1; }

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

This text font color is #D7AFC1.


Background Color

.myBgColor { background-color: #D7AFC1; }

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

This div background color is #D7AFC1.


Border color

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

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

This div border color is #D7AFC1.


Opacity

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

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

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

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

This text has shadow with #D7AFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AFC1 on black background.


Color preview on white background

This text has color #D7AFC1 on white background.



Black color preview on #D7AFC1 background

This text has black color on #D7AFC1 background.


White color preview on #D7AFC1 background

This text has white color on #D7AFC1 background.