COLOR #AEB99C

HEX: #AEB99C
RGB: (174,185,156)

Color info

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

RGB color model

#AEB99C color RGB value is (174,185,156).

  • red value is 174;
  • green value is 185;
  • blue value is 156.
RGB:
(174,185,156)
(68%,73%,61%)

RGB channels and saturation

R 174 of 255 = 68%
G 185 of 255 = 73%
B 156 of 255 = 61%

174
185
156

R + G + B ~ 67%. #AEB99C is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 185 + 156 = 515 (100%)
R 174 of 515 ~ 33.79%
G 185 of 515 ~ 35.92%
B 156 of 515 ~ 30.29%

%33.79
%35.92
%30.29

CMYK color model

#AEB99C color CMYK value is (6,0,16,27).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 15.68%
  • key color value is 27.45%
CMYK:
(6,0,16,27)
C6M0Y16K27 
(6%,0%,16%,27%)
(0.06/0.00/0.16/0.27)	

CMYK percentages

%5.95
%0
%15.68
%27.45

Codes

Color #AEB99C in popluar color models

AEB99C
RGB174185156
HSL83°17.16%66.86%
HSB/HSV83°15.68%72.55%
CMYK5.95%0.00%15.68%
27.45%

Color #AEB99C in popluar number systems.

HEXAEB99C
Decimal174185156
Binary101011101011100110011100
Octal256271234

Shades and tints

Shades of #AEB99C

#AEB99C
(174,185,156)
#9FA98E
(159,169,142)
#909980
(144,153,128)
#818972
(129,137,114)
#727964
(114,121,100)
#636956
(99,105,86)
#545948
(84,89,72)
#45493A
(69,73,58)
#36392C
(54,57,44)
#27291E
(39,41,30)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #AEB99C

#AEB99C
(174,185,156)
#B5BFA5
(181,191,165)
#BCC5AE
(188,197,174)
#C3CBB7
(195,203,183)
#CAD1C0
(202,209,192)
#D1D7C9
(209,215,201)
#D8DDD2
(216,221,210)
#DFE3DB
(223,227,219)
#E6E9E4
(230,233,228)
#EDEFED
(237,239,237)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB99C; }

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

This text font color is #AEB99C.


Background Color

.myBgColor { background-color: #AEB99C; }

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

This div background color is #AEB99C.


Border color

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

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

This div border color is #AEB99C.


Opacity

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

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

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

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

This text has shadow with #AEB99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB99C on black background.


Color preview on white background

This text has color #AEB99C on white background.



Black color preview on #AEB99C background

This text has black color on #AEB99C background.


White color preview on #AEB99C background

This text has white color on #AEB99C background.