COLOR #D7857E

HEX: #D7857E RGB: (215,133,126)

Color info

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

RGB color model

#D7857E color RGB value is (215,133,126).

RGB: (215,133,126) (84%, 52%, 49%)

RGB channels and saturation

R 215 of 255 = 84%
G 133 of 255 = 52%
B 126 of 255 = 49%

215
133
126

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

Portions of RGB colors in percentages

R + G + B = 215 + 133 + 126 = 474 (100%)
R 215 of 474 ~ 45.36%
G 133 of 474 ~ 28.06%
B 126 of 474 ~ 26.58'%

%45.36
%28.06
%26.58

CMYK color model

#D7857E color CMYK value is (0,38,41,16).

  • cyan value is 0.00%
  • magenta value is 38.14%
  • yellow value is 41.40%
  • key color value is 15.69%
CMYK: (0,38,41,16) C0M38Y41K16 (0%,38%,41%,16%) (0.00/0.38/0.41/0.16) 

CMYK percentages

%0
%38.14
%41.4
%15.69

Codes

Color #D7857E in popluar color models

D7 85 7E
RGB 215 133 126
HSL 52.66% 66.86%
HSB/HSV 41.40% 84.31%
CMYK 0.00% 38.14% 41.40%
15.69%

Color #D7857E in popluar number systems.

HEX D7 85 7E
Decimal 215 133 126
Binary 11010111 10000101 1111110
Octal 327 205 176

Shades and tints

Shades of #D7857E

#D7857E
(215,133,126)
#C47973
(196,121,115)
#B16D68
(177,109,104)
#9E615D
(158,97,93)
#8B5552
(139,85,82)
#784947
(120,73,71)
#653D3C
(101,61,60)
#523131
(82,49,49)
#3F2526
(63,37,38)
#2C191B
(44,25,27)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #D7857E

#D7857E
(215,133,126)
#DA9089
(218,144,137)
#DD9B94
(221,155,148)
#E0A69F
(224,166,159)
#E3B1AA
(227,177,170)
#E6BCB5
(230,188,181)
#E9C7C0
(233,199,192)
#ECD2CB
(236,210,203)
#EFDDD6
(239,221,214)
#F2E8E1
(242,232,225)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7857E color. Also use rgb(215,133,126) instead hex code.

Text Font Color

.myTextColor { color: #D7857E; }

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

This text font color is #D7857E.

Background Color

.myBgColor { background-color: #D7857E; }

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

This div background color is #D7857E.

Border color

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

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

This div border color is #D7857E.

Opacity

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

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

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

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

This text has shadow with #D7857E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7857E.

Preview

Color preview on black background

This text has color #D7857E on black background.


Color preview on white background

This text has color #D7857E on white background.


Black color preview on #D7857E background

This text has black color on #D7857E background.


White color preview on #D7857E background

This text has white color on #D7857E background.


Related colors

Complementary color

Complementary color for #hex is #287A81.


I love getcolorcode.com

Triadic colors

1 #7ED785 and #857ED7 with #D7857E are triadic colors.

2 #7E85D7 and #85D77E with #D7857E are triadic colors.