COLOR #D8A7D3

HEX: #D8A7D3
RGB: (216,167,211)

Color info

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

RGB color model

#D8A7D3 color RGB value is (216,167,211).

  • red value is 216;
  • green value is 167;
  • blue value is 211.
RGB:
(216,167,211)
(85%,65%,83%)

RGB channels and saturation

R 216 of 255 = 85%
G 167 of 255 = 65%
B 211 of 255 = 83%

216
167
211

R + G + B ~ 78%. #D8A7D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 167 + 211 = 594 (100%)
R 216 of 594 ~ 36.36%
G 167 of 594 ~ 28.11%
B 211 of 594 ~ 35.52%

%36.36
%28.11
%35.52

CMYK color model

#D8A7D3 color CMYK value is (0,23,2,15).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 2.31%
  • key color value is 15.29%
CMYK:
(0,23,2,15)
C0M23Y2K15 
(0%,23%,2%,15%)
(0.00/0.23/0.02/0.15)	

CMYK percentages

%0
%22.69
%2.31
%15.29

Codes

Color #D8A7D3 in popluar color models

D8A7D3
RGB216167211
HSL306°38.58%75.10%
HSB/HSV306°22.69%84.71%
CMYK0.00%22.69%2.31%
15.29%

Color #D8A7D3 in popluar number systems.

HEXD8A7D3
Decimal216167211
Binary110110001010011111010011
Octal330247323

Shades and tints

Shades of #D8A7D3

#D8A7D3
(216,167,211)
#C598C0
(197,152,192)
#B289AD
(178,137,173)
#9F7A9A
(159,122,154)
#8C6B87
(140,107,135)
#795C74
(121,92,116)
#664D61
(102,77,97)
#533E4E
(83,62,78)
#402F3B
(64,47,59)
#2D2028
(45,32,40)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #D8A7D3

#D8A7D3
(216,167,211)
#DBAFD7
(219,175,215)
#DEB7DB
(222,183,219)
#E1BFDF
(225,191,223)
#E4C7E3
(228,199,227)
#E7CFE7
(231,207,231)
#EAD7EB
(234,215,235)
#EDDFEF
(237,223,239)
#F0E7F3
(240,231,243)
#F3EFF7
(243,239,247)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A7D3 color. Also use rgb(216,167,211) instead hex code.

Text Font Color

.myTextColor { color: #D8A7D3; }

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

This text font color is #D8A7D3.


Background Color

.myBgColor { background-color: #D8A7D3; }

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

This div background color is #D8A7D3.


Border color

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

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

This div border color is #D8A7D3.


Opacity

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

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

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

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

This text has shadow with #D8A7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A7D3 on black background.


Color preview on white background

This text has color #D8A7D3 on white background.



Black color preview on #D8A7D3 background

This text has black color on #D8A7D3 background.


White color preview on #D8A7D3 background

This text has white color on #D8A7D3 background.