COLOR #AE9CBB

HEX: #AE9CBB
RGB: (174,156,187)

Color info

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

RGB color model

#AE9CBB color RGB value is (174,156,187).

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

RGB channels and saturation

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

174
156
187

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

Portions of RGB colors in percentages

R + G + B =
174 + 156 + 187 = 517 (100%)
R 174 of 517 ~ 33.66%
G 156 of 517 ~ 30.17%
B 187 of 517 ~ 36.17%

%33.66
%30.17
%36.17

CMYK color model

#AE9CBB color CMYK value is (7,17,0,27).

  • cyan value is 6.95%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(7,17,0,27)
C7M17Y0K27 
(7%,17%,0%,27%)
(0.07/0.17/0.00/0.27)	

CMYK percentages

%6.95
%16.58
%0
%26.67

Codes

Color #AE9CBB in popluar color models

AE9CBB
RGB174156187
HSL275°18.56%67.25%
HSB/HSV275°16.58%73.33%
CMYK6.95%16.58%0.00%
26.67%

Color #AE9CBB in popluar number systems.

HEXAE9CBB
Decimal174156187
Binary101011101001110010111011
Octal256234273

Shades and tints

Shades of #AE9CBB

#AE9CBB
(174,156,187)
#9F8EAA
(159,142,170)
#908099
(144,128,153)
#817288
(129,114,136)
#726477
(114,100,119)
#635666
(99,86,102)
#544855
(84,72,85)
#453A44
(69,58,68)
#362C33
(54,44,51)
#271E22
(39,30,34)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #AE9CBB

#AE9CBB
(174,156,187)
#B5A5C1
(181,165,193)
#BCAEC7
(188,174,199)
#C3B7CD
(195,183,205)
#CAC0D3
(202,192,211)
#D1C9D9
(209,201,217)
#D8D2DF
(216,210,223)
#DFDBE5
(223,219,229)
#E6E4EB
(230,228,235)
#EDEDF1
(237,237,241)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9CBB; }

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

This text font color is #AE9CBB.


Background Color

.myBgColor { background-color: #AE9CBB; }

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

This div background color is #AE9CBB.


Border color

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

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

This div border color is #AE9CBB.


Opacity

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

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

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

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

This text has shadow with #AE9CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9CBB on black background.


Color preview on white background

This text has color #AE9CBB on white background.



Black color preview on #AE9CBB background

This text has black color on #AE9CBB background.


White color preview on #AE9CBB background

This text has white color on #AE9CBB background.