COLOR #D49ECD

HEX: #D49ECD RGB: (212,158,205)

Color info

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

RGB color model

#D49ECD color RGB value is (212,158,205).

RGB: (212,158,205) (83%, 62%, 80%)

RGB channels and saturation

R 212 of 255 = 83%
G 158 of 255 = 62%
B 205 of 255 = 80%

212
158
205

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

Portions of RGB colors in percentages

R + G + B = 212 + 158 + 205 = 575 (100%)
R 212 of 575 ~ 36.87%
G 158 of 575 ~ 27.48%
B 205 of 575 ~ 35.65'%

%36.87
%27.48
%35.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 3.30%
  • 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
%3.3
%16.86

Codes

Color #D49ECD in popluar color models

D4 9E CD
RGB 212 158 205
HSL 308° 38.57% 72.55%
HSB/HSV 308° 25.47% 83.14%
CMYK 0.00% 25.47% 3.30%
16.86%

Color #D49ECD in popluar number systems.

HEX D4 9E CD
Decimal 212 158 205
Binary 11010100 10011110 11001101
Octal 324 236 315

Shades and tints

Shades of #D49ECD

#D49ECD
(212,158,205)
#C190BB
(193,144,187)
#AE82A9
(174,130,169)
#9B7497
(155,116,151)
#886685
(136,102,133)
#755873
(117,88,115)
#624A61
(98,74,97)
#4F3C4F
(79,60,79)
#3C2E3D
(60,46,61)
#29202B
(41,32,43)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #D49ECD

#D49ECD
(212,158,205)
#D7A6D1
(215,166,209)
#DAAED5
(218,174,213)
#DDB6D9
(221,182,217)
#E0BEDD
(224,190,221)
#E3C6E1
(227,198,225)
#E6CEE5
(230,206,229)
#E9D6E9
(233,214,233)
#ECDEED
(236,222,237)
#EFE6F1
(239,230,241)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49ECD; }

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

This text font color is #D49ECD.

Background Color

.myBgColor { background-color: #D49ECD; }

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

This div background color is #D49ECD.

Border color

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

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

This div border color is #D49ECD.

Opacity

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

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

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

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

This text has shadow with #D49ECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D49ECD.

Preview

Color preview on black background

This text has color #D49ECD on black background.


Color preview on white background

This text has color #D49ECD on white background.


Black color preview on #D49ECD background

This text has black color on #D49ECD background.


White color preview on #D49ECD background

This text has white color on #D49ECD background.


Related colors

Complementary color

Complementary color for #hex is #2B6132.


I love getcolorcode.com

Triadic colors

1 #CDD49E and #9ECDD4 with #D49ECD are triadic colors.

2 #CD9ED4 and #9ED4CD with #D49ECD are triadic colors.