COLOR #AEB8AE

HEX: #AEB8AE
RGB: (174,184,174)

Color info

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

RGB color model

#AEB8AE color RGB value is (174,184,174).

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

RGB channels and saturation

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

174
184
174

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

Portions of RGB colors in percentages

R + G + B =
174 + 184 + 174 = 532 (100%)
R 174 of 532 ~ 32.71%
G 184 of 532 ~ 34.59%
B 174 of 532 ~ 32.71%

%32.71
%34.59
%32.71

CMYK color model

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

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

CMYK percentages

%5.43
%0
%5.43
%27.84

Codes

Color #AEB8AE in popluar color models

AEB8AE
RGB174184174
HSL120°6.58%70.20%
HSB/HSV120°5.43%72.16%
CMYK5.43%0.00%5.43%
27.84%

Color #AEB8AE in popluar number systems.

HEXAEB8AE
Decimal174184174
Binary101011101011100010101110
Octal256270256

Shades and tints

Shades of #AEB8AE

#AEB8AE
(174,184,174)
#9FA89F
(159,168,159)
#909890
(144,152,144)
#818881
(129,136,129)
#727872
(114,120,114)
#636863
(99,104,99)
#545854
(84,88,84)
#454845
(69,72,69)
#363836
(54,56,54)
#272827
(39,40,39)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #AEB8AE

#AEB8AE
(174,184,174)
#B5BEB5
(181,190,181)
#BCC4BC
(188,196,188)
#C3CAC3
(195,202,195)
#CAD0CA
(202,208,202)
#D1D6D1
(209,214,209)
#D8DCD8
(216,220,216)
#DFE2DF
(223,226,223)
#E6E8E6
(230,232,230)
#EDEEED
(237,238,237)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB8AE; }

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

This text font color is #AEB8AE.


Background Color

.myBgColor { background-color: #AEB8AE; }

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

This div background color is #AEB8AE.


Border color

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

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

This div border color is #AEB8AE.


Opacity

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

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

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

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

This text has shadow with #AEB8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB8AE on black background.


Color preview on white background

This text has color #AEB8AE on white background.



Black color preview on #AEB8AE background

This text has black color on #AEB8AE background.


White color preview on #AEB8AE background

This text has white color on #AEB8AE background.