COLOR #D49EAF

HEX: #D49EAF
RGB: (212,158,175)

Color info

#D49EAF contains red, green and blue colors in about the same proportion. Web safe color of #D49EAF is #CC9999 (or #C99).

RGB color model

#D49EAF color RGB value is (212,158,175).

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

RGB channels and saturation

R 212 of 255 = 83%
G 158 of 255 = 62%
B 175 of 255 = 69%

212
158
175

R + G + B ~ 71%. #D49EAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 158 + 175 = 545 (100%)
R 212 of 545 ~ 38.9%
G 158 of 545 ~ 28.99%
B 175 of 545 ~ 32.11%

%38.9
%28.99
%32.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 17.45%
  • key color value is 16.86%
CMYK:
(0,25,17,17)
C0M25Y17K17 
(0%,25%,17%,17%)
(0.00/0.25/0.17/0.17)	

CMYK percentages

%0
%25.47
%17.45
%16.86

Codes

Color #D49EAF in popluar color models

D49EAF
RGB212158175
HSL341°38.57%72.55%
HSB/HSV341°25.47%83.14%
CMYK0.00%25.47%17.45%
16.86%

Color #D49EAF in popluar number systems.

HEXD49EAF
Decimal212158175
Binary110101001001111010101111
Octal324236257

Shades and tints

Shades of #D49EAF

#D49EAF
(212,158,175)
#C190A0
(193,144,160)
#AE8291
(174,130,145)
#9B7482
(155,116,130)
#886673
(136,102,115)
#755864
(117,88,100)
#624A55
(98,74,85)
#4F3C46
(79,60,70)
#3C2E37
(60,46,55)
#292028
(41,32,40)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #D49EAF

#D49EAF
(212,158,175)
#D7A6B6
(215,166,182)
#DAAEBD
(218,174,189)
#DDB6C4
(221,182,196)
#E0BECB
(224,190,203)
#E3C6D2
(227,198,210)
#E6CED9
(230,206,217)
#E9D6E0
(233,214,224)
#ECDEE7
(236,222,231)
#EFE6EE
(239,230,238)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49EAF; }

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

This text font color is #D49EAF.


Background Color

.myBgColor { background-color: #D49EAF; }

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

This div background color is #D49EAF.


Border color

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

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

This div border color is #D49EAF.


Opacity

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

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

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

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

This text has shadow with #D49EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49EAF on black background.


Color preview on white background

This text has color #D49EAF on white background.



Black color preview on #D49EAF background

This text has black color on #D49EAF background.


White color preview on #D49EAF background

This text has white color on #D49EAF background.