COLOR #AE9BB3

HEX: #AE9BB3 RGB: (174,155,179)

Color info

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

RGB color model

#AE9BB3 color RGB value is (174,155,179).

RGB: (174,155,179) (68%, 61%, 70%)

RGB channels and saturation

R 174 of 255 = 68%
G 155 of 255 = 61%
B 179 of 255 = 70%

174
155
179

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

Portions of RGB colors in percentages

R + G + B = 174 + 155 + 179 = 508 (100%)
R 174 of 508 ~ 34.25%
G 155 of 508 ~ 30.51%
B 179 of 508 ~ 35.24'%

%34.25
%30.51
%35.24

CMYK color model

#AE9BB3 color CMYK value is (3,13,0,30).

  • cyan value is 2.79%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (3,13,0,30)
C3M13Y0K30 (3%, 13%, 0%, 30%)
(0.03 / 0.13 / 0.00 / 0.30)

CMYK percentages

%2.79
%13.41
%0
%29.8

Codes

Color #AE9BB3 in popluar color models

AE 9B B3
RGB 174 155 179
HSL 288° 13.64% 65.49%
HSB/HSV 288° 13.41% 70.20%
CMYK 2.79% 13.41% 0.00%
29.80%

Color #AE9BB3 in popluar number systems.

HEX AE 9B B3
Decimal 174 155 179
Binary 10101110 10011011 10110011
Octal 256 233 263

Shades and tints

Shades of #AE9BB3

#AE9BB3
(174,155,179)
#9F8DA3
(159,141,163)
#907F93
(144,127,147)
#817183
(129,113,131)
#726373
(114,99,115)
#635563
(99,85,99)
#544753
(84,71,83)
#453943
(69,57,67)
#362B33
(54,43,51)
#271D23
(39,29,35)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #AE9BB3

#AE9BB3
(174,155,179)
#B5A4B9
(181,164,185)
#BCADBF
(188,173,191)
#C3B6C5
(195,182,197)
#CABFCB
(202,191,203)
#D1C8D1
(209,200,209)
#D8D1D7
(216,209,215)
#DFDADD
(223,218,221)
#E6E3E3
(230,227,227)
#EDECE9
(237,236,233)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9BB3 color. Also use rgb(174,155,179) instead hex code.

Text Font Color

.myTextColor { color: #AE9BB3; }

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

This text font color is #AE9BB3.

Background Color

.myBgColor { background-color: #AE9BB3; }

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

This div background color is #AE9BB3.

Border color

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

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

This div border color is #AE9BB3.

Opacity

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

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

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

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

This text has shadow with #AE9BB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9BB3.

Preview

Color preview on black background

This text has color #AE9BB3 on black background.


Color preview on white background

This text has color #AE9BB3 on white background.


Black color preview on #AE9BB3 background

This text has black color on #AE9BB3 background.


White color preview on #AE9BB3 background

This text has white color on #AE9BB3 background.


Related colors

Complementary color

Complementary color for #hex is #51644C.


I love getcolorcode.com

Triadic colors

1 #B3AE9B and #9BB3AE with #AE9BB3 are triadic colors.

2 #B39BAE and #9BAEB3 with #AE9BB3 are triadic colors.