COLOR #D59ECB

HEX: #D59ECB RGB: (213,158,203)

Color info

#D59ECB contains red, green and blue colors in about the same proportion. Web safe color of #D59ECB is #CC99CC (or #C9C).

RGB color model

#D59ECB color RGB value is (213,158,203).

RGB: (213,158,203) (84%, 62%, 80%)

RGB channels and saturation

R 213 of 255 = 84%
G 158 of 255 = 62%
B 203 of 255 = 80%

213
158
203

R + G + B ~ 75%. #D59ECB is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 158 + 203 = 574 (100%)
R 213 of 574 ~ 37.11%
G 158 of 574 ~ 27.53%
B 203 of 574 ~ 35.37'%

%37.11
%27.53
%35.37

CMYK color model

#D59ECB color CMYK value is (0,26,5,16).

  • cyan value is 0.00%
  • magenta value is 25.82%
  • yellow value is 4.69%
  • key color value is 16.47%

CMYK: (0,26,5,16)
C0M26Y5K16 (0%, 26%, 5%, 16%)
(0.00 / 0.26 / 0.05 / 0.16)

CMYK percentages

%0
%25.82
%4.69
%16.47

Codes

Color #D59ECB in popluar color models

D5 9E CB
RGB 213 158 203
HSL 311° 39.57% 72.75%
HSB/HSV 311° 25.82% 83.53%
CMYK 0.00% 25.82% 4.69%
16.47%

Color #D59ECB in popluar number systems.

HEX D5 9E CB
Decimal 213 158 203
Binary 11010101 10011110 11001011
Octal 325 236 313

Shades and tints

Shades of #D59ECB

#D59ECB
(213,158,203)
#C290B9
(194,144,185)
#AF82A7
(175,130,167)
#9C7495
(156,116,149)
#896683
(137,102,131)
#765871
(118,88,113)
#634A5F
(99,74,95)
#503C4D
(80,60,77)
#3D2E3B
(61,46,59)
#2A2029
(42,32,41)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #D59ECB

#D59ECB
(213,158,203)
#D8A6CF
(216,166,207)
#DBAED3
(219,174,211)
#DEB6D7
(222,182,215)
#E1BEDB
(225,190,219)
#E4C6DF
(228,198,223)
#E7CEE3
(231,206,227)
#EAD6E7
(234,214,231)
#EDDEEB
(237,222,235)
#F0E6EF
(240,230,239)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59ECB; }

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

This text font color is #D59ECB.

Background Color

.myBgColor { background-color: #D59ECB; }

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

This div background color is #D59ECB.

Border color

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

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

This div border color is #D59ECB.

Opacity

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

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

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

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

This text has shadow with #D59ECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D59ECB.

Preview

Color preview on black background

This text has color #D59ECB on black background.


Color preview on white background

This text has color #D59ECB on white background.


Black color preview on #D59ECB background

This text has black color on #D59ECB background.


White color preview on #D59ECB background

This text has white color on #D59ECB background.


Related colors

Complementary color

Complementary color for #hex is #2A6134.


I love getcolorcode.com

Triadic colors

1 #CBD59E and #9ECBD5 with #D59ECB are triadic colors.

2 #CB9ED5 and #9ED5CB with #D59ECB are triadic colors.