COLOR #D8A0D3

HEX: #D8A0D3
RGB: (216,160,211)

Color info

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

RGB color model

#D8A0D3 color RGB value is (216,160,211).

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

RGB channels and saturation

R 216 of 255 = 85%
G 160 of 255 = 63%
B 211 of 255 = 83%

216
160
211

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

Portions of RGB colors in percentages

R + G + B =
216 + 160 + 211 = 587 (100%)
R 216 of 587 ~ 36.8%
G 160 of 587 ~ 27.26%
B 211 of 587 ~ 35.95%

%36.8
%27.26
%35.95

CMYK color model

#D8A0D3 color CMYK value is (0,26,2,15).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 2.31%
  • key color value is 15.29%
CMYK:
(0,26,2,15)
C0M26Y2K15 
(0%,26%,2%,15%)
(0.00/0.26/0.02/0.15)	

CMYK percentages

%0
%25.93
%2.31
%15.29

Codes

Color #D8A0D3 in popluar color models

D8A0D3
RGB216160211
HSL305°41.79%73.73%
HSB/HSV305°25.93%84.71%
CMYK0.00%25.93%2.31%
15.29%

Color #D8A0D3 in popluar number systems.

HEXD8A0D3
Decimal216160211
Binary110110001010000011010011
Octal330240323

Shades and tints

Shades of #D8A0D3

#D8A0D3
(216,160,211)
#C592C0
(197,146,192)
#B284AD
(178,132,173)
#9F769A
(159,118,154)
#8C6887
(140,104,135)
#795A74
(121,90,116)
#664C61
(102,76,97)
#533E4E
(83,62,78)
#40303B
(64,48,59)
#2D2228
(45,34,40)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #D8A0D3

#D8A0D3
(216,160,211)
#DBA8D7
(219,168,215)
#DEB0DB
(222,176,219)
#E1B8DF
(225,184,223)
#E4C0E3
(228,192,227)
#E7C8E7
(231,200,231)
#EAD0EB
(234,208,235)
#EDD8EF
(237,216,239)
#F0E0F3
(240,224,243)
#F3E8F7
(243,232,247)
#F6F0FB
(246,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A0D3; }

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

This text font color is #D8A0D3.


Background Color

.myBgColor { background-color: #D8A0D3; }

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

This div background color is #D8A0D3.


Border color

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

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

This div border color is #D8A0D3.


Opacity

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

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

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

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

This text has shadow with #D8A0D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A0D3 on black background.


Color preview on white background

This text has color #D8A0D3 on white background.



Black color preview on #D8A0D3 background

This text has black color on #D8A0D3 background.


White color preview on #D8A0D3 background

This text has white color on #D8A0D3 background.