COLOR #D49ECE

HEX: #D49ECE
RGB: (212,158,206)

Color info

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

RGB color model

#D49ECE color RGB value is (212,158,206).

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

RGB channels and saturation

R 212 of 255 = 83%
G 158 of 255 = 62%
B 206 of 255 = 81%

212
158
206

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

Portions of RGB colors in percentages

R + G + B =
212 + 158 + 206 = 576 (100%)
R 212 of 576 ~ 36.81%
G 158 of 576 ~ 27.43%
B 206 of 576 ~ 35.76%

%36.81
%27.43
%35.76

CMYK color model

#D49ECE color CMYK value is (0,25,3,17).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 2.83%
  • key color value is 16.86%
CMYK:
(0,25,3,17)
C0M25Y3K17 
(0%,25%,3%,17%)
(0.00/0.25/0.03/0.17)	

CMYK percentages

%0
%25.47
%2.83
%16.86

Codes

Color #D49ECE in popluar color models

D49ECE
RGB212158206
HSL307°38.57%72.55%
HSB/HSV307°25.47%83.14%
CMYK0.00%25.47%2.83%
16.86%

Color #D49ECE in popluar number systems.

HEXD49ECE
Decimal212158206
Binary110101001001111011001110
Octal324236316

Shades and tints

Shades of #D49ECE

#D49ECE
(212,158,206)
#C190BC
(193,144,188)
#AE82AA
(174,130,170)
#9B7498
(155,116,152)
#886686
(136,102,134)
#755874
(117,88,116)
#624A62
(98,74,98)
#4F3C50
(79,60,80)
#3C2E3E
(60,46,62)
#29202C
(41,32,44)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #D49ECE

#D49ECE
(212,158,206)
#D7A6D2
(215,166,210)
#DAAED6
(218,174,214)
#DDB6DA
(221,182,218)
#E0BEDE
(224,190,222)
#E3C6E2
(227,198,226)
#E6CEE6
(230,206,230)
#E9D6EA
(233,214,234)
#ECDEEE
(236,222,238)
#EFE6F2
(239,230,242)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49ECE; }

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

This text font color is #D49ECE.


Background Color

.myBgColor { background-color: #D49ECE; }

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

This div background color is #D49ECE.


Border color

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

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

This div border color is #D49ECE.


Opacity

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

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

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

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

This text has shadow with #D49ECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49ECE on black background.


Color preview on white background

This text has color #D49ECE on white background.



Black color preview on #D49ECE background

This text has black color on #D49ECE background.


White color preview on #D49ECE background

This text has white color on #D49ECE background.