COLOR #AEB6AB

HEX: #AEB6AB
RGB: (174,182,171)

Color info

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

RGB color model

#AEB6AB color RGB value is (174,182,171).

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

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 171 of 255 = 67%

174
182
171

R + G + B ~ 69%. #AEB6AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 182 + 171 = 527 (100%)
R 174 of 527 ~ 33.02%
G 182 of 527 ~ 34.54%
B 171 of 527 ~ 32.45%

%33.02
%34.54
%32.45

CMYK color model

#AEB6AB color CMYK value is (4,0,6,29).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK:
(4,0,6,29)
C4M0Y6K29 
(4%,0%,6%,29%)
(0.04/0.00/0.06/0.29)	

CMYK percentages

%4.4
%0
%6.04
%28.63

Codes

Color #AEB6AB in popluar color models

AEB6AB
RGB174182171
HSL104°7.01%69.22%
HSB/HSV104°6.04%71.37%
CMYK4.40%0.00%6.04%
28.63%

Color #AEB6AB in popluar number systems.

HEXAEB6AB
Decimal174182171
Binary101011101011011010101011
Octal256266253

Shades and tints

Shades of #AEB6AB

#AEB6AB
(174,182,171)
#9FA69C
(159,166,156)
#90968D
(144,150,141)
#81867E
(129,134,126)
#72766F
(114,118,111)
#636660
(99,102,96)
#545651
(84,86,81)
#454642
(69,70,66)
#363633
(54,54,51)
#272624
(39,38,36)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #AEB6AB

#AEB6AB
(174,182,171)
#B5BCB2
(181,188,178)
#BCC2B9
(188,194,185)
#C3C8C0
(195,200,192)
#CACEC7
(202,206,199)
#D1D4CE
(209,212,206)
#D8DAD5
(216,218,213)
#DFE0DC
(223,224,220)
#E6E6E3
(230,230,227)
#EDECEA
(237,236,234)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB6AB; }

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

This text font color is #AEB6AB.


Background Color

.myBgColor { background-color: #AEB6AB; }

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

This div background color is #AEB6AB.


Border color

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

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

This div border color is #AEB6AB.


Opacity

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

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

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

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

This text has shadow with #AEB6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB6AB on black background.


Color preview on white background

This text has color #AEB6AB on white background.



Black color preview on #AEB6AB background

This text has black color on #AEB6AB background.


White color preview on #AEB6AB background

This text has white color on #AEB6AB background.