COLOR #AEBBA9

HEX: #AEBBA9
RGB: (174,187,169)

Color info

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

RGB color model

#AEBBA9 color RGB value is (174,187,169).

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

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 169 of 255 = 66%

174
187
169

R + G + B ~ 69%. #AEBBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 187 + 169 = 530 (100%)
R 174 of 530 ~ 32.83%
G 187 of 530 ~ 35.28%
B 169 of 530 ~ 31.89%

%32.83
%35.28
%31.89

CMYK color model

#AEBBA9 color CMYK value is (7,0,10,27).

  • cyan value is 6.95%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 26.67%
CMYK:
(7,0,10,27)
C7M0Y10K27 
(7%,0%,10%,27%)
(0.07/0.00/0.10/0.27)	

CMYK percentages

%6.95
%0
%9.63
%26.67

Codes

Color #AEBBA9 in popluar color models

AEBBA9
RGB174187169
HSL103°11.69%69.80%
HSB/HSV103°9.63%73.33%
CMYK6.95%0.00%9.63%
26.67%

Color #AEBBA9 in popluar number systems.

HEXAEBBA9
Decimal174187169
Binary101011101011101110101001
Octal256273251

Shades and tints

Shades of #AEBBA9

#AEBBA9
(174,187,169)
#9FAA9A
(159,170,154)
#90998B
(144,153,139)
#81887C
(129,136,124)
#72776D
(114,119,109)
#63665E
(99,102,94)
#54554F
(84,85,79)
#454440
(69,68,64)
#363331
(54,51,49)
#272222
(39,34,34)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #AEBBA9

#AEBBA9
(174,187,169)
#B5C1B0
(181,193,176)
#BCC7B7
(188,199,183)
#C3CDBE
(195,205,190)
#CAD3C5
(202,211,197)
#D1D9CC
(209,217,204)
#D8DFD3
(216,223,211)
#DFE5DA
(223,229,218)
#E6EBE1
(230,235,225)
#EDF1E8
(237,241,232)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBBA9; }

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

This text font color is #AEBBA9.


Background Color

.myBgColor { background-color: #AEBBA9; }

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

This div background color is #AEBBA9.


Border color

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

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

This div border color is #AEBBA9.


Opacity

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

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

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

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

This text has shadow with #AEBBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBBA9 on black background.


Color preview on white background

This text has color #AEBBA9 on white background.



Black color preview on #AEBBA9 background

This text has black color on #AEBBA9 background.


White color preview on #AEBBA9 background

This text has white color on #AEBBA9 background.