COLOR #D5898B

HEX: #D5898B RGB: (213,137,139)

Color info

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

RGB color model

#D5898B color RGB value is (213,137,139).

RGB: (213,137,139) (84%, 54%, 55%)

RGB channels and saturation

R 213 of 255 = 84%
G 137 of 255 = 54%
B 139 of 255 = 55%

213
137
139

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

Portions of RGB colors in percentages

R + G + B = 213 + 137 + 139 = 489 (100%)
R 213 of 489 ~ 43.56%
G 137 of 489 ~ 28.02%
B 139 of 489 ~ 28.43'%

%43.56
%28.02
%28.43

CMYK color model

#D5898B color CMYK value is (0,36,35,16).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 34.74%
  • key color value is 16.47%
CMYK: (0,36,35,16) C0M36Y35K16 (0%,36%,35%,16%) (0.00/0.36/0.35/0.16) 

CMYK percentages

%0
%35.68
%34.74
%16.47

Codes

Color #D5898B in popluar color models

D5 89 8B
RGB 213 137 139
HSL 358° 47.50% 68.63%
HSB/HSV 358° 35.68% 83.53%
CMYK 0.00% 35.68% 34.74%
16.47%

Color #D5898B in popluar number systems.

HEX D5 89 8B
Decimal 213 137 139
Binary 11010101 10001001 10001011
Octal 325 211 213

Shades and tints

Shades of #D5898B

#D5898B
(213,137,139)
#C27D7F
(194,125,127)
#AF7173
(175,113,115)
#9C6567
(156,101,103)
#89595B
(137,89,91)
#764D4F
(118,77,79)
#634143
(99,65,67)
#503537
(80,53,55)
#3D292B
(61,41,43)
#2A1D1F
(42,29,31)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #D5898B

#D5898B
(213,137,139)
#D89395
(216,147,149)
#DB9D9F
(219,157,159)
#DEA7A9
(222,167,169)
#E1B1B3
(225,177,179)
#E4BBBD
(228,187,189)
#E7C5C7
(231,197,199)
#EACFD1
(234,207,209)
#EDD9DB
(237,217,219)
#F0E3E5
(240,227,229)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5898B color. Also use rgb(213,137,139) instead hex code.

Text Font Color

.myTextColor { color: #D5898B; }

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

This text font color is #D5898B.

Background Color

.myBgColor { background-color: #D5898B; }

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

This div background color is #D5898B.

Border color

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

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

This div border color is #D5898B.

Opacity

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

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

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

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

This text has shadow with #D5898B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5898B.

Preview

Color preview on black background

This text has color #D5898B on black background.


Color preview on white background

This text has color #D5898B on white background.


Black color preview on #D5898B background

This text has black color on #D5898B background.


White color preview on #D5898B background

This text has white color on #D5898B background.


Related colors

Complementary color

Complementary color for #hex is #2A7674.


I love getcolorcode.com

Triadic colors

1 #8BD589 and #898BD5 with #D5898B are triadic colors.

2 #8B89D5 and #89D58B with #D5898B are triadic colors.