COLOR #AEB199

HEX: #AEB199
RGB: (174,177,153)

Color info

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

RGB color model

#AEB199 color RGB value is (174,177,153).

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

RGB channels and saturation

R 174 of 255 = 68%
G 177 of 255 = 69%
B 153 of 255 = 60%

174
177
153

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

Portions of RGB colors in percentages

R + G + B =
174 + 177 + 153 = 504 (100%)
R 174 of 504 ~ 34.52%
G 177 of 504 ~ 35.12%
B 153 of 504 ~ 30.36%

%34.52
%35.12
%30.36

CMYK color model

#AEB199 color CMYK value is (2,0,14,31).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 13.56%
  • key color value is 30.59%
CMYK:
(2,0,14,31)
C2M0Y14K31 
(2%,0%,14%,31%)
(0.02/0.00/0.14/0.31)	

CMYK percentages

%1.69
%0
%13.56
%30.59

Codes

Color #AEB199 in popluar color models

AEB199
RGB174177153
HSL68°13.33%64.71%
HSB/HSV68°13.56%69.41%
CMYK1.69%0.00%13.56%
30.59%

Color #AEB199 in popluar number systems.

HEXAEB199
Decimal174177153
Binary101011101011000110011001
Octal256261231

Shades and tints

Shades of #AEB199

#AEB199
(174,177,153)
#9FA18C
(159,161,140)
#90917F
(144,145,127)
#818172
(129,129,114)
#727165
(114,113,101)
#636158
(99,97,88)
#54514B
(84,81,75)
#45413E
(69,65,62)
#363131
(54,49,49)
#272124
(39,33,36)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #AEB199

#AEB199
(174,177,153)
#B5B8A2
(181,184,162)
#BCBFAB
(188,191,171)
#C3C6B4
(195,198,180)
#CACDBD
(202,205,189)
#D1D4C6
(209,212,198)
#D8DBCF
(216,219,207)
#DFE2D8
(223,226,216)
#E6E9E1
(230,233,225)
#EDF0EA
(237,240,234)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB199; }

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

This text font color is #AEB199.


Background Color

.myBgColor { background-color: #AEB199; }

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

This div background color is #AEB199.


Border color

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

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

This div border color is #AEB199.


Opacity

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

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

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

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

This text has shadow with #AEB199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB199 on black background.


Color preview on white background

This text has color #AEB199 on white background.



Black color preview on #AEB199 background

This text has black color on #AEB199 background.


White color preview on #AEB199 background

This text has white color on #AEB199 background.