COLOR #AE99B1

HEX: #AE99B1 RGB: (174,153,177)

Color info

#AE99B1 contains red, green and blue colors in about the same proportion. Web safe color of #AE99B1 is #999999 (or #999).

RGB color model

#AE99B1 color RGB value is (174,153,177).

RGB: (174,153,177) (68%, 60%, 69%)

RGB channels and saturation

R 174 of 255 = 68%
G 153 of 255 = 60%
B 177 of 255 = 69%

174
153
177

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

Portions of RGB colors in percentages

R + G + B = 174 + 153 + 177 = 504 (100%)
R 174 of 504 ~ 34.52%
G 153 of 504 ~ 30.36%
B 177 of 504 ~ 35.12'%

%34.52
%30.36
%35.12

CMYK color model

#AE99B1 color CMYK value is (2,14,0,31).

  • cyan value is 1.69%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (2,14,0,31)
C2M14Y0K31 (2%, 14%, 0%, 31%)
(0.02 / 0.14 / 0.00 / 0.31)

CMYK percentages

%1.69
%13.56
%0
%30.59

Codes

Color #AE99B1 in popluar color models

AE 99 B1
RGB 174 153 177
HSL 293° 13.33% 64.71%
HSB/HSV 293° 13.56% 69.41%
CMYK 1.69% 13.56% 0.00%
30.59%

Color #AE99B1 in popluar number systems.

HEX AE 99 B1
Decimal 174 153 177
Binary 10101110 10011001 10110001
Octal 256 231 261

Shades and tints

Shades of #AE99B1

#AE99B1
(174,153,177)
#9F8CA1
(159,140,161)
#907F91
(144,127,145)
#817281
(129,114,129)
#726571
(114,101,113)
#635861
(99,88,97)
#544B51
(84,75,81)
#453E41
(69,62,65)
#363131
(54,49,49)
#272421
(39,36,33)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #AE99B1

#AE99B1
(174,153,177)
#B5A2B8
(181,162,184)
#BCABBF
(188,171,191)
#C3B4C6
(195,180,198)
#CABDCD
(202,189,205)
#D1C6D4
(209,198,212)
#D8CFDB
(216,207,219)
#DFD8E2
(223,216,226)
#E6E1E9
(230,225,233)
#EDEAF0
(237,234,240)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE99B1; }

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

This text font color is #AE99B1.

Background Color

.myBgColor { background-color: #AE99B1; }

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

This div background color is #AE99B1.

Border color

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

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

This div border color is #AE99B1.

Opacity

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

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

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

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

This text has shadow with #AE99B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE99B1.

Preview

Color preview on black background

This text has color #AE99B1 on black background.


Color preview on white background

This text has color #AE99B1 on white background.


Black color preview on #AE99B1 background

This text has black color on #AE99B1 background.


White color preview on #AE99B1 background

This text has white color on #AE99B1 background.


Related colors

Complementary color

Complementary color for #hex is #51664E.


I love getcolorcode.com

Triadic colors

1 #B1AE99 and #99B1AE with #AE99B1 are triadic colors.

2 #B199AE and #99AEB1 with #AE99B1 are triadic colors.