COLOR #D08AAD

HEX: #D08AAD RGB: (208,138,173)

Color info

#D08AAD contains mainly red and blue colors. Web safe color of #D08AAD is #CC9999 (or #C99).

RGB color model

#D08AAD color RGB value is (208,138,173).

RGB: (208,138,173) (82%, 54%, 68%)

RGB channels and saturation

R 208 of 255 = 82%
G 138 of 255 = 54%
B 173 of 255 = 68%

208
138
173

R + G + B ~ 68%. #D08AAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 138 + 173 = 519 (100%)
R 208 of 519 ~ 40.08%
G 138 of 519 ~ 26.59%
B 173 of 519 ~ 33.33'%

%40.08
%26.59
%33.33

CMYK color model

#D08AAD color CMYK value is (0,34,17,18).

  • cyan value is 0.00%
  • magenta value is 33.65%
  • yellow value is 16.83%
  • key color value is 18.43%

CMYK: (0,34,17,18)
C0M34Y17K18 (0%, 34%, 17%, 18%)
(0.00 / 0.34 / 0.17 / 0.18)

CMYK percentages

%0
%33.65
%16.83
%18.43

Codes

Color #D08AAD in popluar color models

D0 8A AD
RGB 208 138 173
HSL 330° 42.68% 67.84%
HSB/HSV 330° 33.65% 81.57%
CMYK 0.00% 33.65% 16.83%
18.43%

Color #D08AAD in popluar number systems.

HEX D0 8A AD
Decimal 208 138 173
Binary 11010000 10001010 10101101
Octal 320 212 255

Shades and tints

Shades of #D08AAD

#D08AAD
(208,138,173)
#BE7E9E
(190,126,158)
#AC728F
(172,114,143)
#9A6680
(154,102,128)
#885A71
(136,90,113)
#764E62
(118,78,98)
#644253
(100,66,83)
#523644
(82,54,68)
#402A35
(64,42,53)
#2E1E26
(46,30,38)
#1C1217
(28,18,23)
#000000
(0,0,0)

Tints of #D08AAD

#D08AAD
(208,138,173)
#D494B4
(212,148,180)
#D89EBB
(216,158,187)
#DCA8C2
(220,168,194)
#E0B2C9
(224,178,201)
#E4BCD0
(228,188,208)
#E8C6D7
(232,198,215)
#ECD0DE
(236,208,222)
#F0DAE5
(240,218,229)
#F4E4EC
(244,228,236)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08AAD color. Also use rgb(208,138,173) instead hex code.

Text Font Color

.myTextColor { color: #D08AAD; }

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

This text font color is #D08AAD.

Background Color

.myBgColor { background-color: #D08AAD; }

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

This div background color is #D08AAD.

Border color

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

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

This div border color is #D08AAD.

Opacity

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

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

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

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

This text has shadow with #D08AAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08AAD.

Preview

Color preview on black background

This text has color #D08AAD on black background.


Color preview on white background

This text has color #D08AAD on white background.


Black color preview on #D08AAD background

This text has black color on #D08AAD background.


White color preview on #D08AAD background

This text has white color on #D08AAD background.


Related colors

Complementary color

Complementary color for #hex is #2F7552.


I love getcolorcode.com

Triadic colors

1 #ADD08A and #8AADD0 with #D08AAD are triadic colors.

2 #AD8AD0 and #8AD0AD with #D08AAD are triadic colors.