COLOR #AEB0BB

HEX: #AEB0BB
RGB: (174,176,187)

Color info

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

RGB color model

#AEB0BB color RGB value is (174,176,187).

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

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 187 of 255 = 73%

174
176
187

R + G + B ~ 70%. #AEB0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 176 + 187 = 537 (100%)
R 174 of 537 ~ 32.4%
G 176 of 537 ~ 32.77%
B 187 of 537 ~ 34.82%

%32.4
%32.77
%34.82

CMYK color model

#AEB0BB color CMYK value is (7,6,0,27).

  • cyan value is 6.95%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(7,6,0,27)
C7M6Y0K27 
(7%,6%,0%,27%)
(0.07/0.06/0.00/0.27)	

CMYK percentages

%6.95
%5.88
%0
%26.67

Codes

Color #AEB0BB in popluar color models

AEB0BB
RGB174176187
HSL231°8.72%70.78%
HSB/HSV231°6.95%73.33%
CMYK6.95%5.88%0.00%
26.67%

Color #AEB0BB in popluar number systems.

HEXAEB0BB
Decimal174176187
Binary101011101011000010111011
Octal256260273

Shades and tints

Shades of #AEB0BB

#AEB0BB
(174,176,187)
#9FA0AA
(159,160,170)
#909099
(144,144,153)
#818088
(129,128,136)
#727077
(114,112,119)
#636066
(99,96,102)
#545055
(84,80,85)
#454044
(69,64,68)
#363033
(54,48,51)
#272022
(39,32,34)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #AEB0BB

#AEB0BB
(174,176,187)
#B5B7C1
(181,183,193)
#BCBEC7
(188,190,199)
#C3C5CD
(195,197,205)
#CACCD3
(202,204,211)
#D1D3D9
(209,211,217)
#D8DADF
(216,218,223)
#DFE1E5
(223,225,229)
#E6E8EB
(230,232,235)
#EDEFF1
(237,239,241)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB0BB; }

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

This text font color is #AEB0BB.


Background Color

.myBgColor { background-color: #AEB0BB; }

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

This div background color is #AEB0BB.


Border color

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

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

This div border color is #AEB0BB.


Opacity

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

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

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

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

This text has shadow with #AEB0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB0BB on black background.


Color preview on white background

This text has color #AEB0BB on white background.



Black color preview on #AEB0BB background

This text has black color on #AEB0BB background.


White color preview on #AEB0BB background

This text has white color on #AEB0BB background.