COLOR #D8A3CF

HEX: #D8A3CF
RGB: (216,163,207)

Color info

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

RGB color model

#D8A3CF color RGB value is (216,163,207).

  • red value is 216;
  • green value is 163;
  • blue value is 207.
RGB:
(216,163,207)
(85%,64%,81%)

RGB channels and saturation

R 216 of 255 = 85%
G 163 of 255 = 64%
B 207 of 255 = 81%

216
163
207

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

Portions of RGB colors in percentages

R + G + B =
216 + 163 + 207 = 586 (100%)
R 216 of 586 ~ 36.86%
G 163 of 586 ~ 27.82%
B 207 of 586 ~ 35.32%

%36.86
%27.82
%35.32

CMYK color model

#D8A3CF color CMYK value is (0,25,4,15).

  • cyan value is 0.00%
  • magenta value is 24.54%
  • yellow value is 4.17%
  • key color value is 15.29%
CMYK:
(0,25,4,15)
C0M25Y4K15 
(0%,25%,4%,15%)
(0.00/0.25/0.04/0.15)	

CMYK percentages

%0
%24.54
%4.17
%15.29

Codes

Color #D8A3CF in popluar color models

D8A3CF
RGB216163207
HSL310°40.46%74.31%
HSB/HSV310°24.54%84.71%
CMYK0.00%24.54%4.17%
15.29%

Color #D8A3CF in popluar number systems.

HEXD8A3CF
Decimal216163207
Binary110110001010001111001111
Octal330243317

Shades and tints

Shades of #D8A3CF

#D8A3CF
(216,163,207)
#C595BD
(197,149,189)
#B287AB
(178,135,171)
#9F7999
(159,121,153)
#8C6B87
(140,107,135)
#795D75
(121,93,117)
#664F63
(102,79,99)
#534151
(83,65,81)
#40333F
(64,51,63)
#2D252D
(45,37,45)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #D8A3CF

#D8A3CF
(216,163,207)
#DBABD3
(219,171,211)
#DEB3D7
(222,179,215)
#E1BBDB
(225,187,219)
#E4C3DF
(228,195,223)
#E7CBE3
(231,203,227)
#EAD3E7
(234,211,231)
#EDDBEB
(237,219,235)
#F0E3EF
(240,227,239)
#F3EBF3
(243,235,243)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A3CF color. Also use rgb(216,163,207) instead hex code.

Text Font Color

.myTextColor { color: #D8A3CF; }

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

This text font color is #D8A3CF.


Background Color

.myBgColor { background-color: #D8A3CF; }

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

This div background color is #D8A3CF.


Border color

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

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

This div border color is #D8A3CF.


Opacity

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

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

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

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

This text has shadow with #D8A3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A3CF on black background.


Color preview on white background

This text has color #D8A3CF on white background.



Black color preview on #D8A3CF background

This text has black color on #D8A3CF background.


White color preview on #D8A3CF background

This text has white color on #D8A3CF background.