COLOR #AEB88F

HEX: #AEB88F
RGB: (174,184,143)

Color info

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

RGB color model

#AEB88F color RGB value is (174,184,143).

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

RGB channels and saturation

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

174
184
143

R + G + B ~ 65%. #AEB88F is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 184 + 143 = 501 (100%)
R 174 of 501 ~ 34.73%
G 184 of 501 ~ 36.73%
B 143 of 501 ~ 28.54%

%34.73
%36.73
%28.54

CMYK color model

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

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

CMYK percentages

%5.43
%0
%22.28
%27.84

Codes

Color #AEB88F in popluar color models

AEB88F
RGB174184143
HSL75°22.40%64.12%
HSB/HSV75°22.28%72.16%
CMYK5.43%0.00%22.28%
27.84%

Color #AEB88F in popluar number systems.

HEXAEB88F
Decimal174184143
Binary101011101011100010001111
Octal256270217

Shades and tints

Shades of #AEB88F

#AEB88F
(174,184,143)
#9FA882
(159,168,130)
#909875
(144,152,117)
#818868
(129,136,104)
#72785B
(114,120,91)
#63684E
(99,104,78)
#545841
(84,88,65)
#454834
(69,72,52)
#363827
(54,56,39)
#27281A
(39,40,26)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #AEB88F

#AEB88F
(174,184,143)
#B5BE99
(181,190,153)
#BCC4A3
(188,196,163)
#C3CAAD
(195,202,173)
#CAD0B7
(202,208,183)
#D1D6C1
(209,214,193)
#D8DCCB
(216,220,203)
#DFE2D5
(223,226,213)
#E6E8DF
(230,232,223)
#EDEEE9
(237,238,233)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB88F; }

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

This text font color is #AEB88F.


Background Color

.myBgColor { background-color: #AEB88F; }

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

This div background color is #AEB88F.


Border color

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

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

This div border color is #AEB88F.


Opacity

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

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

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

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

This text has shadow with #AEB88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB88F on black background.


Color preview on white background

This text has color #AEB88F on white background.



Black color preview on #AEB88F background

This text has black color on #AEB88F background.


White color preview on #AEB88F background

This text has white color on #AEB88F background.