COLOR #D0899F

HEX: #D0899F
RGB: (208,137,159)

Color info

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

RGB color model

#D0899F color RGB value is (208,137,159).

  • red value is 208;
  • green value is 137;
  • blue value is 159.
RGB:
(208,137,159)
(82%,54%,62%)

RGB channels and saturation

R 208 of 255 = 82%
G 137 of 255 = 54%
B 159 of 255 = 62%

208
137
159

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

Portions of RGB colors in percentages

R + G + B =
208 + 137 + 159 = 504 (100%)
R 208 of 504 ~ 41.27%
G 137 of 504 ~ 27.18%
B 159 of 504 ~ 31.55%

%41.27
%27.18
%31.55

CMYK color model

#D0899F color CMYK value is (0,34,24,18).

  • cyan value is 0.00%
  • magenta value is 34.13%
  • yellow value is 23.56%
  • key color value is 18.43%
CMYK:
(0,34,24,18)
C0M34Y24K18 
(0%,34%,24%,18%)
(0.00/0.34/0.24/0.18)	

CMYK percentages

%0
%34.13
%23.56
%18.43

Codes

Color #D0899F in popluar color models

D0899F
RGB208137159
HSL341°43.03%67.65%
HSB/HSV341°34.13%81.57%
CMYK0.00%34.13%23.56%
18.43%

Color #D0899F in popluar number systems.

HEXD0899F
Decimal208137159
Binary110100001000100110011111
Octal320211237

Shades and tints

Shades of #D0899F

#D0899F
(208,137,159)
#BE7D91
(190,125,145)
#AC7183
(172,113,131)
#9A6575
(154,101,117)
#885967
(136,89,103)
#764D59
(118,77,89)
#64414B
(100,65,75)
#52353D
(82,53,61)
#40292F
(64,41,47)
#2E1D21
(46,29,33)
#1C1113
(28,17,19)
#000000
(0,0,0)

Tints of #D0899F

#D0899F
(208,137,159)
#D493A7
(212,147,167)
#D89DAF
(216,157,175)
#DCA7B7
(220,167,183)
#E0B1BF
(224,177,191)
#E4BBC7
(228,187,199)
#E8C5CF
(232,197,207)
#ECCFD7
(236,207,215)
#F0D9DF
(240,217,223)
#F4E3E7
(244,227,231)
#F8EDEF
(248,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0899F color. Also use rgb(208,137,159) instead hex code.

Text Font Color

.myTextColor { color: #D0899F; }

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

This text font color is #D0899F.


Background Color

.myBgColor { background-color: #D0899F; }

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

This div background color is #D0899F.


Border color

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

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

This div border color is #D0899F.


Opacity

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

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

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

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

This text has shadow with #D0899F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0899F on black background.


Color preview on white background

This text has color #D0899F on white background.



Black color preview on #D0899F background

This text has black color on #D0899F background.


White color preview on #D0899F background

This text has white color on #D0899F background.