COLOR #D0A8DA

HEX: #D0A8DA RGB: (208,168,218)

Color info

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

RGB color model

#D0A8DA color RGB value is (208,168,218).

RGB: (208,168,218) (82%, 66%, 85%)

RGB channels and saturation

R 208 of 255 = 82%
G 168 of 255 = 66%
B 218 of 255 = 85%

208
168
218

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

Portions of RGB colors in percentages

R + G + B = 208 + 168 + 218 = 594 (100%)
R 208 of 594 ~ 35.02%
G 168 of 594 ~ 28.28%
B 218 of 594 ~ 36.7'%

%35.02
%28.28
%36.7

CMYK color model

#D0A8DA color CMYK value is (5,23,0,15).

  • cyan value is 4.59%
  • magenta value is 22.94%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (5,23,0,15) C5M23Y0K15 (5%,23%,0%,15%) (0.05/0.23/0.00/0.15) 

CMYK percentages

%4.59
%22.94
%0
%14.51

Codes

Color #D0A8DA in popluar color models

D0 A8 DA
RGB 208 168 218
HSL 288° 40.32% 75.69%
HSB/HSV 288° 22.94% 85.49%
CMYK 4.59% 22.94% 0.00%
14.51%

Color #D0A8DA in popluar number systems.

HEX D0 A8 DA
Decimal 208 168 218
Binary 11010000 10101000 11011010
Octal 320 250 332

Shades and tints

Shades of #D0A8DA

#D0A8DA
(208,168,218)
#BE99C7
(190,153,199)
#AC8AB4
(172,138,180)
#9A7BA1
(154,123,161)
#886C8E
(136,108,142)
#765D7B
(118,93,123)
#644E68
(100,78,104)
#523F55
(82,63,85)
#403042
(64,48,66)
#2E212F
(46,33,47)
#1C121C
(28,18,28)
#000000
(0,0,0)

Tints of #D0A8DA

#D0A8DA
(208,168,218)
#D4AFDD
(212,175,221)
#D8B6E0
(216,182,224)
#DCBDE3
(220,189,227)
#E0C4E6
(224,196,230)
#E4CBE9
(228,203,233)
#E8D2EC
(232,210,236)
#ECD9EF
(236,217,239)
#F0E0F2
(240,224,242)
#F4E7F5
(244,231,245)
#F8EEF8
(248,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A8DA color. Also use rgb(208,168,218) instead hex code.

Text Font Color

.myTextColor { color: #D0A8DA; }

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

This text font color is #D0A8DA.

Background Color

.myBgColor { background-color: #D0A8DA; }

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

This div background color is #D0A8DA.

Border color

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

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

This div border color is #D0A8DA.

Opacity

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

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

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

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

This text has shadow with #D0A8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0A8DA.

Preview

Color preview on black background

This text has color #D0A8DA on black background.


Color preview on white background

This text has color #D0A8DA on white background.


Black color preview on #D0A8DA background

This text has black color on #D0A8DA background.


White color preview on #D0A8DA background

This text has white color on #D0A8DA background.


Related colors

Complementary color

Complementary color for #hex is #2F5725.


I love getcolorcode.com

Triadic colors

1 #DAD0A8 and #A8DAD0 with #D0A8DA are triadic colors.

2 #DAA8D0 and #A8D0DA with #D0A8DA are triadic colors.