COLOR #D28587

HEX: #D28587
RGB: (210,133,135)

Color info

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

RGB color model

#D28587 color RGB value is (210,133,135).

  • red value is 210;
  • green value is 133;
  • blue value is 135.
RGB:
(210,133,135)
(82%,52%,53%)

RGB channels and saturation

R 210 of 255 = 82%
G 133 of 255 = 52%
B 135 of 255 = 53%

210
133
135

R + G + B ~ 62%. #D28587 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 133 + 135 = 478 (100%)
R 210 of 478 ~ 43.93%
G 133 of 478 ~ 27.82%
B 135 of 478 ~ 28.24%

%43.93
%27.82
%28.24

CMYK color model

#D28587 color CMYK value is (0,37,36,18).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 35.71%
  • key color value is 17.65%
CMYK:
(0,37,36,18)
C0M37Y36K18 
(0%,37%,36%,18%)
(0.00/0.37/0.36/0.18)	

CMYK percentages

%0
%36.67
%35.71
%17.65

Codes

Color #D28587 in popluar color models

D28587
RGB210133135
HSL358°46.11%67.25%
HSB/HSV358°36.67%82.35%
CMYK0.00%36.67%35.71%
17.65%

Color #D28587 in popluar number systems.

HEXD28587
Decimal210133135
Binary110100101000010110000111
Octal322205207

Shades and tints

Shades of #D28587

#D28587
(210,133,135)
#BF797B
(191,121,123)
#AC6D6F
(172,109,111)
#996163
(153,97,99)
#865557
(134,85,87)
#73494B
(115,73,75)
#603D3F
(96,61,63)
#4D3133
(77,49,51)
#3A2527
(58,37,39)
#27191B
(39,25,27)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #D28587

#D28587
(210,133,135)
#D69091
(214,144,145)
#DA9B9B
(218,155,155)
#DEA6A5
(222,166,165)
#E2B1AF
(226,177,175)
#E6BCB9
(230,188,185)
#EAC7C3
(234,199,195)
#EED2CD
(238,210,205)
#F2DDD7
(242,221,215)
#F6E8E1
(246,232,225)
#FAF3EB
(250,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D28587 color. Also use rgb(210,133,135) instead hex code.

Text Font Color

.myTextColor { color: #D28587; }

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

This text font color is #D28587.


Background Color

.myBgColor { background-color: #D28587; }

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

This div background color is #D28587.


Border color

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

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

This div border color is #D28587.


Opacity

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

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

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

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

This text has shadow with #D28587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28587 on black background.


Color preview on white background

This text has color #D28587 on white background.



Black color preview on #D28587 background

This text has black color on #D28587 background.


White color preview on #D28587 background

This text has white color on #D28587 background.