COLOR #D49AF6

HEX: #D49AF6
RGB: (212,154,246)

Color info

#D49AF6 contains mainly red and blue colors. Web safe color of #D49AF6 is #CC99FF (or #C9F).

RGB color model

#D49AF6 color RGB value is (212,154,246).

  • red value is 212;
  • green value is 154;
  • blue value is 246.
RGB:
(212,154,246)
(83%,60%,96%)

RGB channels and saturation

R 212 of 255 = 83%
G 154 of 255 = 60%
B 246 of 255 = 96%

212
154
246

R + G + B ~ 80%. #D49AF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 154 + 246 = 612 (100%)
R 212 of 612 ~ 34.64%
G 154 of 612 ~ 25.16%
B 246 of 612 ~ 40.2%

%34.64
%25.16
%40.2

CMYK color model

#D49AF6 color CMYK value is (14,37,0,4).

  • cyan value is 13.82%
  • magenta value is 37.40%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(14,37,0,4)
C14M37Y0K4 
(14%,37%,0%,4%)
(0.14/0.37/0.00/0.04)	

CMYK percentages

%13.82
%37.4
%0
%3.53

Codes

Color #D49AF6 in popluar color models

D49AF6
RGB212154246
HSL278°83.64%78.43%
HSB/HSV278°37.40%96.47%
CMYK13.82%37.40%0.00%
3.53%

Color #D49AF6 in popluar number systems.

HEXD49AF6
Decimal212154246
Binary110101001001101011110110
Octal324232366

Shades and tints

Shades of #D49AF6

#D49AF6
(212,154,246)
#C18CE0
(193,140,224)
#AE7ECA
(174,126,202)
#9B70B4
(155,112,180)
#88629E
(136,98,158)
#755488
(117,84,136)
#624672
(98,70,114)
#4F385C
(79,56,92)
#3C2A46
(60,42,70)
#291C30
(41,28,48)
#160E1A
(22,14,26)
#000000
(0,0,0)

Tints of #D49AF6

#D49AF6
(212,154,246)
#D7A3F6
(215,163,246)
#DAACF6
(218,172,246)
#DDB5F6
(221,181,246)
#E0BEF6
(224,190,246)
#E3C7F6
(227,199,246)
#E6D0F6
(230,208,246)
#E9D9F6
(233,217,246)
#ECE2F6
(236,226,246)
#EFEBF6
(239,235,246)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49AF6 color. Also use rgb(212,154,246) instead hex code.

Text Font Color

.myTextColor { color: #D49AF6; }

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

This text font color is #D49AF6.


Background Color

.myBgColor { background-color: #D49AF6; }

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

This div background color is #D49AF6.


Border color

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

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

This div border color is #D49AF6.


Opacity

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

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

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

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

This text has shadow with #D49AF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49AF6 on black background.


Color preview on white background

This text has color #D49AF6 on white background.



Black color preview on #D49AF6 background

This text has black color on #D49AF6 background.


White color preview on #D49AF6 background

This text has white color on #D49AF6 background.