COLOR #D49FC9

HEX: #D49FC9
RGB: (212,159,201)

Color info

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

RGB color model

#D49FC9 color RGB value is (212,159,201).

  • red value is 212;
  • green value is 159;
  • blue value is 201.
RGB:
(212,159,201)
(83%,62%,79%)

RGB channels and saturation

R 212 of 255 = 83%
G 159 of 255 = 62%
B 201 of 255 = 79%

212
159
201

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

Portions of RGB colors in percentages

R + G + B =
212 + 159 + 201 = 572 (100%)
R 212 of 572 ~ 37.06%
G 159 of 572 ~ 27.8%
B 201 of 572 ~ 35.14%

%37.06
%27.8
%35.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 5.19%
  • key color value is 16.86%
CMYK:
(0,25,5,17)
C0M25Y5K17 
(0%,25%,5%,17%)
(0.00/0.25/0.05/0.17)	

CMYK percentages

%0
%25
%5.19
%16.86

Codes

Color #D49FC9 in popluar color models

D49FC9
RGB212159201
HSL312°38.13%72.75%
HSB/HSV312°25.00%83.14%
CMYK0.00%25.00%5.19%
16.86%

Color #D49FC9 in popluar number systems.

HEXD49FC9
Decimal212159201
Binary110101001001111111001001
Octal324237311

Shades and tints

Shades of #D49FC9

#D49FC9
(212,159,201)
#C191B7
(193,145,183)
#AE83A5
(174,131,165)
#9B7593
(155,117,147)
#886781
(136,103,129)
#75596F
(117,89,111)
#624B5D
(98,75,93)
#4F3D4B
(79,61,75)
#3C2F39
(60,47,57)
#292127
(41,33,39)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #D49FC9

#D49FC9
(212,159,201)
#D7A7CD
(215,167,205)
#DAAFD1
(218,175,209)
#DDB7D5
(221,183,213)
#E0BFD9
(224,191,217)
#E3C7DD
(227,199,221)
#E6CFE1
(230,207,225)
#E9D7E5
(233,215,229)
#ECDFE9
(236,223,233)
#EFE7ED
(239,231,237)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49FC9 color. Also use rgb(212,159,201) instead hex code.

Text Font Color

.myTextColor { color: #D49FC9; }

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

This text font color is #D49FC9.


Background Color

.myBgColor { background-color: #D49FC9; }

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

This div background color is #D49FC9.


Border color

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

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

This div border color is #D49FC9.


Opacity

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

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

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

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

This text has shadow with #D49FC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49FC9 on black background.


Color preview on white background

This text has color #D49FC9 on white background.



Black color preview on #D49FC9 background

This text has black color on #D49FC9 background.


White color preview on #D49FC9 background

This text has white color on #D49FC9 background.