COLOR #AEB4B7

HEX: #AEB4B7
RGB: (174,180,183)

Color info

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

RGB color model

#AEB4B7 color RGB value is (174,180,183).

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

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 183 of 255 = 72%

174
180
183

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

Portions of RGB colors in percentages

R + G + B =
174 + 180 + 183 = 537 (100%)
R 174 of 537 ~ 32.4%
G 180 of 537 ~ 33.52%
B 183 of 537 ~ 34.08%

%32.4
%33.52
%34.08

CMYK color model

#AEB4B7 color CMYK value is (5,2,0,28).

  • cyan value is 4.92%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(5,2,0,28)
C5M2Y0K28 
(5%,2%,0%,28%)
(0.05/0.02/0.00/0.28)	

CMYK percentages

%4.92
%1.64
%0
%28.24

Codes

Color #AEB4B7 in popluar color models

AEB4B7
RGB174180183
HSL200°5.88%70.00%
HSB/HSV200°4.92%71.76%
CMYK4.92%1.64%0.00%
28.24%

Color #AEB4B7 in popluar number systems.

HEXAEB4B7
Decimal174180183
Binary101011101011010010110111
Octal256264267

Shades and tints

Shades of #AEB4B7

#AEB4B7
(174,180,183)
#9FA4A7
(159,164,167)
#909497
(144,148,151)
#818487
(129,132,135)
#727477
(114,116,119)
#636467
(99,100,103)
#545457
(84,84,87)
#454447
(69,68,71)
#363437
(54,52,55)
#272427
(39,36,39)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #AEB4B7

#AEB4B7
(174,180,183)
#B5BABD
(181,186,189)
#BCC0C3
(188,192,195)
#C3C6C9
(195,198,201)
#CACCCF
(202,204,207)
#D1D2D5
(209,210,213)
#D8D8DB
(216,216,219)
#DFDEE1
(223,222,225)
#E6E4E7
(230,228,231)
#EDEAED
(237,234,237)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB4B7; }

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

This text font color is #AEB4B7.


Background Color

.myBgColor { background-color: #AEB4B7; }

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

This div background color is #AEB4B7.


Border color

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

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

This div border color is #AEB4B7.


Opacity

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

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

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

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

This text has shadow with #AEB4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB4B7 on black background.


Color preview on white background

This text has color #AEB4B7 on white background.



Black color preview on #AEB4B7 background

This text has black color on #AEB4B7 background.


White color preview on #AEB4B7 background

This text has white color on #AEB4B7 background.