COLOR #D57C8F

HEX: #D57C8F
RGB: (213,124,143)

Color info

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

RGB color model

#D57C8F color RGB value is (213,124,143).

  • red value is 213;
  • green value is 124;
  • blue value is 143.
RGB:
(213,124,143)
(84%,49%,56%)

RGB channels and saturation

R 213 of 255 = 84%
G 124 of 255 = 49%
B 143 of 255 = 56%

213
124
143

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

Portions of RGB colors in percentages

R + G + B =
213 + 124 + 143 = 480 (100%)
R 213 of 480 ~ 44.38%
G 124 of 480 ~ 25.83%
B 143 of 480 ~ 29.79%

%44.38
%25.83
%29.79

CMYK color model

#D57C8F color CMYK value is (0,42,33,16).

  • cyan value is 0.00%
  • magenta value is 41.78%
  • yellow value is 32.86%
  • key color value is 16.47%
CMYK:
(0,42,33,16)
C0M42Y33K16 
(0%,42%,33%,16%)
(0.00/0.42/0.33/0.16)	

CMYK percentages

%0
%41.78
%32.86
%16.47

Codes

Color #D57C8F in popluar color models

D57C8F
RGB213124143
HSL347°51.45%66.08%
HSB/HSV347°41.78%83.53%
CMYK0.00%41.78%32.86%
16.47%

Color #D57C8F in popluar number systems.

HEXD57C8F
Decimal213124143
Binary11010101111110010001111
Octal325174217

Shades and tints

Shades of #D57C8F

#D57C8F
(213,124,143)
#C27182
(194,113,130)
#AF6675
(175,102,117)
#9C5B68
(156,91,104)
#89505B
(137,80,91)
#76454E
(118,69,78)
#633A41
(99,58,65)
#502F34
(80,47,52)
#3D2427
(61,36,39)
#2A191A
(42,25,26)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #D57C8F

#D57C8F
(213,124,143)
#D88799
(216,135,153)
#DB92A3
(219,146,163)
#DE9DAD
(222,157,173)
#E1A8B7
(225,168,183)
#E4B3C1
(228,179,193)
#E7BECB
(231,190,203)
#EAC9D5
(234,201,213)
#EDD4DF
(237,212,223)
#F0DFE9
(240,223,233)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D57C8F; }

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

This text font color is #D57C8F.


Background Color

.myBgColor { background-color: #D57C8F; }

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

This div background color is #D57C8F.


Border color

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

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

This div border color is #D57C8F.


Opacity

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

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

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

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

This text has shadow with #D57C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57C8F on black background.


Color preview on white background

This text has color #D57C8F on white background.



Black color preview on #D57C8F background

This text has black color on #D57C8F background.


White color preview on #D57C8F background

This text has white color on #D57C8F background.