COLOR #AEBB85

HEX: #AEBB85 RGB: (174,187,133)

Color info

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

RGB color model

#AEBB85 color RGB value is (174,187,133).

RGB: (174,187,133) (68%, 73%, 52%)

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 133 of 255 = 52%

174
187
133

R + G + B ~ 64%. #AEBB85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 187 + 133 = 494 (100%)
R 174 of 494 ~ 35.22%
G 187 of 494 ~ 37.85%
B 133 of 494 ~ 26.92'%

%35.22
%37.85
%26.92

CMYK color model

#AEBB85 color CMYK value is (7,0,29,27).

  • cyan value is 6.95%
  • magenta value is 0.00%
  • yellow value is 28.88%
  • key color value is 26.67%
CMYK: (7,0,29,27) C7M0Y29K27 (7%,0%,29%,27%) (0.07/0.00/0.29/0.27) 

CMYK percentages

%6.95
%0
%28.88
%26.67

Codes

Color #AEBB85 in popluar color models

AE BB 85
RGB 174 187 133
HSL 74° 28.42% 62.75%
HSB/HSV 74° 28.88% 73.33%
CMYK 6.95% 0.00% 28.88%
26.67%

Color #AEBB85 in popluar number systems.

HEX AE BB 85
Decimal 174 187 133
Binary 10101110 10111011 10000101
Octal 256 273 205

Shades and tints

Shades of #AEBB85

#AEBB85
(174,187,133)
#9FAA79
(159,170,121)
#90996D
(144,153,109)
#818861
(129,136,97)
#727755
(114,119,85)
#636649
(99,102,73)
#54553D
(84,85,61)
#454431
(69,68,49)
#363325
(54,51,37)
#272219
(39,34,25)
#18110D
(24,17,13)
#000000
(0,0,0)

Tints of #AEBB85

#AEBB85
(174,187,133)
#B5C190
(181,193,144)
#BCC79B
(188,199,155)
#C3CDA6
(195,205,166)
#CAD3B1
(202,211,177)
#D1D9BC
(209,217,188)
#D8DFC7
(216,223,199)
#DFE5D2
(223,229,210)
#E6EBDD
(230,235,221)
#EDF1E8
(237,241,232)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBB85; }

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

This text font color is #AEBB85.

Background Color

.myBgColor { background-color: #AEBB85; }

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

This div background color is #AEBB85.

Border color

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

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

This div border color is #AEBB85.

Opacity

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

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

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

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

This text has shadow with #AEBB85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBB85.

Preview

Color preview on black background

This text has color #AEBB85 on black background.


Color preview on white background

This text has color #AEBB85 on white background.


Black color preview on #AEBB85 background

This text has black color on #AEBB85 background.


White color preview on #AEBB85 background

This text has white color on #AEBB85 background.


Related colors

Complementary color

Complementary color for #hex is #51447A.


I love getcolorcode.com

Triadic colors

1 #85AEBB and #BB85AE with #AEBB85 are triadic colors.

2 #85BBAE and #BBAE85 with #AEBB85 are triadic colors.