COLOR #AEBB90

HEX: #AEBB90 RGB: (174,187,144)

Color info

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

RGB color model

#AEBB90 color RGB value is (174,187,144).

RGB: (174,187,144) (68%, 73%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 144 of 255 = 56%

174
187
144

R + G + B ~ 66%. #AEBB90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 187 + 144 = 505 (100%)
R 174 of 505 ~ 34.46%
G 187 of 505 ~ 37.03%
B 144 of 505 ~ 28.51'%

%34.46
%37.03
%28.51

CMYK color model

#AEBB90 color CMYK value is (7,0,23,27).

  • cyan value is 6.95%
  • magenta value is 0.00%
  • yellow value is 22.99%
  • key color value is 26.67%
CMYK: (7,0,23,27) C7M0Y23K27 (7%,0%,23%,27%) (0.07/0.00/0.23/0.27) 

CMYK percentages

%6.95
%0
%22.99
%26.67

Codes

Color #AEBB90 in popluar color models

AE BB 90
RGB 174 187 144
HSL 78° 24.02% 64.90%
HSB/HSV 78° 22.99% 73.33%
CMYK 6.95% 0.00% 22.99%
26.67%

Color #AEBB90 in popluar number systems.

HEX AE BB 90
Decimal 174 187 144
Binary 10101110 10111011 10010000
Octal 256 273 220

Shades and tints

Shades of #AEBB90

#AEBB90
(174,187,144)
#9FAA83
(159,170,131)
#909976
(144,153,118)
#818869
(129,136,105)
#72775C
(114,119,92)
#63664F
(99,102,79)
#545542
(84,85,66)
#454435
(69,68,53)
#363328
(54,51,40)
#27221B
(39,34,27)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #AEBB90

#AEBB90
(174,187,144)
#B5C19A
(181,193,154)
#BCC7A4
(188,199,164)
#C3CDAE
(195,205,174)
#CAD3B8
(202,211,184)
#D1D9C2
(209,217,194)
#D8DFCC
(216,223,204)
#DFE5D6
(223,229,214)
#E6EBE0
(230,235,224)
#EDF1EA
(237,241,234)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBB90; }

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

This text font color is #AEBB90.

Background Color

.myBgColor { background-color: #AEBB90; }

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

This div background color is #AEBB90.

Border color

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

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

This div border color is #AEBB90.

Opacity

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

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

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

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

This text has shadow with #AEBB90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBB90.

Preview

Color preview on black background

This text has color #AEBB90 on black background.


Color preview on white background

This text has color #AEBB90 on white background.


Black color preview on #AEBB90 background

This text has black color on #AEBB90 background.


White color preview on #AEBB90 background

This text has white color on #AEBB90 background.


Related colors

Complementary color

Complementary color for #hex is #51446F.


I love getcolorcode.com

Triadic colors

1 #90AEBB and #BB90AE with #AEBB90 are triadic colors.

2 #90BBAE and #BBAE90 with #AEBB90 are triadic colors.