COLOR #D0899B

HEX: #D0899B RGB: (208,137,155)

Color info

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

RGB color model

#D0899B color RGB value is (208,137,155).

RGB: (208,137,155) (82%, 54%, 61%)

RGB channels and saturation

R 208 of 255 = 82%
G 137 of 255 = 54%
B 155 of 255 = 61%

208
137
155

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

Portions of RGB colors in percentages

R + G + B = 208 + 137 + 155 = 500 (100%)
R 208 of 500 ~ 41.6%
G 137 of 500 ~ 27.4%
B 155 of 500 ~ 31'%

%41.6
%27.4
%31

CMYK color model

#D0899B color CMYK value is (0,34,25,18).

  • cyan value is 0.00%
  • magenta value is 34.13%
  • yellow value is 25.48%
  • key color value is 18.43%

CMYK: (0,34,25,18)
C0M34Y25K18 (0%, 34%, 25%, 18%)
(0.00 / 0.34 / 0.25 / 0.18)

CMYK percentages

%0
%34.13
%25.48
%18.43

Codes

Color #D0899B in popluar color models

D0 89 9B
RGB 208 137 155
HSL 345° 43.03% 67.65%
HSB/HSV 345° 34.13% 81.57%
CMYK 0.00% 34.13% 25.48%
18.43%

Color #D0899B in popluar number systems.

HEX D0 89 9B
Decimal 208 137 155
Binary 11010000 10001001 10011011
Octal 320 211 233

Shades and tints

Shades of #D0899B

#D0899B
(208,137,155)
#BE7D8D
(190,125,141)
#AC717F
(172,113,127)
#9A6571
(154,101,113)
#885963
(136,89,99)
#764D55
(118,77,85)
#644147
(100,65,71)
#523539
(82,53,57)
#40292B
(64,41,43)
#2E1D1D
(46,29,29)
#1C110F
(28,17,15)
#000000
(0,0,0)

Tints of #D0899B

#D0899B
(208,137,155)
#D493A4
(212,147,164)
#D89DAD
(216,157,173)
#DCA7B6
(220,167,182)
#E0B1BF
(224,177,191)
#E4BBC8
(228,187,200)
#E8C5D1
(232,197,209)
#ECCFDA
(236,207,218)
#F0D9E3
(240,217,227)
#F4E3EC
(244,227,236)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0899B; }

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

This text font color is #D0899B.

Background Color

.myBgColor { background-color: #D0899B; }

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

This div background color is #D0899B.

Border color

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

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

This div border color is #D0899B.

Opacity

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

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

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

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

This text has shadow with #D0899B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0899B.

Preview

Color preview on black background

This text has color #D0899B on black background.


Color preview on white background

This text has color #D0899B on white background.


Black color preview on #D0899B background

This text has black color on #D0899B background.


White color preview on #D0899B background

This text has white color on #D0899B background.


Related colors

Complementary color

Complementary color for #hex is #2F7664.


I love getcolorcode.com

Triadic colors

1 #9BD089 and #899BD0 with #D0899B are triadic colors.

2 #9B89D0 and #89D09B with #D0899B are triadic colors.