COLOR #D49FCD

HEX: #D49FCD
RGB: (212,159,205)

Color info

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

RGB color model

#D49FCD color RGB value is (212,159,205).

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

RGB channels and saturation

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

212
159
205

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

Portions of RGB colors in percentages

R + G + B =
212 + 159 + 205 = 576 (100%)
R 212 of 576 ~ 36.81%
G 159 of 576 ~ 27.6%
B 205 of 576 ~ 35.59%

%36.81
%27.6
%35.59

CMYK color model

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

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

Codes

Color #D49FCD in popluar color models

D49FCD
RGB212159205
HSL308°38.13%72.75%
HSB/HSV308°25.00%83.14%
CMYK0.00%25.00%3.30%
16.86%

Color #D49FCD in popluar number systems.

HEXD49FCD
Decimal212159205
Binary110101001001111111001101
Octal324237315

Shades and tints

Shades of #D49FCD

#D49FCD
(212,159,205)
#C191BB
(193,145,187)
#AE83A9
(174,131,169)
#9B7597
(155,117,151)
#886785
(136,103,133)
#755973
(117,89,115)
#624B61
(98,75,97)
#4F3D4F
(79,61,79)
#3C2F3D
(60,47,61)
#29212B
(41,33,43)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #D49FCD

#D49FCD
(212,159,205)
#D7A7D1
(215,167,209)
#DAAFD5
(218,175,213)
#DDB7D9
(221,183,217)
#E0BFDD
(224,191,221)
#E3C7E1
(227,199,225)
#E6CFE5
(230,207,229)
#E9D7E9
(233,215,233)
#ECDFED
(236,223,237)
#EFE7F1
(239,231,241)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49FCD; }

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

This text font color is #D49FCD.


Background Color

.myBgColor { background-color: #D49FCD; }

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

This div background color is #D49FCD.


Border color

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

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

This div border color is #D49FCD.


Opacity

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

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

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

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

This text has shadow with #D49FCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49FCD on black background.


Color preview on white background

This text has color #D49FCD on white background.



Black color preview on #D49FCD background

This text has black color on #D49FCD background.


White color preview on #D49FCD background

This text has white color on #D49FCD background.