COLOR #AEABBB

HEX: #AEABBB
RGB: (174,171,187)

Color info

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

RGB color model

#AEABBB color RGB value is (174,171,187).

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

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 187 of 255 = 73%

174
171
187

R + G + B ~ 69%. #AEABBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 187 = 532 (100%)
R 174 of 532 ~ 32.71%
G 171 of 532 ~ 32.14%
B 187 of 532 ~ 35.15%

%32.71
%32.14
%35.15

CMYK color model

#AEABBB color CMYK value is (7,9,0,27).

  • cyan value is 6.95%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(7,9,0,27)
C7M9Y0K27 
(7%,9%,0%,27%)
(0.07/0.09/0.00/0.27)	

CMYK percentages

%6.95
%8.56
%0
%26.67

Codes

Color #AEABBB in popluar color models

AEABBB
RGB174171187
HSL251°10.53%70.20%
HSB/HSV251°8.56%73.33%
CMYK6.95%8.56%0.00%
26.67%

Color #AEABBB in popluar number systems.

HEXAEABBB
Decimal174171187
Binary101011101010101110111011
Octal256253273

Shades and tints

Shades of #AEABBB

#AEABBB
(174,171,187)
#9F9CAA
(159,156,170)
#908D99
(144,141,153)
#817E88
(129,126,136)
#726F77
(114,111,119)
#636066
(99,96,102)
#545155
(84,81,85)
#454244
(69,66,68)
#363333
(54,51,51)
#272422
(39,36,34)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #AEABBB

#AEABBB
(174,171,187)
#B5B2C1
(181,178,193)
#BCB9C7
(188,185,199)
#C3C0CD
(195,192,205)
#CAC7D3
(202,199,211)
#D1CED9
(209,206,217)
#D8D5DF
(216,213,223)
#DFDCE5
(223,220,229)
#E6E3EB
(230,227,235)
#EDEAF1
(237,234,241)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABBB; }

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

This text font color is #AEABBB.


Background Color

.myBgColor { background-color: #AEABBB; }

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

This div background color is #AEABBB.


Border color

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

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

This div border color is #AEABBB.


Opacity

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

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

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

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

This text has shadow with #AEABBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABBB on black background.


Color preview on white background

This text has color #AEABBB on white background.



Black color preview on #AEABBB background

This text has black color on #AEABBB background.


White color preview on #AEABBB background

This text has white color on #AEABBB background.