COLOR #D49ECF

HEX: #D49ECF RGB: (212,158,207)

Color info

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

RGB color model

#D49ECF color RGB value is (212,158,207).

RGB: (212,158,207) (83%, 62%, 81%)

RGB channels and saturation

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

212
158
207

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

Portions of RGB colors in percentages

R + G + B = 212 + 158 + 207 = 577 (100%)
R 212 of 577 ~ 36.74%
G 158 of 577 ~ 27.38%
B 207 of 577 ~ 35.88'%

%36.74
%27.38
%35.88

CMYK color model

#D49ECF color CMYK value is (0,25,2,17).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 2.36%
  • key color value is 16.86%

CMYK: (0,25,2,17)
C0M25Y2K17 (0%, 25%, 2%, 17%)
(0.00 / 0.25 / 0.02 / 0.17)

CMYK percentages

%0
%25.47
%2.36
%16.86

Codes

Color #D49ECF in popluar color models

D4 9E CF
RGB 212 158 207
HSL 306° 38.57% 72.55%
HSB/HSV 306° 25.47% 83.14%
CMYK 0.00% 25.47% 2.36%
16.86%

Color #D49ECF in popluar number systems.

HEX D4 9E CF
Decimal 212 158 207
Binary 11010100 10011110 11001111
Octal 324 236 317

Shades and tints

Shades of #D49ECF

#D49ECF
(212,158,207)
#C190BD
(193,144,189)
#AE82AB
(174,130,171)
#9B7499
(155,116,153)
#886687
(136,102,135)
#755875
(117,88,117)
#624A63
(98,74,99)
#4F3C51
(79,60,81)
#3C2E3F
(60,46,63)
#29202D
(41,32,45)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #D49ECF

#D49ECF
(212,158,207)
#D7A6D3
(215,166,211)
#DAAED7
(218,174,215)
#DDB6DB
(221,182,219)
#E0BEDF
(224,190,223)
#E3C6E3
(227,198,227)
#E6CEE7
(230,206,231)
#E9D6EB
(233,214,235)
#ECDEEF
(236,222,239)
#EFE6F3
(239,230,243)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49ECF; }

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

This text font color is #D49ECF.

Background Color

.myBgColor { background-color: #D49ECF; }

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

This div background color is #D49ECF.

Border color

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

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

This div border color is #D49ECF.

Opacity

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

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

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

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

This text has shadow with #D49ECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D49ECF.

Preview

Color preview on black background

This text has color #D49ECF on black background.


Color preview on white background

This text has color #D49ECF on white background.


Black color preview on #D49ECF background

This text has black color on #D49ECF background.


White color preview on #D49ECF background

This text has white color on #D49ECF background.


Related colors

Complementary color

Complementary color for #hex is #2B6130.


I love getcolorcode.com

Triadic colors

1 #CFD49E and #9ECFD4 with #D49ECF are triadic colors.

2 #CF9ED4 and #9ED4CF with #D49ECF are triadic colors.