COLOR #AEB19E

HEX: #AEB19E
RGB: (174,177,158)

Color info

#AEB19E contains red, green and blue colors in about the same proportion. Web safe color of #AEB19E is #999999 (or #999).

RGB color model

#AEB19E color RGB value is (174,177,158).

  • red value is 174;
  • green value is 177;
  • blue value is 158.
RGB:
(174,177,158)
(68%,69%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 177 of 255 = 69%
B 158 of 255 = 62%

174
177
158

R + G + B ~ 66%. #AEB19E is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 177 + 158 = 509 (100%)
R 174 of 509 ~ 34.18%
G 177 of 509 ~ 34.77%
B 158 of 509 ~ 31.04%

%34.18
%34.77
%31.04

CMYK color model

#AEB19E color CMYK value is (2,0,11,31).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 30.59%
CMYK:
(2,0,11,31)
C2M0Y11K31 
(2%,0%,11%,31%)
(0.02/0.00/0.11/0.31)	

CMYK percentages

%1.69
%0
%10.73
%30.59

Codes

Color #AEB19E in popluar color models

AEB19E
RGB174177158
HSL69°10.86%65.69%
HSB/HSV69°10.73%69.41%
CMYK1.69%0.00%10.73%
30.59%

Color #AEB19E in popluar number systems.

HEXAEB19E
Decimal174177158
Binary101011101011000110011110
Octal256261236

Shades and tints

Shades of #AEB19E

#AEB19E
(174,177,158)
#9FA190
(159,161,144)
#909182
(144,145,130)
#818174
(129,129,116)
#727166
(114,113,102)
#636158
(99,97,88)
#54514A
(84,81,74)
#45413C
(69,65,60)
#36312E
(54,49,46)
#272120
(39,33,32)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #AEB19E

#AEB19E
(174,177,158)
#B5B8A6
(181,184,166)
#BCBFAE
(188,191,174)
#C3C6B6
(195,198,182)
#CACDBE
(202,205,190)
#D1D4C6
(209,212,198)
#D8DBCE
(216,219,206)
#DFE2D6
(223,226,214)
#E6E9DE
(230,233,222)
#EDF0E6
(237,240,230)
#F4F7EE
(244,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB19E; }

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

This text font color is #AEB19E.


Background Color

.myBgColor { background-color: #AEB19E; }

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

This div background color is #AEB19E.


Border color

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

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

This div border color is #AEB19E.


Opacity

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

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

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

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

This text has shadow with #AEB19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB19E on black background.


Color preview on white background

This text has color #AEB19E on white background.



Black color preview on #AEB19E background

This text has black color on #AEB19E background.


White color preview on #AEB19E background

This text has white color on #AEB19E background.