COLOR #D28D85

HEX: #D28D85
RGB: (210,141,133)

Color info

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

RGB color model

#D28D85 color RGB value is (210,141,133).

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

RGB channels and saturation

R 210 of 255 = 82%
G 141 of 255 = 55%
B 133 of 255 = 52%

210
141
133

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

Portions of RGB colors in percentages

R + G + B =
210 + 141 + 133 = 484 (100%)
R 210 of 484 ~ 43.39%
G 141 of 484 ~ 29.13%
B 133 of 484 ~ 27.48%

%43.39
%29.13
%27.48

CMYK color model

#D28D85 color CMYK value is (0,33,37,18).

  • cyan value is 0.00%
  • magenta value is 32.86%
  • yellow value is 36.67%
  • key color value is 17.65%
CMYK:
(0,33,37,18)
C0M33Y37K18 
(0%,33%,37%,18%)
(0.00/0.33/0.37/0.18)	

CMYK percentages

%0
%32.86
%36.67
%17.65

Codes

Color #D28D85 in popluar color models

D28D85
RGB210141133
HSL46.11%67.25%
HSB/HSV36.67%82.35%
CMYK0.00%32.86%36.67%
17.65%

Color #D28D85 in popluar number systems.

HEXD28D85
Decimal210141133
Binary110100101000110110000101
Octal322215205

Shades and tints

Shades of #D28D85

#D28D85
(210,141,133)
#BF8179
(191,129,121)
#AC756D
(172,117,109)
#996961
(153,105,97)
#865D55
(134,93,85)
#735149
(115,81,73)
#60453D
(96,69,61)
#4D3931
(77,57,49)
#3A2D25
(58,45,37)
#272119
(39,33,25)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #D28D85

#D28D85
(210,141,133)
#D69790
(214,151,144)
#DAA19B
(218,161,155)
#DEABA6
(222,171,166)
#E2B5B1
(226,181,177)
#E6BFBC
(230,191,188)
#EAC9C7
(234,201,199)
#EED3D2
(238,211,210)
#F2DDDD
(242,221,221)
#F6E7E8
(246,231,232)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28D85; }

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

This text font color is #D28D85.


Background Color

.myBgColor { background-color: #D28D85; }

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

This div background color is #D28D85.


Border color

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

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

This div border color is #D28D85.


Opacity

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

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

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

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

This text has shadow with #D28D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28D85 on black background.


Color preview on white background

This text has color #D28D85 on white background.



Black color preview on #D28D85 background

This text has black color on #D28D85 background.


White color preview on #D28D85 background

This text has white color on #D28D85 background.