COLOR #D57EBD

HEX: #D57EBD RGB: (213,126,189)

Color info

#D57EBD contains mainly red and blue colors. Web safe color of #D57EBD is #CC66CC (or #C6C).

RGB color model

#D57EBD color RGB value is (213,126,189).

RGB: (213,126,189) (84%, 49%, 74%)

RGB channels and saturation

R 213 of 255 = 84%
G 126 of 255 = 49%
B 189 of 255 = 74%

213
126
189

R + G + B ~ 69%. #D57EBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 126 + 189 = 528 (100%)
R 213 of 528 ~ 40.34%
G 126 of 528 ~ 23.86%
B 189 of 528 ~ 35.8'%

%40.34
%23.86
%35.8

CMYK color model

#D57EBD color CMYK value is (0,41,11,16).

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 11.27%
  • key color value is 16.47%

CMYK: (0,41,11,16)
C0M41Y11K16 (0%, 41%, 11%, 16%)
(0.00 / 0.41 / 0.11 / 0.16)

CMYK percentages

%0
%40.85
%11.27
%16.47

Codes

Color #D57EBD in popluar color models

D5 7E BD
RGB 213 126 189
HSL 317° 50.88% 66.47%
HSB/HSV 317° 40.85% 83.53%
CMYK 0.00% 40.85% 11.27%
16.47%

Color #D57EBD in popluar number systems.

HEX D5 7E BD
Decimal 213 126 189
Binary 11010101 1111110 10111101
Octal 325 176 275

Shades and tints

Shades of #D57EBD

#D57EBD
(213,126,189)
#C273AC
(194,115,172)
#AF689B
(175,104,155)
#9C5D8A
(156,93,138)
#895279
(137,82,121)
#764768
(118,71,104)
#633C57
(99,60,87)
#503146
(80,49,70)
#3D2635
(61,38,53)
#2A1B24
(42,27,36)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #D57EBD

#D57EBD
(213,126,189)
#D889C3
(216,137,195)
#DB94C9
(219,148,201)
#DE9FCF
(222,159,207)
#E1AAD5
(225,170,213)
#E4B5DB
(228,181,219)
#E7C0E1
(231,192,225)
#EACBE7
(234,203,231)
#EDD6ED
(237,214,237)
#F0E1F3
(240,225,243)
#F3ECF9
(243,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57EBD color. Also use rgb(213,126,189) instead hex code.

Text Font Color

.myTextColor { color: #D57EBD; }

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

This text font color is #D57EBD.

Background Color

.myBgColor { background-color: #D57EBD; }

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

This div background color is #D57EBD.

Border color

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

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

This div border color is #D57EBD.

Opacity

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

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

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

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

This text has shadow with #D57EBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D57EBD.

Preview

Color preview on black background

This text has color #D57EBD on black background.


Color preview on white background

This text has color #D57EBD on white background.


Black color preview on #D57EBD background

This text has black color on #D57EBD background.


White color preview on #D57EBD background

This text has white color on #D57EBD background.


Related colors

Complementary color

Complementary color for #hex is #2A8142.


I love getcolorcode.com

Triadic colors

1 #BDD57E and #7EBDD5 with #D57EBD are triadic colors.

2 #BD7ED5 and #7ED5BD with #D57EBD are triadic colors.