COLOR #AEBEA9

HEX: #AEBEA9
RGB: (174,190,169)

Color info

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

RGB color model

#AEBEA9 color RGB value is (174,190,169).

  • red value is 174;
  • green value is 190;
  • blue value is 169.
RGB:
(174,190,169)
(68%,75%,66%)

RGB channels and saturation

R 174 of 255 = 68%
G 190 of 255 = 75%
B 169 of 255 = 66%

174
190
169

R + G + B ~ 70%. #AEBEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 190 + 169 = 533 (100%)
R 174 of 533 ~ 32.65%
G 190 of 533 ~ 35.65%
B 169 of 533 ~ 31.71%

%32.65
%35.65
%31.71

CMYK color model

#AEBEA9 color CMYK value is (8,0,11,25).

  • cyan value is 8.42%
  • magenta value is 0.00%
  • yellow value is 11.05%
  • key color value is 25.49%
CMYK:
(8,0,11,25)
C8M0Y11K25 
(8%,0%,11%,25%)
(0.08/0.00/0.11/0.25)	

CMYK percentages

%8.42
%0
%11.05
%25.49

Codes

Color #AEBEA9 in popluar color models

AEBEA9
RGB174190169
HSL106°13.91%70.39%
HSB/HSV106°11.05%74.51%
CMYK8.42%0.00%11.05%
25.49%

Color #AEBEA9 in popluar number systems.

HEXAEBEA9
Decimal174190169
Binary101011101011111010101001
Octal256276251

Shades and tints

Shades of #AEBEA9

#AEBEA9
(174,190,169)
#9FAD9A
(159,173,154)
#909C8B
(144,156,139)
#818B7C
(129,139,124)
#727A6D
(114,122,109)
#63695E
(99,105,94)
#54584F
(84,88,79)
#454740
(69,71,64)
#363631
(54,54,49)
#272522
(39,37,34)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AEBEA9

#AEBEA9
(174,190,169)
#B5C3B0
(181,195,176)
#BCC8B7
(188,200,183)
#C3CDBE
(195,205,190)
#CAD2C5
(202,210,197)
#D1D7CC
(209,215,204)
#D8DCD3
(216,220,211)
#DFE1DA
(223,225,218)
#E6E6E1
(230,230,225)
#EDEBE8
(237,235,232)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBEA9 color. Also use rgb(174,190,169) instead hex code.

Text Font Color

.myTextColor { color: #AEBEA9; }

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

This text font color is #AEBEA9.


Background Color

.myBgColor { background-color: #AEBEA9; }

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

This div background color is #AEBEA9.


Border color

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

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

This div border color is #AEBEA9.


Opacity

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

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

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

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

This text has shadow with #AEBEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBEA9 on black background.


Color preview on white background

This text has color #AEBEA9 on white background.



Black color preview on #AEBEA9 background

This text has black color on #AEBEA9 background.


White color preview on #AEBEA9 background

This text has white color on #AEBEA9 background.