COLOR #AEB69F

HEX: #AEB69F
RGB: (174,182,159)

Color info

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

RGB color model

#AEB69F color RGB value is (174,182,159).

  • red value is 174;
  • green value is 182;
  • blue value is 159.
RGB:
(174,182,159)
(68%,71%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 159 of 255 = 62%

174
182
159

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

Portions of RGB colors in percentages

R + G + B =
174 + 182 + 159 = 515 (100%)
R 174 of 515 ~ 33.79%
G 182 of 515 ~ 35.34%
B 159 of 515 ~ 30.87%

%33.79
%35.34
%30.87

CMYK color model

#AEB69F color CMYK value is (4,0,13,29).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 28.63%
CMYK:
(4,0,13,29)
C4M0Y13K29 
(4%,0%,13%,29%)
(0.04/0.00/0.13/0.29)	

CMYK percentages

%4.4
%0
%12.64
%28.63

Codes

Color #AEB69F in popluar color models

AEB69F
RGB174182159
HSL81°13.61%66.86%
HSB/HSV81°12.64%71.37%
CMYK4.40%0.00%12.64%
28.63%

Color #AEB69F in popluar number systems.

HEXAEB69F
Decimal174182159
Binary101011101011011010011111
Octal256266237

Shades and tints

Shades of #AEB69F

#AEB69F
(174,182,159)
#9FA691
(159,166,145)
#909683
(144,150,131)
#818675
(129,134,117)
#727667
(114,118,103)
#636659
(99,102,89)
#54564B
(84,86,75)
#45463D
(69,70,61)
#36362F
(54,54,47)
#272621
(39,38,33)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #AEB69F

#AEB69F
(174,182,159)
#B5BCA7
(181,188,167)
#BCC2AF
(188,194,175)
#C3C8B7
(195,200,183)
#CACEBF
(202,206,191)
#D1D4C7
(209,212,199)
#D8DACF
(216,218,207)
#DFE0D7
(223,224,215)
#E6E6DF
(230,230,223)
#EDECE7
(237,236,231)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB69F; }

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

This text font color is #AEB69F.


Background Color

.myBgColor { background-color: #AEB69F; }

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

This div background color is #AEB69F.


Border color

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

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

This div border color is #AEB69F.


Opacity

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

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

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

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

This text has shadow with #AEB69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB69F on black background.


Color preview on white background

This text has color #AEB69F on white background.



Black color preview on #AEB69F background

This text has black color on #AEB69F background.


White color preview on #AEB69F background

This text has white color on #AEB69F background.