COLOR #D28C7F

HEX: #D28C7F
RGB: (210,140,127)

Color info

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

RGB color model

#D28C7F color RGB value is (210,140,127).

  • red value is 210;
  • green value is 140;
  • blue value is 127.
RGB:
(210,140,127)
(82%,55%,50%)

RGB channels and saturation

R 210 of 255 = 82%
G 140 of 255 = 55%
B 127 of 255 = 50%

210
140
127

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

Portions of RGB colors in percentages

R + G + B =
210 + 140 + 127 = 477 (100%)
R 210 of 477 ~ 44.03%
G 140 of 477 ~ 29.35%
B 127 of 477 ~ 26.62%

%44.03
%29.35
%26.62

CMYK color model

#D28C7F color CMYK value is (0,33,40,18).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 39.52%
  • key color value is 17.65%
CMYK:
(0,33,40,18)
C0M33Y40K18 
(0%,33%,40%,18%)
(0.00/0.33/0.40/0.18)	

CMYK percentages

%0
%33.33
%39.52
%17.65

Codes

Color #D28C7F in popluar color models

D28C7F
RGB210140127
HSL47.98%66.08%
HSB/HSV39.52%82.35%
CMYK0.00%33.33%39.52%
17.65%

Color #D28C7F in popluar number systems.

HEXD28C7F
Decimal210140127
Binary11010010100011001111111
Octal322214177

Shades and tints

Shades of #D28C7F

#D28C7F
(210,140,127)
#BF8074
(191,128,116)
#AC7469
(172,116,105)
#99685E
(153,104,94)
#865C53
(134,92,83)
#735048
(115,80,72)
#60443D
(96,68,61)
#4D3832
(77,56,50)
#3A2C27
(58,44,39)
#27201C
(39,32,28)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #D28C7F

#D28C7F
(210,140,127)
#D6968A
(214,150,138)
#DAA095
(218,160,149)
#DEAAA0
(222,170,160)
#E2B4AB
(226,180,171)
#E6BEB6
(230,190,182)
#EAC8C1
(234,200,193)
#EED2CC
(238,210,204)
#F2DCD7
(242,220,215)
#F6E6E2
(246,230,226)
#FAF0ED
(250,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D28C7F color. Also use rgb(210,140,127) instead hex code.

Text Font Color

.myTextColor { color: #D28C7F; }

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

This text font color is #D28C7F.


Background Color

.myBgColor { background-color: #D28C7F; }

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

This div background color is #D28C7F.


Border color

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

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

This div border color is #D28C7F.


Opacity

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

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

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

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

This text has shadow with #D28C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D28C7F on black background.


Color preview on white background

This text has color #D28C7F on white background.



Black color preview on #D28C7F background

This text has black color on #D28C7F background.


White color preview on #D28C7F background

This text has white color on #D28C7F background.