COLOR #AE95BA

HEX: #AE95BA
RGB: (174,149,186)

Color info

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

RGB color model

#AE95BA color RGB value is (174,149,186).

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

RGB channels and saturation

R 174 of 255 = 68%
G 149 of 255 = 58%
B 186 of 255 = 73%

174
149
186

R + G + B ~ 66%. #AE95BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 149 + 186 = 509 (100%)
R 174 of 509 ~ 34.18%
G 149 of 509 ~ 29.27%
B 186 of 509 ~ 36.54%

%34.18
%29.27
%36.54

CMYK color model

#AE95BA color CMYK value is (6,20,0,27).

  • cyan value is 6.45%
  • magenta value is 19.89%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(6,20,0,27)
C6M20Y0K27 
(6%,20%,0%,27%)
(0.06/0.20/0.00/0.27)	

CMYK percentages

%6.45
%19.89
%0
%27.06

Codes

Color #AE95BA in popluar color models

AE95BA
RGB174149186
HSL281°21.14%65.69%
HSB/HSV281°19.89%72.94%
CMYK6.45%19.89%0.00%
27.06%

Color #AE95BA in popluar number systems.

HEXAE95BA
Decimal174149186
Binary101011101001010110111010
Octal256225272

Shades and tints

Shades of #AE95BA

#AE95BA
(174,149,186)
#9F88AA
(159,136,170)
#907B9A
(144,123,154)
#816E8A
(129,110,138)
#72617A
(114,97,122)
#63546A
(99,84,106)
#54475A
(84,71,90)
#453A4A
(69,58,74)
#362D3A
(54,45,58)
#27202A
(39,32,42)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #AE95BA

#AE95BA
(174,149,186)
#B59EC0
(181,158,192)
#BCA7C6
(188,167,198)
#C3B0CC
(195,176,204)
#CAB9D2
(202,185,210)
#D1C2D8
(209,194,216)
#D8CBDE
(216,203,222)
#DFD4E4
(223,212,228)
#E6DDEA
(230,221,234)
#EDE6F0
(237,230,240)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE95BA; }

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

This text font color is #AE95BA.


Background Color

.myBgColor { background-color: #AE95BA; }

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

This div background color is #AE95BA.


Border color

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

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

This div border color is #AE95BA.


Opacity

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

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

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

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

This text has shadow with #AE95BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE95BA on black background.


Color preview on white background

This text has color #AE95BA on white background.



Black color preview on #AE95BA background

This text has black color on #AE95BA background.


White color preview on #AE95BA background

This text has white color on #AE95BA background.