COLOR #AE95B8

HEX: #AE95B8
RGB: (174,149,184)

Color info

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

RGB color model

#AE95B8 color RGB value is (174,149,184).

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

RGB channels and saturation

R 174 of 255 = 68%
G 149 of 255 = 58%
B 184 of 255 = 72%

174
149
184

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

Portions of RGB colors in percentages

R + G + B =
174 + 149 + 184 = 507 (100%)
R 174 of 507 ~ 34.32%
G 149 of 507 ~ 29.39%
B 184 of 507 ~ 36.29%

%34.32
%29.39
%36.29

CMYK color model

#AE95B8 color CMYK value is (5,19,0,28).

  • cyan value is 5.43%
  • magenta value is 19.02%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(5,19,0,28)
C5M19Y0K28 
(5%,19%,0%,28%)
(0.05/0.19/0.00/0.28)	

CMYK percentages

%5.43
%19.02
%0
%27.84

Codes

Color #AE95B8 in popluar color models

AE95B8
RGB174149184
HSL283°19.77%65.29%
HSB/HSV283°19.02%72.16%
CMYK5.43%19.02%0.00%
27.84%

Color #AE95B8 in popluar number systems.

HEXAE95B8
Decimal174149184
Binary101011101001010110111000
Octal256225270

Shades and tints

Shades of #AE95B8

#AE95B8
(174,149,184)
#9F88A8
(159,136,168)
#907B98
(144,123,152)
#816E88
(129,110,136)
#726178
(114,97,120)
#635468
(99,84,104)
#544758
(84,71,88)
#453A48
(69,58,72)
#362D38
(54,45,56)
#272028
(39,32,40)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #AE95B8

#AE95B8
(174,149,184)
#B59EBE
(181,158,190)
#BCA7C4
(188,167,196)
#C3B0CA
(195,176,202)
#CAB9D0
(202,185,208)
#D1C2D6
(209,194,214)
#D8CBDC
(216,203,220)
#DFD4E2
(223,212,226)
#E6DDE8
(230,221,232)
#EDE6EE
(237,230,238)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE95B8; }

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

This text font color is #AE95B8.


Background Color

.myBgColor { background-color: #AE95B8; }

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

This div background color is #AE95B8.


Border color

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

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

This div border color is #AE95B8.


Opacity

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

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

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

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

This text has shadow with #AE95B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE95B8 on black background.


Color preview on white background

This text has color #AE95B8 on white background.



Black color preview on #AE95B8 background

This text has black color on #AE95B8 background.


White color preview on #AE95B8 background

This text has white color on #AE95B8 background.