COLOR #AEB9B4

HEX: #AEB9B4
RGB: (174,185,180)

Color info

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

RGB color model

#AEB9B4 color RGB value is (174,185,180).

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

RGB channels and saturation

R 174 of 255 = 68%
G 185 of 255 = 73%
B 180 of 255 = 71%

174
185
180

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

Portions of RGB colors in percentages

R + G + B =
174 + 185 + 180 = 539 (100%)
R 174 of 539 ~ 32.28%
G 185 of 539 ~ 34.32%
B 180 of 539 ~ 33.4%

%32.28
%34.32
%33.4

CMYK color model

#AEB9B4 color CMYK value is (6,0,3,27).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 27.45%
CMYK:
(6,0,3,27)
C6M0Y3K27 
(6%,0%,3%,27%)
(0.06/0.00/0.03/0.27)	

CMYK percentages

%5.95
%0
%2.7
%27.45

Codes

Color #AEB9B4 in popluar color models

AEB9B4
RGB174185180
HSL153°7.28%70.39%
HSB/HSV153°5.95%72.55%
CMYK5.95%0.00%2.70%
27.45%

Color #AEB9B4 in popluar number systems.

HEXAEB9B4
Decimal174185180
Binary101011101011100110110100
Octal256271264

Shades and tints

Shades of #AEB9B4

#AEB9B4
(174,185,180)
#9FA9A4
(159,169,164)
#909994
(144,153,148)
#818984
(129,137,132)
#727974
(114,121,116)
#636964
(99,105,100)
#545954
(84,89,84)
#454944
(69,73,68)
#363934
(54,57,52)
#272924
(39,41,36)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #AEB9B4

#AEB9B4
(174,185,180)
#B5BFBA
(181,191,186)
#BCC5C0
(188,197,192)
#C3CBC6
(195,203,198)
#CAD1CC
(202,209,204)
#D1D7D2
(209,215,210)
#D8DDD8
(216,221,216)
#DFE3DE
(223,227,222)
#E6E9E4
(230,233,228)
#EDEFEA
(237,239,234)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB9B4; }

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

This text font color is #AEB9B4.


Background Color

.myBgColor { background-color: #AEB9B4; }

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

This div background color is #AEB9B4.


Border color

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

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

This div border color is #AEB9B4.


Opacity

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

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

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

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

This text has shadow with #AEB9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB9B4 on black background.


Color preview on white background

This text has color #AEB9B4 on white background.



Black color preview on #AEB9B4 background

This text has black color on #AEB9B4 background.


White color preview on #AEB9B4 background

This text has white color on #AEB9B4 background.