COLOR #D0989B

HEX: #D0989B RGB: (208,152,155)

Color info

#D0989B contains red, green and blue colors in about the same proportion. Web safe color of #D0989B is #CC9999 (or #C99).

RGB color model

#D0989B color RGB value is (208,152,155).

RGB: (208,152,155) (82%, 60%, 61%)

RGB channels and saturation

R 208 of 255 = 82%
G 152 of 255 = 60%
B 155 of 255 = 61%

208
152
155

R + G + B ~ 68%. #D0989B is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 152 + 155 = 515 (100%)
R 208 of 515 ~ 40.39%
G 152 of 515 ~ 29.51%
B 155 of 515 ~ 30.1'%

%40.39
%29.51
%30.1

CMYK color model

#D0989B color CMYK value is (0,27,25,18).

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

CMYK: (0,27,25,18)
C0M27Y25K18 (0%, 27%, 25%, 18%)
(0.00 / 0.27 / 0.25 / 0.18)

CMYK percentages

%0
%26.92
%25.48
%18.43

Codes

Color #D0989B in popluar color models

D0 98 9B
RGB 208 152 155
HSL 357° 37.33% 70.59%
HSB/HSV 357° 26.92% 81.57%
CMYK 0.00% 26.92% 25.48%
18.43%

Color #D0989B in popluar number systems.

HEX D0 98 9B
Decimal 208 152 155
Binary 11010000 10011000 10011011
Octal 320 230 233

Shades and tints

Shades of #D0989B

#D0989B
(208,152,155)
#BE8B8D
(190,139,141)
#AC7E7F
(172,126,127)
#9A7171
(154,113,113)
#886463
(136,100,99)
#765755
(118,87,85)
#644A47
(100,74,71)
#523D39
(82,61,57)
#40302B
(64,48,43)
#2E231D
(46,35,29)
#1C160F
(28,22,15)
#000000
(0,0,0)

Tints of #D0989B

#D0989B
(208,152,155)
#D4A1A4
(212,161,164)
#D8AAAD
(216,170,173)
#DCB3B6
(220,179,182)
#E0BCBF
(224,188,191)
#E4C5C8
(228,197,200)
#E8CED1
(232,206,209)
#ECD7DA
(236,215,218)
#F0E0E3
(240,224,227)
#F4E9EC
(244,233,236)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0989B; }

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

This text font color is #D0989B.

Background Color

.myBgColor { background-color: #D0989B; }

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

This div background color is #D0989B.

Border color

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

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

This div border color is #D0989B.

Opacity

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

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

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

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

This text has shadow with #D0989B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0989B.

Preview

Color preview on black background

This text has color #D0989B on black background.


Color preview on white background

This text has color #D0989B on white background.


Black color preview on #D0989B background

This text has black color on #D0989B background.


White color preview on #D0989B background

This text has white color on #D0989B background.


Related colors

Complementary color

Complementary color for #hex is #2F6764.


I love getcolorcode.com

Triadic colors

1 #9BD098 and #989BD0 with #D0989B are triadic colors.

2 #9B98D0 and #98D09B with #D0989B are triadic colors.