COLOR #AEABB7

HEX: #AEABB7
RGB: (174,171,183)

Color info

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

RGB color model

#AEABB7 color RGB value is (174,171,183).

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

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 183 of 255 = 72%

174
171
183

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

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 183 = 528 (100%)
R 174 of 528 ~ 32.95%
G 171 of 528 ~ 32.39%
B 183 of 528 ~ 34.66%

%32.95
%32.39
%34.66

CMYK color model

#AEABB7 color CMYK value is (5,7,0,28).

  • cyan value is 4.92%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(5,7,0,28)
C5M7Y0K28 
(5%,7%,0%,28%)
(0.05/0.07/0.00/0.28)	

CMYK percentages

%4.92
%6.56
%0
%28.24

Codes

Color #AEABB7 in popluar color models

AEABB7
RGB174171183
HSL255°7.69%69.41%
HSB/HSV255°6.56%71.76%
CMYK4.92%6.56%0.00%
28.24%

Color #AEABB7 in popluar number systems.

HEXAEABB7
Decimal174171183
Binary101011101010101110110111
Octal256253267

Shades and tints

Shades of #AEABB7

#AEABB7
(174,171,183)
#9F9CA7
(159,156,167)
#908D97
(144,141,151)
#817E87
(129,126,135)
#726F77
(114,111,119)
#636067
(99,96,103)
#545157
(84,81,87)
#454247
(69,66,71)
#363337
(54,51,55)
#272427
(39,36,39)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #AEABB7

#AEABB7
(174,171,183)
#B5B2BD
(181,178,189)
#BCB9C3
(188,185,195)
#C3C0C9
(195,192,201)
#CAC7CF
(202,199,207)
#D1CED5
(209,206,213)
#D8D5DB
(216,213,219)
#DFDCE1
(223,220,225)
#E6E3E7
(230,227,231)
#EDEAED
(237,234,237)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABB7; }

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

This text font color is #AEABB7.


Background Color

.myBgColor { background-color: #AEABB7; }

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

This div background color is #AEABB7.


Border color

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

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

This div border color is #AEABB7.


Opacity

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

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

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

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

This text has shadow with #AEABB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABB7 on black background.


Color preview on white background

This text has color #AEABB7 on white background.



Black color preview on #AEABB7 background

This text has black color on #AEABB7 background.


White color preview on #AEABB7 background

This text has white color on #AEABB7 background.