COLOR #D59EAB

HEX: #D59EAB
RGB: (213,158,171)

Color info

#D59EAB contains red, green and blue colors in about the same proportion. Web safe color of #D59EAB is #CC9999 (or #C99).

RGB color model

#D59EAB color RGB value is (213,158,171).

  • red value is 213;
  • green value is 158;
  • blue value is 171.
RGB: (213,158,171) (84%,62%,67%)

RGB channels and saturation

R 213 of 255 = 84%
G 158 of 255 = 62%
B 171 of 255 = 67%

213
158
171

R + G + B ~ 71%. #D59EAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 158 + 171 = 542 (100%)
R 213 of 542 ~ 39.3%
G 158 of 542 ~ 29.15%
B 171 of 542 ~ 31.55%

%39.3
%29.15
%31.55

CMYK color model

#D59EAB color CMYK value is (0,26,20,16).

  • cyan value is 0.00%
  • magenta value is 25.82%
  • yellow value is 19.72%
  • key color value is 16.47%
CMYK: (0,26,20,16) C0M26Y20K16 (0%,26%,20%,16%) (0.00/0.26/0.20/0.16)

CMYK percentages

%0
%25.82
%19.72
%16.47

Codes

Color #D59EAB in popluar color models

D59EAB
RGB213158171
HSL346°39.57%72.75%
HSB/HSV346°25.82%83.53%
CMYK0.00%25.82%19.72%
16.47%

Color #D59EAB in popluar number systems.

HEXD59EAB
Decimal213158171
Binary110101011001111010101011
Octal325236253

Shades and tints

Shades of #D59EAB

#D59EAB
(213,158,171)
#C2909C
(194,144,156)
#AF828D
(175,130,141)
#9C747E
(156,116,126)
#89666F
(137,102,111)
#765860
(118,88,96)
#634A51
(99,74,81)
#503C42
(80,60,66)
#3D2E33
(61,46,51)
#2A2024
(42,32,36)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #D59EAB

#D59EAB
(213,158,171)
#D8A6B2
(216,166,178)
#DBAEB9
(219,174,185)
#DEB6C0
(222,182,192)
#E1BEC7
(225,190,199)
#E4C6CE
(228,198,206)
#E7CED5
(231,206,213)
#EAD6DC
(234,214,220)
#EDDEE3
(237,222,227)
#F0E6EA
(240,230,234)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59EAB color. Also use rgb(213,158,171) instead hex code.

Text Font Color

.myTextColor { color: #D59EAB; }

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

This text font color is #D59EAB.


Background Color

.myBgColor { background-color: #D59EAB; }

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

This div background color is #D59EAB.


Border color

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

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

This div border color is #D59EAB.


Opacity

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

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

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

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

This text has shadow with #D59EAB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D59EAB on black background.


Color preview on white background

This text has color #D59EAB on white background.



Black color preview on #D59EAB background

This text has black color on #D59EAB background.


White color preview on #D59EAB background

This text has white color on #D59EAB background.