COLOR #D57C8B

HEX: #D57C8B RGB: (213,124,139)

Color info

#D57C8B contains mainly red color. Web safe color of #D57C8B is #CC6699 (or #C69).

RGB color model

#D57C8B color RGB value is (213,124,139).

RGB: (213,124,139) (84%, 49%, 55%)

RGB channels and saturation

R 213 of 255 = 84%
G 124 of 255 = 49%
B 139 of 255 = 55%

213
124
139

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

Portions of RGB colors in percentages

R + G + B = 213 + 124 + 139 = 476 (100%)
R 213 of 476 ~ 44.75%
G 124 of 476 ~ 26.05%
B 139 of 476 ~ 29.2'%

%44.75
%26.05
%29.2

CMYK color model

#D57C8B color CMYK value is (0,42,35,16).

  • cyan value is 0.00%
  • magenta value is 41.78%
  • yellow value is 34.74%
  • key color value is 16.47%

CMYK: (0,42,35,16)
C0M42Y35K16 (0%, 42%, 35%, 16%)
(0.00 / 0.42 / 0.35 / 0.16)

CMYK percentages

%0
%41.78
%34.74
%16.47

Codes

Color #D57C8B in popluar color models

D5 7C 8B
RGB 213 124 139
HSL 350° 51.45% 66.08%
HSB/HSV 350° 41.78% 83.53%
CMYK 0.00% 41.78% 34.74%
16.47%

Color #D57C8B in popluar number systems.

HEX D5 7C 8B
Decimal 213 124 139
Binary 11010101 1111100 10001011
Octal 325 174 213

Shades and tints

Shades of #D57C8B

#D57C8B
(213,124,139)
#C2717F
(194,113,127)
#AF6673
(175,102,115)
#9C5B67
(156,91,103)
#89505B
(137,80,91)
#76454F
(118,69,79)
#633A43
(99,58,67)
#502F37
(80,47,55)
#3D242B
(61,36,43)
#2A191F
(42,25,31)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #D57C8B

#D57C8B
(213,124,139)
#D88795
(216,135,149)
#DB929F
(219,146,159)
#DE9DA9
(222,157,169)
#E1A8B3
(225,168,179)
#E4B3BD
(228,179,189)
#E7BEC7
(231,190,199)
#EAC9D1
(234,201,209)
#EDD4DB
(237,212,219)
#F0DFE5
(240,223,229)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57C8B color. Also use rgb(213,124,139) instead hex code.

Text Font Color

.myTextColor { color: #D57C8B; }

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

This text font color is #D57C8B.

Background Color

.myBgColor { background-color: #D57C8B; }

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

This div background color is #D57C8B.

Border color

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

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

This div border color is #D57C8B.

Opacity

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

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

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

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

This text has shadow with #D57C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D57C8B.

Preview

Color preview on black background

This text has color #D57C8B on black background.


Color preview on white background

This text has color #D57C8B on white background.


Black color preview on #D57C8B background

This text has black color on #D57C8B background.


White color preview on #D57C8B background

This text has white color on #D57C8B background.


Related colors

Complementary color

Complementary color for #hex is #2A8374.


I love getcolorcode.com

Triadic colors

1 #8BD57C and #7C8BD5 with #D57C8B are triadic colors.

2 #8B7CD5 and #7CD58B with #D57C8B are triadic colors.