COLOR #D59ECE

HEX: #D59ECE
RGB: (213,158,206)

Color info

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

RGB color model

#D59ECE color RGB value is (213,158,206).

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

RGB channels and saturation

R 213 of 255 = 84%
G 158 of 255 = 62%
B 206 of 255 = 81%

213
158
206

R + G + B ~ 76%. #D59ECE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 158 + 206 = 577 (100%)
R 213 of 577 ~ 36.92%
G 158 of 577 ~ 27.38%
B 206 of 577 ~ 35.7%

%36.92
%27.38
%35.7

CMYK color model

#D59ECE color CMYK value is (0,26,3,16).

  • cyan value is 0.00%
  • magenta value is 25.82%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(0,26,3,16)
C0M26Y3K16 
(0%,26%,3%,16%)
(0.00/0.26/0.03/0.16)	

CMYK percentages

%0
%25.82
%3.29
%16.47

Codes

Color #D59ECE in popluar color models

D59ECE
RGB213158206
HSL308°39.57%72.75%
HSB/HSV308°25.82%83.53%
CMYK0.00%25.82%3.29%
16.47%

Color #D59ECE in popluar number systems.

HEXD59ECE
Decimal213158206
Binary110101011001111011001110
Octal325236316

Shades and tints

Shades of #D59ECE

#D59ECE
(213,158,206)
#C290BC
(194,144,188)
#AF82AA
(175,130,170)
#9C7498
(156,116,152)
#896686
(137,102,134)
#765874
(118,88,116)
#634A62
(99,74,98)
#503C50
(80,60,80)
#3D2E3E
(61,46,62)
#2A202C
(42,32,44)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #D59ECE

#D59ECE
(213,158,206)
#D8A6D2
(216,166,210)
#DBAED6
(219,174,214)
#DEB6DA
(222,182,218)
#E1BEDE
(225,190,222)
#E4C6E2
(228,198,226)
#E7CEE6
(231,206,230)
#EAD6EA
(234,214,234)
#EDDEEE
(237,222,238)
#F0E6F2
(240,230,242)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59ECE; }

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

This text font color is #D59ECE.


Background Color

.myBgColor { background-color: #D59ECE; }

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

This div background color is #D59ECE.


Border color

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

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

This div border color is #D59ECE.


Opacity

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

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

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

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

This text has shadow with #D59ECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59ECE on black background.


Color preview on white background

This text has color #D59ECE on white background.



Black color preview on #D59ECE background

This text has black color on #D59ECE background.


White color preview on #D59ECE background

This text has white color on #D59ECE background.