COLOR #AE95C9

HEX: #AE95C9
RGB: (174,149,201)

Color info

#AE95C9 contains red, green and blue colors in about the same proportion. Web safe color of #AE95C9 is #9999CC (or #99C).

RGB color model

#AE95C9 color RGB value is (174,149,201).

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

RGB channels and saturation

R 174 of 255 = 68%
G 149 of 255 = 58%
B 201 of 255 = 79%

174
149
201

R + G + B ~ 68%. #AE95C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 149 + 201 = 524 (100%)
R 174 of 524 ~ 33.21%
G 149 of 524 ~ 28.44%
B 201 of 524 ~ 38.36%

%33.21
%28.44
%38.36

CMYK color model

#AE95C9 color CMYK value is (13,26,0,21).

  • cyan value is 13.43%
  • magenta value is 25.87%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(13,26,0,21)
C13M26Y0K21 
(13%,26%,0%,21%)
(0.13/0.26/0.00/0.21)	

CMYK percentages

%13.43
%25.87
%0
%21.18

Codes

Color #AE95C9 in popluar color models

AE95C9
RGB174149201
HSL269°32.50%68.63%
HSB/HSV269°25.87%78.82%
CMYK13.43%25.87%0.00%
21.18%

Color #AE95C9 in popluar number systems.

HEXAE95C9
Decimal174149201
Binary101011101001010111001001
Octal256225311

Shades and tints

Shades of #AE95C9

#AE95C9
(174,149,201)
#9F88B7
(159,136,183)
#907BA5
(144,123,165)
#816E93
(129,110,147)
#726181
(114,97,129)
#63546F
(99,84,111)
#54475D
(84,71,93)
#453A4B
(69,58,75)
#362D39
(54,45,57)
#272027
(39,32,39)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AE95C9

#AE95C9
(174,149,201)
#B59ECD
(181,158,205)
#BCA7D1
(188,167,209)
#C3B0D5
(195,176,213)
#CAB9D9
(202,185,217)
#D1C2DD
(209,194,221)
#D8CBE1
(216,203,225)
#DFD4E5
(223,212,229)
#E6DDE9
(230,221,233)
#EDE6ED
(237,230,237)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE95C9; }

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

This text font color is #AE95C9.


Background Color

.myBgColor { background-color: #AE95C9; }

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

This div background color is #AE95C9.


Border color

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

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

This div border color is #AE95C9.


Opacity

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

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

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

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

This text has shadow with #AE95C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE95C9 on black background.


Color preview on white background

This text has color #AE95C9 on white background.



Black color preview on #AE95C9 background

This text has black color on #AE95C9 background.


White color preview on #AE95C9 background

This text has white color on #AE95C9 background.