COLOR #D08B9B

HEX: #D08B9B RGB: (208,139,155)

Color info

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

RGB color model

#D08B9B color RGB value is (208,139,155).

RGB: (208,139,155) (82%, 55%, 61%)

RGB channels and saturation

R 208 of 255 = 82%
G 139 of 255 = 55%
B 155 of 255 = 61%

208
139
155

R + G + B ~ 66%. #D08B9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 139 + 155 = 502 (100%)
R 208 of 502 ~ 41.43%
G 139 of 502 ~ 27.69%
B 155 of 502 ~ 30.88'%

%41.43
%27.69
%30.88

CMYK color model

#D08B9B color CMYK value is (0,33,25,18).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 25.48%
  • key color value is 18.43%
CMYK: (0,33,25,18) C0M33Y25K18 (0%,33%,25%,18%) (0.00/0.33/0.25/0.18) 

CMYK percentages

%0
%33.17
%25.48
%18.43

Codes

Color #D08B9B in popluar color models

D0 8B 9B
RGB 208 139 155
HSL 346° 42.33% 68.04%
HSB/HSV 346° 33.17% 81.57%
CMYK 0.00% 33.17% 25.48%
18.43%

Color #D08B9B in popluar number systems.

HEX D0 8B 9B
Decimal 208 139 155
Binary 11010000 10001011 10011011
Octal 320 213 233

Shades and tints

Shades of #D08B9B

#D08B9B
(208,139,155)
#BE7F8D
(190,127,141)
#AC737F
(172,115,127)
#9A6771
(154,103,113)
#885B63
(136,91,99)
#764F55
(118,79,85)
#644347
(100,67,71)
#523739
(82,55,57)
#402B2B
(64,43,43)
#2E1F1D
(46,31,29)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #D08B9B

#D08B9B
(208,139,155)
#D495A4
(212,149,164)
#D89FAD
(216,159,173)
#DCA9B6
(220,169,182)
#E0B3BF
(224,179,191)
#E4BDC8
(228,189,200)
#E8C7D1
(232,199,209)
#ECD1DA
(236,209,218)
#F0DBE3
(240,219,227)
#F4E5EC
(244,229,236)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D08B9B; }

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

This text font color is #D08B9B.

Background Color

.myBgColor { background-color: #D08B9B; }

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

This div background color is #D08B9B.

Border color

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

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

This div border color is #D08B9B.

Opacity

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

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

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

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

This text has shadow with #D08B9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08B9B.

Preview

Color preview on black background

This text has color #D08B9B on black background.


Color preview on white background

This text has color #D08B9B on white background.


Black color preview on #D08B9B background

This text has black color on #D08B9B background.


White color preview on #D08B9B background

This text has white color on #D08B9B background.


Related colors

Complementary color

Complementary color for #hex is #2F7464.


I love getcolorcode.com

Triadic colors

1 #9BD08B and #8B9BD0 with #D08B9B are triadic colors.

2 #9B8BD0 and #8BD09B with #D08B9B are triadic colors.