COLOR #D08B97

HEX: #D08B97
RGB: (208,139,151)

Color info

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

RGB color model

#D08B97 color RGB value is (208,139,151).

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

RGB channels and saturation

R 208 of 255 = 82%
G 139 of 255 = 55%
B 151 of 255 = 59%

208
139
151

R + G + B ~ 65%. #D08B97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 139 + 151 = 498 (100%)
R 208 of 498 ~ 41.77%
G 139 of 498 ~ 27.91%
B 151 of 498 ~ 30.32%

%41.77
%27.91
%30.32

CMYK color model

#D08B97 color CMYK value is (0,33,27,18).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 27.40%
  • key color value is 18.43%
CMYK:
(0,33,27,18)
C0M33Y27K18 
(0%,33%,27%,18%)
(0.00/0.33/0.27/0.18)	

CMYK percentages

%0
%33.17
%27.4
%18.43

Codes

Color #D08B97 in popluar color models

D08B97
RGB208139151
HSL350°42.33%68.04%
HSB/HSV350°33.17%81.57%
CMYK0.00%33.17%27.40%
18.43%

Color #D08B97 in popluar number systems.

HEXD08B97
Decimal208139151
Binary110100001000101110010111
Octal320213227

Shades and tints

Shades of #D08B97

#D08B97
(208,139,151)
#BE7F8A
(190,127,138)
#AC737D
(172,115,125)
#9A6770
(154,103,112)
#885B63
(136,91,99)
#764F56
(118,79,86)
#644349
(100,67,73)
#52373C
(82,55,60)
#402B2F
(64,43,47)
#2E1F22
(46,31,34)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #D08B97

#D08B97
(208,139,151)
#D495A0
(212,149,160)
#D89FA9
(216,159,169)
#DCA9B2
(220,169,178)
#E0B3BB
(224,179,187)
#E4BDC4
(228,189,196)
#E8C7CD
(232,199,205)
#ECD1D6
(236,209,214)
#F0DBDF
(240,219,223)
#F4E5E8
(244,229,232)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D08B97; }

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

This text font color is #D08B97.


Background Color

.myBgColor { background-color: #D08B97; }

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

This div background color is #D08B97.


Border color

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

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

This div border color is #D08B97.


Opacity

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

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

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

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

This text has shadow with #D08B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08B97 on black background.


Color preview on white background

This text has color #D08B97 on white background.



Black color preview on #D08B97 background

This text has black color on #D08B97 background.


White color preview on #D08B97 background

This text has white color on #D08B97 background.