COLOR #AEB5B6

HEX: #AEB5B6
RGB: (174,181,182)

Color info

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

RGB color model

#AEB5B6 color RGB value is (174,181,182).

  • red value is 174;
  • green value is 181;
  • blue value is 182.
RGB:
(174,181,182)
(68%,71%,71%)

RGB channels and saturation

R 174 of 255 = 68%
G 181 of 255 = 71%
B 182 of 255 = 71%

174
181
182

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

Portions of RGB colors in percentages

R + G + B =
174 + 181 + 182 = 537 (100%)
R 174 of 537 ~ 32.4%
G 181 of 537 ~ 33.71%
B 182 of 537 ~ 33.89%

%32.4
%33.71
%33.89

CMYK color model

#AEB5B6 color CMYK value is (4,1,0,29).

  • cyan value is 4.40%
  • magenta value is 0.55%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(4,1,0,29)
C4M1Y0K29 
(4%,1%,0%,29%)
(0.04/0.01/0.00/0.29)	

CMYK percentages

%4.4
%0.55
%0
%28.63

Codes

Color #AEB5B6 in popluar color models

AEB5B6
RGB174181182
HSL188°5.19%69.80%
HSB/HSV188°4.40%71.37%
CMYK4.40%0.55%0.00%
28.63%

Color #AEB5B6 in popluar number systems.

HEXAEB5B6
Decimal174181182
Binary101011101011010110110110
Octal256265266

Shades and tints

Shades of #AEB5B6

#AEB5B6
(174,181,182)
#9FA5A6
(159,165,166)
#909596
(144,149,150)
#818586
(129,133,134)
#727576
(114,117,118)
#636566
(99,101,102)
#545556
(84,85,86)
#454546
(69,69,70)
#363536
(54,53,54)
#272526
(39,37,38)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AEB5B6

#AEB5B6
(174,181,182)
#B5BBBC
(181,187,188)
#BCC1C2
(188,193,194)
#C3C7C8
(195,199,200)
#CACDCE
(202,205,206)
#D1D3D4
(209,211,212)
#D8D9DA
(216,217,218)
#DFDFE0
(223,223,224)
#E6E5E6
(230,229,230)
#EDEBEC
(237,235,236)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB5B6 color. Also use rgb(174,181,182) instead hex code.

Text Font Color

.myTextColor { color: #AEB5B6; }

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

This text font color is #AEB5B6.


Background Color

.myBgColor { background-color: #AEB5B6; }

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

This div background color is #AEB5B6.


Border color

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

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

This div border color is #AEB5B6.


Opacity

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

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

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

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

This text has shadow with #AEB5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB5B6 on black background.


Color preview on white background

This text has color #AEB5B6 on white background.



Black color preview on #AEB5B6 background

This text has black color on #AEB5B6 background.


White color preview on #AEB5B6 background

This text has white color on #AEB5B6 background.