COLOR #D08BBA

HEX: #D08BBA RGB: (208,139,186)

Color info

#D08BBA contains mainly red and blue colors. Web safe color of #D08BBA is #CC99CC (or #C9C).

RGB color model

#D08BBA color RGB value is (208,139,186).

RGB: (208,139,186) (82%, 55%, 73%)

RGB channels and saturation

R 208 of 255 = 82%
G 139 of 255 = 55%
B 186 of 255 = 73%

208
139
186

R + G + B ~ 70%. #D08BBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 139 + 186 = 533 (100%)
R 208 of 533 ~ 39.02%
G 139 of 533 ~ 26.08%
B 186 of 533 ~ 34.9'%

%39.02
%26.08
%34.9

CMYK color model

#D08BBA color CMYK value is (0,33,11,18).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 10.58%
  • key color value is 18.43%

CMYK: (0,33,11,18)
C0M33Y11K18 (0%, 33%, 11%, 18%)
(0.00 / 0.33 / 0.11 / 0.18)

CMYK percentages

%0
%33.17
%10.58
%18.43

Codes

Color #D08BBA in popluar color models

D0 8B BA
RGB 208 139 186
HSL 319° 42.33% 68.04%
HSB/HSV 319° 33.17% 81.57%
CMYK 0.00% 33.17% 10.58%
18.43%

Color #D08BBA in popluar number systems.

HEX D0 8B BA
Decimal 208 139 186
Binary 11010000 10001011 10111010
Octal 320 213 272

Shades and tints

Shades of #D08BBA

#D08BBA
(208,139,186)
#BE7FAA
(190,127,170)
#AC739A
(172,115,154)
#9A678A
(154,103,138)
#885B7A
(136,91,122)
#764F6A
(118,79,106)
#64435A
(100,67,90)
#52374A
(82,55,74)
#402B3A
(64,43,58)
#2E1F2A
(46,31,42)
#1C131A
(28,19,26)
#000000
(0,0,0)

Tints of #D08BBA

#D08BBA
(208,139,186)
#D495C0
(212,149,192)
#D89FC6
(216,159,198)
#DCA9CC
(220,169,204)
#E0B3D2
(224,179,210)
#E4BDD8
(228,189,216)
#E8C7DE
(232,199,222)
#ECD1E4
(236,209,228)
#F0DBEA
(240,219,234)
#F4E5F0
(244,229,240)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08BBA color. Also use rgb(208,139,186) instead hex code.

Text Font Color

.myTextColor { color: #D08BBA; }

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

This text font color is #D08BBA.

Background Color

.myBgColor { background-color: #D08BBA; }

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

This div background color is #D08BBA.

Border color

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

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

This div border color is #D08BBA.

Opacity

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

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

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

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

This text has shadow with #D08BBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08BBA.

Preview

Color preview on black background

This text has color #D08BBA on black background.


Color preview on white background

This text has color #D08BBA on white background.


Black color preview on #D08BBA background

This text has black color on #D08BBA background.


White color preview on #D08BBA background

This text has white color on #D08BBA background.


Related colors

Complementary color

Complementary color for #hex is #2F7445.


I love getcolorcode.com

Triadic colors

1 #BAD08B and #8BBAD0 with #D08BBA are triadic colors.

2 #BA8BD0 and #8BD0BA with #D08BBA are triadic colors.