COLOR #D5987D

HEX: #D5987D
RGB: (213,152,125)

Color info

#D5987D contains mainly red color. Web safe color of #D5987D is #CC9966 (or #C96).

RGB color model

#D5987D color RGB value is (213,152,125).

  • red value is 213;
  • green value is 152;
  • blue value is 125.
RGB:
(213,152,125)
(84%,60%,49%)

RGB channels and saturation

R 213 of 255 = 84%
G 152 of 255 = 60%
B 125 of 255 = 49%

213
152
125

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

Portions of RGB colors in percentages

R + G + B =
213 + 152 + 125 = 490 (100%)
R 213 of 490 ~ 43.47%
G 152 of 490 ~ 31.02%
B 125 of 490 ~ 25.51%

%43.47
%31.02
%25.51

CMYK color model

#D5987D color CMYK value is (0,29,41,16).

  • cyan value is 0.00%
  • magenta value is 28.64%
  • yellow value is 41.31%
  • key color value is 16.47%
CMYK:
(0,29,41,16)
C0M29Y41K16 
(0%,29%,41%,16%)
(0.00/0.29/0.41/0.16)	

CMYK percentages

%0
%28.64
%41.31
%16.47

Codes

Color #D5987D in popluar color models

D5987D
RGB213152125
HSL18°51.16%66.27%
HSB/HSV18°41.31%83.53%
CMYK0.00%28.64%41.31%
16.47%

Color #D5987D in popluar number systems.

HEXD5987D
Decimal213152125
Binary11010101100110001111101
Octal325230175

Shades and tints

Shades of #D5987D

#D5987D
(213,152,125)
#C28B72
(194,139,114)
#AF7E67
(175,126,103)
#9C715C
(156,113,92)
#896451
(137,100,81)
#765746
(118,87,70)
#634A3B
(99,74,59)
#503D30
(80,61,48)
#3D3025
(61,48,37)
#2A231A
(42,35,26)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #D5987D

#D5987D
(213,152,125)
#D8A188
(216,161,136)
#DBAA93
(219,170,147)
#DEB39E
(222,179,158)
#E1BCA9
(225,188,169)
#E4C5B4
(228,197,180)
#E7CEBF
(231,206,191)
#EAD7CA
(234,215,202)
#EDE0D5
(237,224,213)
#F0E9E0
(240,233,224)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5987D color. Also use rgb(213,152,125) instead hex code.

Text Font Color

.myTextColor { color: #D5987D; }

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

This text font color is #D5987D.


Background Color

.myBgColor { background-color: #D5987D; }

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

This div background color is #D5987D.


Border color

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

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

This div border color is #D5987D.


Opacity

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

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

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

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

This text has shadow with #D5987D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5987D on black background.


Color preview on white background

This text has color #D5987D on white background.



Black color preview on #D5987D background

This text has black color on #D5987D background.


White color preview on #D5987D background

This text has white color on #D5987D background.