COLOR #D0898E

HEX: #D0898E
RGB: (208,137,142)

Color info

#D0898E contains mainly red color. Web safe color of #D0898E is #CC9999 (or #C99).

RGB color model

#D0898E color RGB value is (208,137,142).

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

RGB channels and saturation

R 208 of 255 = 82%
G 137 of 255 = 54%
B 142 of 255 = 56%

208
137
142

R + G + B ~ 64%. #D0898E is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 137 + 142 = 487 (100%)
R 208 of 487 ~ 42.71%
G 137 of 487 ~ 28.13%
B 142 of 487 ~ 29.16%

%42.71
%28.13
%29.16

CMYK color model

#D0898E color CMYK value is (0,34,32,18).

  • cyan value is 0.00%
  • magenta value is 34.13%
  • yellow value is 31.73%
  • key color value is 18.43%
CMYK:
(0,34,32,18)
C0M34Y32K18 
(0%,34%,32%,18%)
(0.00/0.34/0.32/0.18)	

CMYK percentages

%0
%34.13
%31.73
%18.43

Codes

Color #D0898E in popluar color models

D0898E
RGB208137142
HSL356°43.03%67.65%
HSB/HSV356°34.13%81.57%
CMYK0.00%34.13%31.73%
18.43%

Color #D0898E in popluar number systems.

HEXD0898E
Decimal208137142
Binary110100001000100110001110
Octal320211216

Shades and tints

Shades of #D0898E

#D0898E
(208,137,142)
#BE7D82
(190,125,130)
#AC7176
(172,113,118)
#9A656A
(154,101,106)
#88595E
(136,89,94)
#764D52
(118,77,82)
#644146
(100,65,70)
#52353A
(82,53,58)
#40292E
(64,41,46)
#2E1D22
(46,29,34)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #D0898E

#D0898E
(208,137,142)
#D49398
(212,147,152)
#D89DA2
(216,157,162)
#DCA7AC
(220,167,172)
#E0B1B6
(224,177,182)
#E4BBC0
(228,187,192)
#E8C5CA
(232,197,202)
#ECCFD4
(236,207,212)
#F0D9DE
(240,217,222)
#F4E3E8
(244,227,232)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0898E; }

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

This text font color is #D0898E.


Background Color

.myBgColor { background-color: #D0898E; }

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

This div background color is #D0898E.


Border color

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

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

This div border color is #D0898E.


Opacity

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

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

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

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

This text has shadow with #D0898E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0898E on black background.


Color preview on white background

This text has color #D0898E on white background.



Black color preview on #D0898E background

This text has black color on #D0898E background.


White color preview on #D0898E background

This text has white color on #D0898E background.