COLOR #AEB2B8

HEX: #AEB2B8
RGB: (174,178,184)

Color info

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

RGB color model

#AEB2B8 color RGB value is (174,178,184).

  • red value is 174;
  • green value is 178;
  • blue value is 184.
RGB:
(174,178,184)
(68%,70%,72%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 184 of 255 = 72%

174
178
184

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 184 = 536 (100%)
R 174 of 536 ~ 32.46%
G 178 of 536 ~ 33.21%
B 184 of 536 ~ 34.33%

%32.46
%33.21
%34.33

CMYK color model

#AEB2B8 color CMYK value is (5,3,0,28).

  • cyan value is 5.43%
  • magenta value is 3.26%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(5,3,0,28)
C5M3Y0K28 
(5%,3%,0%,28%)
(0.05/0.03/0.00/0.28)	

CMYK percentages

%5.43
%3.26
%0
%27.84

Codes

Color #AEB2B8 in popluar color models

AEB2B8
RGB174178184
HSL216°6.58%70.20%
HSB/HSV216°5.43%72.16%
CMYK5.43%3.26%0.00%
27.84%

Color #AEB2B8 in popluar number systems.

HEXAEB2B8
Decimal174178184
Binary101011101011001010111000
Octal256262270

Shades and tints

Shades of #AEB2B8

#AEB2B8
(174,178,184)
#9FA2A8
(159,162,168)
#909298
(144,146,152)
#818288
(129,130,136)
#727278
(114,114,120)
#636268
(99,98,104)
#545258
(84,82,88)
#454248
(69,66,72)
#363238
(54,50,56)
#272228
(39,34,40)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #AEB2B8

#AEB2B8
(174,178,184)
#B5B9BE
(181,185,190)
#BCC0C4
(188,192,196)
#C3C7CA
(195,199,202)
#CACED0
(202,206,208)
#D1D5D6
(209,213,214)
#D8DCDC
(216,220,220)
#DFE3E2
(223,227,226)
#E6EAE8
(230,234,232)
#EDF1EE
(237,241,238)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB2B8 color. Also use rgb(174,178,184) instead hex code.

Text Font Color

.myTextColor { color: #AEB2B8; }

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

This text font color is #AEB2B8.


Background Color

.myBgColor { background-color: #AEB2B8; }

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

This div background color is #AEB2B8.


Border color

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

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

This div border color is #AEB2B8.


Opacity

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

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

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

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

This text has shadow with #AEB2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB2B8 on black background.


Color preview on white background

This text has color #AEB2B8 on white background.



Black color preview on #AEB2B8 background

This text has black color on #AEB2B8 background.


White color preview on #AEB2B8 background

This text has white color on #AEB2B8 background.