COLOR #D49AE8

HEX: #D49AE8
RGB: (212,154,232)

Color info

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

RGB color model

#D49AE8 color RGB value is (212,154,232).

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

RGB channels and saturation

R 212 of 255 = 83%
G 154 of 255 = 60%
B 232 of 255 = 91%

212
154
232

R + G + B ~ 78%. #D49AE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 154 + 232 = 598 (100%)
R 212 of 598 ~ 35.45%
G 154 of 598 ~ 25.75%
B 232 of 598 ~ 38.8%

%35.45
%25.75
%38.8

CMYK color model

#D49AE8 color CMYK value is (9,34,0,9).

  • cyan value is 8.62%
  • magenta value is 33.62%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(9,34,0,9)
C9M34Y0K9 
(9%,34%,0%,9%)
(0.09/0.34/0.00/0.09)	

CMYK percentages

%8.62
%33.62
%0
%9.02

Codes

Color #D49AE8 in popluar color models

D49AE8
RGB212154232
HSL285°62.90%75.69%
HSB/HSV285°33.62%90.98%
CMYK8.62%33.62%0.00%
9.02%

Color #D49AE8 in popluar number systems.

HEXD49AE8
Decimal212154232
Binary110101001001101011101000
Octal324232350

Shades and tints

Shades of #D49AE8

#D49AE8
(212,154,232)
#C18CD3
(193,140,211)
#AE7EBE
(174,126,190)
#9B70A9
(155,112,169)
#886294
(136,98,148)
#75547F
(117,84,127)
#62466A
(98,70,106)
#4F3855
(79,56,85)
#3C2A40
(60,42,64)
#291C2B
(41,28,43)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #D49AE8

#D49AE8
(212,154,232)
#D7A3EA
(215,163,234)
#DAACEC
(218,172,236)
#DDB5EE
(221,181,238)
#E0BEF0
(224,190,240)
#E3C7F2
(227,199,242)
#E6D0F4
(230,208,244)
#E9D9F6
(233,217,246)
#ECE2F8
(236,226,248)
#EFEBFA
(239,235,250)
#F2F4FC
(242,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49AE8; }

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

This text font color is #D49AE8.


Background Color

.myBgColor { background-color: #D49AE8; }

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

This div background color is #D49AE8.


Border color

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

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

This div border color is #D49AE8.


Opacity

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

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

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

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

This text has shadow with #D49AE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49AE8 on black background.


Color preview on white background

This text has color #D49AE8 on white background.



Black color preview on #D49AE8 background

This text has black color on #D49AE8 background.


White color preview on #D49AE8 background

This text has white color on #D49AE8 background.