COLOR #D0989D

HEX: #D0989D
RGB: (208,152,157)

Color info

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

RGB color model

#D0989D color RGB value is (208,152,157).

  • red value is 208;
  • green value is 152;
  • blue value is 157.
RGB:
(208,152,157)
(82%,60%,62%)

RGB channels and saturation

R 208 of 255 = 82%
G 152 of 255 = 60%
B 157 of 255 = 62%

208
152
157

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

Portions of RGB colors in percentages

R + G + B =
208 + 152 + 157 = 517 (100%)
R 208 of 517 ~ 40.23%
G 152 of 517 ~ 29.4%
B 157 of 517 ~ 30.37%

%40.23
%29.4
%30.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 24.52%
  • 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
%24.52
%18.43

Codes

Color #D0989D in popluar color models

D0989D
RGB208152157
HSL355°37.33%70.59%
HSB/HSV355°26.92%81.57%
CMYK0.00%26.92%24.52%
18.43%

Color #D0989D in popluar number systems.

HEXD0989D
Decimal208152157
Binary110100001001100010011101
Octal320230235

Shades and tints

Shades of #D0989D

#D0989D
(208,152,157)
#BE8B8F
(190,139,143)
#AC7E81
(172,126,129)
#9A7173
(154,113,115)
#886465
(136,100,101)
#765757
(118,87,87)
#644A49
(100,74,73)
#523D3B
(82,61,59)
#40302D
(64,48,45)
#2E231F
(46,35,31)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #D0989D

#D0989D
(208,152,157)
#D4A1A5
(212,161,165)
#D8AAAD
(216,170,173)
#DCB3B5
(220,179,181)
#E0BCBD
(224,188,189)
#E4C5C5
(228,197,197)
#E8CECD
(232,206,205)
#ECD7D5
(236,215,213)
#F0E0DD
(240,224,221)
#F4E9E5
(244,233,229)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0989D; }

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

This text font color is #D0989D.


Background Color

.myBgColor { background-color: #D0989D; }

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

This div background color is #D0989D.


Border color

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

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

This div border color is #D0989D.


Opacity

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

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

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

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

This text has shadow with #D0989D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0989D on black background.


Color preview on white background

This text has color #D0989D on white background.



Black color preview on #D0989D background

This text has black color on #D0989D background.


White color preview on #D0989D background

This text has white color on #D0989D background.