COLOR #AE97BA

HEX: #AE97BA
RGB: (174,151,186)

Color info

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

RGB color model

#AE97BA color RGB value is (174,151,186).

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

RGB channels and saturation

R 174 of 255 = 68%
G 151 of 255 = 59%
B 186 of 255 = 73%

174
151
186

R + G + B ~ 67%. #AE97BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 151 + 186 = 511 (100%)
R 174 of 511 ~ 34.05%
G 151 of 511 ~ 29.55%
B 186 of 511 ~ 36.4%

%34.05
%29.55
%36.4

CMYK color model

#AE97BA color CMYK value is (6,19,0,27).

  • cyan value is 6.45%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(6,19,0,27)
C6M19Y0K27 
(6%,19%,0%,27%)
(0.06/0.19/0.00/0.27)	

CMYK percentages

%6.45
%18.82
%0
%27.06

Codes

Color #AE97BA in popluar color models

AE97BA
RGB174151186
HSL279°20.23%66.08%
HSB/HSV279°18.82%72.94%
CMYK6.45%18.82%0.00%
27.06%

Color #AE97BA in popluar number systems.

HEXAE97BA
Decimal174151186
Binary101011101001011110111010
Octal256227272

Shades and tints

Shades of #AE97BA

#AE97BA
(174,151,186)
#9F8AAA
(159,138,170)
#907D9A
(144,125,154)
#81708A
(129,112,138)
#72637A
(114,99,122)
#63566A
(99,86,106)
#54495A
(84,73,90)
#453C4A
(69,60,74)
#362F3A
(54,47,58)
#27222A
(39,34,42)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #AE97BA

#AE97BA
(174,151,186)
#B5A0C0
(181,160,192)
#BCA9C6
(188,169,198)
#C3B2CC
(195,178,204)
#CABBD2
(202,187,210)
#D1C4D8
(209,196,216)
#D8CDDE
(216,205,222)
#DFD6E4
(223,214,228)
#E6DFEA
(230,223,234)
#EDE8F0
(237,232,240)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE97BA; }

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

This text font color is #AE97BA.


Background Color

.myBgColor { background-color: #AE97BA; }

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

This div background color is #AE97BA.


Border color

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

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

This div border color is #AE97BA.


Opacity

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

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

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

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

This text has shadow with #AE97BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE97BA on black background.


Color preview on white background

This text has color #AE97BA on white background.



Black color preview on #AE97BA background

This text has black color on #AE97BA background.


White color preview on #AE97BA background

This text has white color on #AE97BA background.