COLOR #AE97CC

HEX: #AE97CC
RGB: (174,151,204)

Color info

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

RGB color model

#AE97CC color RGB value is (174,151,204).

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

RGB channels and saturation

R 174 of 255 = 68%
G 151 of 255 = 59%
B 204 of 255 = 80%

174
151
204

R + G + B ~ 69%. #AE97CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 151 + 204 = 529 (100%)
R 174 of 529 ~ 32.89%
G 151 of 529 ~ 28.54%
B 204 of 529 ~ 38.56%

%32.89
%28.54
%38.56

CMYK color model

#AE97CC color CMYK value is (15,26,0,20).

  • cyan value is 14.71%
  • magenta value is 25.98%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(15,26,0,20)
C15M26Y0K20 
(15%,26%,0%,20%)
(0.15/0.26/0.00/0.20)	

CMYK percentages

%14.71
%25.98
%0
%20

Codes

Color #AE97CC in popluar color models

AE97CC
RGB174151204
HSL266°34.19%69.61%
HSB/HSV266°25.98%80.00%
CMYK14.71%25.98%0.00%
20.00%

Color #AE97CC in popluar number systems.

HEXAE97CC
Decimal174151204
Binary101011101001011111001100
Octal256227314

Shades and tints

Shades of #AE97CC

#AE97CC
(174,151,204)
#9F8ABA
(159,138,186)
#907DA8
(144,125,168)
#817096
(129,112,150)
#726384
(114,99,132)
#635672
(99,86,114)
#544960
(84,73,96)
#453C4E
(69,60,78)
#362F3C
(54,47,60)
#27222A
(39,34,42)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #AE97CC

#AE97CC
(174,151,204)
#B5A0D0
(181,160,208)
#BCA9D4
(188,169,212)
#C3B2D8
(195,178,216)
#CABBDC
(202,187,220)
#D1C4E0
(209,196,224)
#D8CDE4
(216,205,228)
#DFD6E8
(223,214,232)
#E6DFEC
(230,223,236)
#EDE8F0
(237,232,240)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE97CC; }

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

This text font color is #AE97CC.


Background Color

.myBgColor { background-color: #AE97CC; }

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

This div background color is #AE97CC.


Border color

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

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

This div border color is #AE97CC.


Opacity

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

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

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

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

This text has shadow with #AE97CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE97CC on black background.


Color preview on white background

This text has color #AE97CC on white background.



Black color preview on #AE97CC background

This text has black color on #AE97CC background.


White color preview on #AE97CC background

This text has white color on #AE97CC background.