COLOR #D0898A

HEX: #D0898A RGB: (208,137,138)

Color info

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

RGB color model

#D0898A color RGB value is (208,137,138).

RGB: (208,137,138) (82%, 54%, 54%)

RGB channels and saturation

R 208 of 255 = 82%
G 137 of 255 = 54%
B 138 of 255 = 54%

208
137
138

R + G + B ~ 63%. #D0898A is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 137 + 138 = 483 (100%)
R 208 of 483 ~ 43.06%
G 137 of 483 ~ 28.36%
B 138 of 483 ~ 28.57'%

%43.06
%28.36
%28.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.13%
  • yellow value is 33.65%
  • key color value is 18.43%
CMYK: (0,34,34,18) C0M34Y34K18 (0%,34%,34%,18%) (0.00/0.34/0.34/0.18) 

CMYK percentages

%0
%34.13
%33.65
%18.43

Codes

Color #D0898A in popluar color models

D0 89 8A
RGB 208 137 138
HSL 359° 43.03% 67.65%
HSB/HSV 359° 34.13% 81.57%
CMYK 0.00% 34.13% 33.65%
18.43%

Color #D0898A in popluar number systems.

HEX D0 89 8A
Decimal 208 137 138
Binary 11010000 10001001 10001010
Octal 320 211 212

Shades and tints

Shades of #D0898A

#D0898A
(208,137,138)
#BE7D7E
(190,125,126)
#AC7172
(172,113,114)
#9A6566
(154,101,102)
#88595A
(136,89,90)
#764D4E
(118,77,78)
#644142
(100,65,66)
#523536
(82,53,54)
#40292A
(64,41,42)
#2E1D1E
(46,29,30)
#1C1112
(28,17,18)
#000000
(0,0,0)

Tints of #D0898A

#D0898A
(208,137,138)
#D49394
(212,147,148)
#D89D9E
(216,157,158)
#DCA7A8
(220,167,168)
#E0B1B2
(224,177,178)
#E4BBBC
(228,187,188)
#E8C5C6
(232,197,198)
#ECCFD0
(236,207,208)
#F0D9DA
(240,217,218)
#F4E3E4
(244,227,228)
#F8EDEE
(248,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0898A; }

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

This text font color is #D0898A.

Background Color

.myBgColor { background-color: #D0898A; }

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

This div background color is #D0898A.

Border color

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

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

This div border color is #D0898A.

Opacity

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

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

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

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

This text has shadow with #D0898A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0898A.

Preview

Color preview on black background

This text has color #D0898A on black background.


Color preview on white background

This text has color #D0898A on white background.


Black color preview on #D0898A background

This text has black color on #D0898A background.


White color preview on #D0898A background

This text has white color on #D0898A background.


Related colors

Complementary color

Complementary color for #hex is #2F7675.


I love getcolorcode.com

Triadic colors

1 #8AD089 and #898AD0 with #D0898A are triadic colors.

2 #8A89D0 and #89D08A with #D0898A are triadic colors.