COLOR #AE9CB9

HEX: #AE9CB9
RGB: (174,156,185)

Color info

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

RGB color model

#AE9CB9 color RGB value is (174,156,185).

  • red value is 174;
  • green value is 156;
  • blue value is 185.
RGB:
(174,156,185)
(68%,61%,73%)

RGB channels and saturation

R 174 of 255 = 68%
G 156 of 255 = 61%
B 185 of 255 = 73%

174
156
185

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

Portions of RGB colors in percentages

R + G + B =
174 + 156 + 185 = 515 (100%)
R 174 of 515 ~ 33.79%
G 156 of 515 ~ 30.29%
B 185 of 515 ~ 35.92%

%33.79
%30.29
%35.92

CMYK color model

#AE9CB9 color CMYK value is (6,16,0,27).

  • cyan value is 5.95%
  • magenta value is 15.68%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(6,16,0,27)
C6M16Y0K27 
(6%,16%,0%,27%)
(0.06/0.16/0.00/0.27)	

CMYK percentages

%5.95
%15.68
%0
%27.45

Codes

Color #AE9CB9 in popluar color models

AE9CB9
RGB174156185
HSL277°17.16%66.86%
HSB/HSV277°15.68%72.55%
CMYK5.95%15.68%0.00%
27.45%

Color #AE9CB9 in popluar number systems.

HEXAE9CB9
Decimal174156185
Binary101011101001110010111001
Octal256234271

Shades and tints

Shades of #AE9CB9

#AE9CB9
(174,156,185)
#9F8EA9
(159,142,169)
#908099
(144,128,153)
#817289
(129,114,137)
#726479
(114,100,121)
#635669
(99,86,105)
#544859
(84,72,89)
#453A49
(69,58,73)
#362C39
(54,44,57)
#271E29
(39,30,41)
#181019
(24,16,25)
#000000
(0,0,0)

Tints of #AE9CB9

#AE9CB9
(174,156,185)
#B5A5BF
(181,165,191)
#BCAEC5
(188,174,197)
#C3B7CB
(195,183,203)
#CAC0D1
(202,192,209)
#D1C9D7
(209,201,215)
#D8D2DD
(216,210,221)
#DFDBE3
(223,219,227)
#E6E4E9
(230,228,233)
#EDEDEF
(237,237,239)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9CB9 color. Also use rgb(174,156,185) instead hex code.

Text Font Color

.myTextColor { color: #AE9CB9; }

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

This text font color is #AE9CB9.


Background Color

.myBgColor { background-color: #AE9CB9; }

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

This div background color is #AE9CB9.


Border color

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

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

This div border color is #AE9CB9.


Opacity

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

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

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

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

This text has shadow with #AE9CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9CB9 on black background.


Color preview on white background

This text has color #AE9CB9 on white background.



Black color preview on #AE9CB9 background

This text has black color on #AE9CB9 background.


White color preview on #AE9CB9 background

This text has white color on #AE9CB9 background.