COLOR #D08BAF

HEX: #D08BAF
RGB: (208,139,175)

Color info

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

RGB color model

#D08BAF color RGB value is (208,139,175).

  • red value is 208;
  • green value is 139;
  • blue value is 175.
RGB:
(208,139,175)
(82%,55%,69%)

RGB channels and saturation

R 208 of 255 = 82%
G 139 of 255 = 55%
B 175 of 255 = 69%

208
139
175

R + G + B ~ 69%. #D08BAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 139 + 175 = 522 (100%)
R 208 of 522 ~ 39.85%
G 139 of 522 ~ 26.63%
B 175 of 522 ~ 33.52%

%39.85
%26.63
%33.52

CMYK color model

#D08BAF color CMYK value is (0,33,16,18).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 15.87%
  • key color value is 18.43%
CMYK:
(0,33,16,18)
C0M33Y16K18 
(0%,33%,16%,18%)
(0.00/0.33/0.16/0.18)	

CMYK percentages

%0
%33.17
%15.87
%18.43

Codes

Color #D08BAF in popluar color models

D08BAF
RGB208139175
HSL329°42.33%68.04%
HSB/HSV329°33.17%81.57%
CMYK0.00%33.17%15.87%
18.43%

Color #D08BAF in popluar number systems.

HEXD08BAF
Decimal208139175
Binary110100001000101110101111
Octal320213257

Shades and tints

Shades of #D08BAF

#D08BAF
(208,139,175)
#BE7FA0
(190,127,160)
#AC7391
(172,115,145)
#9A6782
(154,103,130)
#885B73
(136,91,115)
#764F64
(118,79,100)
#644355
(100,67,85)
#523746
(82,55,70)
#402B37
(64,43,55)
#2E1F28
(46,31,40)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #D08BAF

#D08BAF
(208,139,175)
#D495B6
(212,149,182)
#D89FBD
(216,159,189)
#DCA9C4
(220,169,196)
#E0B3CB
(224,179,203)
#E4BDD2
(228,189,210)
#E8C7D9
(232,199,217)
#ECD1E0
(236,209,224)
#F0DBE7
(240,219,231)
#F4E5EE
(244,229,238)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D08BAF; }

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

This text font color is #D08BAF.


Background Color

.myBgColor { background-color: #D08BAF; }

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

This div background color is #D08BAF.


Border color

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

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

This div border color is #D08BAF.


Opacity

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

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

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

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

This text has shadow with #D08BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08BAF on black background.


Color preview on white background

This text has color #D08BAF on white background.



Black color preview on #D08BAF background

This text has black color on #D08BAF background.


White color preview on #D08BAF background

This text has white color on #D08BAF background.