COLOR #AEABC9

HEX: #AEABC9
RGB: (174,171,201)

Color info

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

RGB color model

#AEABC9 color RGB value is (174,171,201).

  • red value is 174;
  • green value is 171;
  • blue value is 201.
RGB:
(174,171,201)
(68%,67%,79%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 201 of 255 = 79%

174
171
201

R + G + B ~ 71%. #AEABC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 201 = 546 (100%)
R 174 of 546 ~ 31.87%
G 171 of 546 ~ 31.32%
B 201 of 546 ~ 36.81%

%31.87
%31.32
%36.81

CMYK color model

#AEABC9 color CMYK value is (13,15,0,21).

  • cyan value is 13.43%
  • magenta value is 14.93%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(13,15,0,21)
C13M15Y0K21 
(13%,15%,0%,21%)
(0.13/0.15/0.00/0.21)	

CMYK percentages

%13.43
%14.93
%0
%21.18

Codes

Color #AEABC9 in popluar color models

AEABC9
RGB174171201
HSL246°21.74%72.94%
HSB/HSV246°14.93%78.82%
CMYK13.43%14.93%0.00%
21.18%

Color #AEABC9 in popluar number systems.

HEXAEABC9
Decimal174171201
Binary101011101010101111001001
Octal256253311

Shades and tints

Shades of #AEABC9

#AEABC9
(174,171,201)
#9F9CB7
(159,156,183)
#908DA5
(144,141,165)
#817E93
(129,126,147)
#726F81
(114,111,129)
#63606F
(99,96,111)
#54515D
(84,81,93)
#45424B
(69,66,75)
#363339
(54,51,57)
#272427
(39,36,39)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEABC9

#AEABC9
(174,171,201)
#B5B2CD
(181,178,205)
#BCB9D1
(188,185,209)
#C3C0D5
(195,192,213)
#CAC7D9
(202,199,217)
#D1CEDD
(209,206,221)
#D8D5E1
(216,213,225)
#DFDCE5
(223,220,229)
#E6E3E9
(230,227,233)
#EDEAED
(237,234,237)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEABC9 color. Also use rgb(174,171,201) instead hex code.

Text Font Color

.myTextColor { color: #AEABC9; }

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

This text font color is #AEABC9.


Background Color

.myBgColor { background-color: #AEABC9; }

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

This div background color is #AEABC9.


Border color

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

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

This div border color is #AEABC9.


Opacity

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

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

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

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

This text has shadow with #AEABC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABC9 on black background.


Color preview on white background

This text has color #AEABC9 on white background.



Black color preview on #AEABC9 background

This text has black color on #AEABC9 background.


White color preview on #AEABC9 background

This text has white color on #AEABC9 background.