COLOR #D49FCE

HEX: #D49FCE
RGB: (212,159,206)

Color info

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

RGB color model

#D49FCE color RGB value is (212,159,206).

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

RGB channels and saturation

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

212
159
206

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

Portions of RGB colors in percentages

R + G + B =
212 + 159 + 206 = 577 (100%)
R 212 of 577 ~ 36.74%
G 159 of 577 ~ 27.56%
B 206 of 577 ~ 35.7%

%36.74
%27.56
%35.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • 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
%2.83
%16.86

Codes

Color #D49FCE in popluar color models

D49FCE
RGB212159206
HSL307°38.13%72.75%
HSB/HSV307°25.00%83.14%
CMYK0.00%25.00%2.83%
16.86%

Color #D49FCE in popluar number systems.

HEXD49FCE
Decimal212159206
Binary110101001001111111001110
Octal324237316

Shades and tints

Shades of #D49FCE

#D49FCE
(212,159,206)
#C191BC
(193,145,188)
#AE83AA
(174,131,170)
#9B7598
(155,117,152)
#886786
(136,103,134)
#755974
(117,89,116)
#624B62
(98,75,98)
#4F3D50
(79,61,80)
#3C2F3E
(60,47,62)
#29212C
(41,33,44)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #D49FCE

#D49FCE
(212,159,206)
#D7A7D2
(215,167,210)
#DAAFD6
(218,175,214)
#DDB7DA
(221,183,218)
#E0BFDE
(224,191,222)
#E3C7E2
(227,199,226)
#E6CFE6
(230,207,230)
#E9D7EA
(233,215,234)
#ECDFEE
(236,223,238)
#EFE7F2
(239,231,242)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49FCE; }

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

This text font color is #D49FCE.


Background Color

.myBgColor { background-color: #D49FCE; }

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

This div background color is #D49FCE.


Border color

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

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

This div border color is #D49FCE.


Opacity

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

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

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

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

This text has shadow with #D49FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49FCE on black background.


Color preview on white background

This text has color #D49FCE on white background.



Black color preview on #D49FCE background

This text has black color on #D49FCE background.


White color preview on #D49FCE background

This text has white color on #D49FCE background.