COLOR #AE99B4

HEX: #AE99B4
RGB: (174,153,180)

Color info

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

RGB color model

#AE99B4 color RGB value is (174,153,180).

  • red value is 174;
  • green value is 153;
  • blue value is 180.
RGB:
(174,153,180)
(68%,60%,71%)

RGB channels and saturation

R 174 of 255 = 68%
G 153 of 255 = 60%
B 180 of 255 = 71%

174
153
180

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

Portions of RGB colors in percentages

R + G + B =
174 + 153 + 180 = 507 (100%)
R 174 of 507 ~ 34.32%
G 153 of 507 ~ 30.18%
B 180 of 507 ~ 35.5%

%34.32
%30.18
%35.5

CMYK color model

#AE99B4 color CMYK value is (3,15,0,29).

  • cyan value is 3.33%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(3,15,0,29)
C3M15Y0K29 
(3%,15%,0%,29%)
(0.03/0.15/0.00/0.29)	

CMYK percentages

%3.33
%15
%0
%29.41

Codes

Color #AE99B4 in popluar color models

AE99B4
RGB174153180
HSL287°15.25%65.29%
HSB/HSV287°15.00%70.59%
CMYK3.33%15.00%0.00%
29.41%

Color #AE99B4 in popluar number systems.

HEXAE99B4
Decimal174153180
Binary101011101001100110110100
Octal256231264

Shades and tints

Shades of #AE99B4

#AE99B4
(174,153,180)
#9F8CA4
(159,140,164)
#907F94
(144,127,148)
#817284
(129,114,132)
#726574
(114,101,116)
#635864
(99,88,100)
#544B54
(84,75,84)
#453E44
(69,62,68)
#363134
(54,49,52)
#272424
(39,36,36)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #AE99B4

#AE99B4
(174,153,180)
#B5A2BA
(181,162,186)
#BCABC0
(188,171,192)
#C3B4C6
(195,180,198)
#CABDCC
(202,189,204)
#D1C6D2
(209,198,210)
#D8CFD8
(216,207,216)
#DFD8DE
(223,216,222)
#E6E1E4
(230,225,228)
#EDEAEA
(237,234,234)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE99B4 color. Also use rgb(174,153,180) instead hex code.

Text Font Color

.myTextColor { color: #AE99B4; }

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

This text font color is #AE99B4.


Background Color

.myBgColor { background-color: #AE99B4; }

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

This div background color is #AE99B4.


Border color

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

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

This div border color is #AE99B4.


Opacity

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

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

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

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

This text has shadow with #AE99B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE99B4 on black background.


Color preview on white background

This text has color #AE99B4 on white background.



Black color preview on #AE99B4 background

This text has black color on #AE99B4 background.


White color preview on #AE99B4 background

This text has white color on #AE99B4 background.