COLOR #AEBAB7

HEX: #AEBAB7
RGB: (174,186,183)

Color info

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

RGB color model

#AEBAB7 color RGB value is (174,186,183).

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

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 183 of 255 = 72%

174
186
183

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

Portions of RGB colors in percentages

R + G + B =
174 + 186 + 183 = 543 (100%)
R 174 of 543 ~ 32.04%
G 186 of 543 ~ 34.25%
B 183 of 543 ~ 33.7%

%32.04
%34.25
%33.7

CMYK color model

#AEBAB7 color CMYK value is (6,0,2,27).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 27.06%
CMYK:
(6,0,2,27)
C6M0Y2K27 
(6%,0%,2%,27%)
(0.06/0.00/0.02/0.27)	

CMYK percentages

%6.45
%0
%1.61
%27.06

Codes

Color #AEBAB7 in popluar color models

AEBAB7
RGB174186183
HSL165°8.00%70.59%
HSB/HSV165°6.45%72.94%
CMYK6.45%0.00%1.61%
27.06%

Color #AEBAB7 in popluar number systems.

HEXAEBAB7
Decimal174186183
Binary101011101011101010110111
Octal256272267

Shades and tints

Shades of #AEBAB7

#AEBAB7
(174,186,183)
#9FAAA7
(159,170,167)
#909A97
(144,154,151)
#818A87
(129,138,135)
#727A77
(114,122,119)
#636A67
(99,106,103)
#545A57
(84,90,87)
#454A47
(69,74,71)
#363A37
(54,58,55)
#272A27
(39,42,39)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #AEBAB7

#AEBAB7
(174,186,183)
#B5C0BD
(181,192,189)
#BCC6C3
(188,198,195)
#C3CCC9
(195,204,201)
#CAD2CF
(202,210,207)
#D1D8D5
(209,216,213)
#D8DEDB
(216,222,219)
#DFE4E1
(223,228,225)
#E6EAE7
(230,234,231)
#EDF0ED
(237,240,237)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBAB7; }

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

This text font color is #AEBAB7.


Background Color

.myBgColor { background-color: #AEBAB7; }

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

This div background color is #AEBAB7.


Border color

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

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

This div border color is #AEBAB7.


Opacity

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

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

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

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

This text has shadow with #AEBAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBAB7 on black background.


Color preview on white background

This text has color #AEBAB7 on white background.



Black color preview on #AEBAB7 background

This text has black color on #AEBAB7 background.


White color preview on #AEBAB7 background

This text has white color on #AEBAB7 background.