COLOR #AEBB9F

HEX: #AEBB9F
RGB: (174,187,159)

Color info

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

RGB color model

#AEBB9F color RGB value is (174,187,159).

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

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 159 of 255 = 62%

174
187
159

R + G + B ~ 68%. #AEBB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 187 + 159 = 520 (100%)
R 174 of 520 ~ 33.46%
G 187 of 520 ~ 35.96%
B 159 of 520 ~ 30.58%

%33.46
%35.96
%30.58

CMYK color model

#AEBB9F color CMYK value is (7,0,15,27).

  • cyan value is 6.95%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 26.67%
CMYK:
(7,0,15,27)
C7M0Y15K27 
(7%,0%,15%,27%)
(0.07/0.00/0.15/0.27)	

CMYK percentages

%6.95
%0
%14.97
%26.67

Codes

Color #AEBB9F in popluar color models

AEBB9F
RGB174187159
HSL88°17.07%67.84%
HSB/HSV88°14.97%73.33%
CMYK6.95%0.00%14.97%
26.67%

Color #AEBB9F in popluar number systems.

HEXAEBB9F
Decimal174187159
Binary101011101011101110011111
Octal256273237

Shades and tints

Shades of #AEBB9F

#AEBB9F
(174,187,159)
#9FAA91
(159,170,145)
#909983
(144,153,131)
#818875
(129,136,117)
#727767
(114,119,103)
#636659
(99,102,89)
#54554B
(84,85,75)
#45443D
(69,68,61)
#36332F
(54,51,47)
#272221
(39,34,33)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #AEBB9F

#AEBB9F
(174,187,159)
#B5C1A7
(181,193,167)
#BCC7AF
(188,199,175)
#C3CDB7
(195,205,183)
#CAD3BF
(202,211,191)
#D1D9C7
(209,217,199)
#D8DFCF
(216,223,207)
#DFE5D7
(223,229,215)
#E6EBDF
(230,235,223)
#EDF1E7
(237,241,231)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBB9F; }

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

This text font color is #AEBB9F.


Background Color

.myBgColor { background-color: #AEBB9F; }

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

This div background color is #AEBB9F.


Border color

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

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

This div border color is #AEBB9F.


Opacity

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

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

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

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

This text has shadow with #AEBB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBB9F on black background.


Color preview on white background

This text has color #AEBB9F on white background.



Black color preview on #AEBB9F background

This text has black color on #AEBB9F background.


White color preview on #AEBB9F background

This text has white color on #AEBB9F background.