COLOR #AE95DC

HEX: #AE95DC
RGB: (174,149,220)

Color info

#AE95DC contains mainly red and blue colors. Web safe color of #AE95DC is #9999CC (or #99C).

RGB color model

#AE95DC color RGB value is (174,149,220).

  • red value is 174;
  • green value is 149;
  • blue value is 220.
RGB:
(174,149,220)
(68%,58%,86%)

RGB channels and saturation

R 174 of 255 = 68%
G 149 of 255 = 58%
B 220 of 255 = 86%

174
149
220

R + G + B ~ 71%. #AE95DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 149 + 220 = 543 (100%)
R 174 of 543 ~ 32.04%
G 149 of 543 ~ 27.44%
B 220 of 543 ~ 40.52%

%32.04
%27.44
%40.52

CMYK color model

#AE95DC color CMYK value is (21,32,0,14).

  • cyan value is 20.91%
  • magenta value is 32.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(21,32,0,14)
C21M32Y0K14 
(21%,32%,0%,14%)
(0.21/0.32/0.00/0.14)	

CMYK percentages

%20.91
%32.27
%0
%13.73

Codes

Color #AE95DC in popluar color models

AE95DC
RGB174149220
HSL261°50.35%72.35%
HSB/HSV261°32.27%86.27%
CMYK20.91%32.27%0.00%
13.73%

Color #AE95DC in popluar number systems.

HEXAE95DC
Decimal174149220
Binary101011101001010111011100
Octal256225334

Shades and tints

Shades of #AE95DC

#AE95DC
(174,149,220)
#9F88C8
(159,136,200)
#907BB4
(144,123,180)
#816EA0
(129,110,160)
#72618C
(114,97,140)
#635478
(99,84,120)
#544764
(84,71,100)
#453A50
(69,58,80)
#362D3C
(54,45,60)
#272028
(39,32,40)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #AE95DC

#AE95DC
(174,149,220)
#B59EDF
(181,158,223)
#BCA7E2
(188,167,226)
#C3B0E5
(195,176,229)
#CAB9E8
(202,185,232)
#D1C2EB
(209,194,235)
#D8CBEE
(216,203,238)
#DFD4F1
(223,212,241)
#E6DDF4
(230,221,244)
#EDE6F7
(237,230,247)
#F4EFFA
(244,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE95DC color. Also use rgb(174,149,220) instead hex code.

Text Font Color

.myTextColor { color: #AE95DC; }

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

This text font color is #AE95DC.


Background Color

.myBgColor { background-color: #AE95DC; }

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

This div background color is #AE95DC.


Border color

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

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

This div border color is #AE95DC.


Opacity

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

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

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

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

This text has shadow with #AE95DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE95DC on black background.


Color preview on white background

This text has color #AE95DC on white background.



Black color preview on #AE95DC background

This text has black color on #AE95DC background.


White color preview on #AE95DC background

This text has white color on #AE95DC background.