COLOR #AEBA88

HEX: #AEBA88
RGB: (174,186,136)

Color info

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

RGB color model

#AEBA88 color RGB value is (174,186,136).

  • red value is 174;
  • green value is 186;
  • blue value is 136.
RGB:
(174,186,136)
(68%,73%,53%)

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 136 of 255 = 53%

174
186
136

R + G + B ~ 65%. #AEBA88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 186 + 136 = 496 (100%)
R 174 of 496 ~ 35.08%
G 186 of 496 ~ 37.5%
B 136 of 496 ~ 27.42%

%35.08
%37.5
%27.42

CMYK color model

#AEBA88 color CMYK value is (6,0,27,27).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 27.06%
CMYK:
(6,0,27,27)
C6M0Y27K27 
(6%,0%,27%,27%)
(0.06/0.00/0.27/0.27)	

CMYK percentages

%6.45
%0
%26.88
%27.06

Codes

Color #AEBA88 in popluar color models

AEBA88
RGB174186136
HSL74°26.60%63.14%
HSB/HSV74°26.88%72.94%
CMYK6.45%0.00%26.88%
27.06%

Color #AEBA88 in popluar number systems.

HEXAEBA88
Decimal174186136
Binary101011101011101010001000
Octal256272210

Shades and tints

Shades of #AEBA88

#AEBA88
(174,186,136)
#9FAA7C
(159,170,124)
#909A70
(144,154,112)
#818A64
(129,138,100)
#727A58
(114,122,88)
#636A4C
(99,106,76)
#545A40
(84,90,64)
#454A34
(69,74,52)
#363A28
(54,58,40)
#272A1C
(39,42,28)
#181A10
(24,26,16)
#000000
(0,0,0)

Tints of #AEBA88

#AEBA88
(174,186,136)
#B5C092
(181,192,146)
#BCC69C
(188,198,156)
#C3CCA6
(195,204,166)
#CAD2B0
(202,210,176)
#D1D8BA
(209,216,186)
#D8DEC4
(216,222,196)
#DFE4CE
(223,228,206)
#E6EAD8
(230,234,216)
#EDF0E2
(237,240,226)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBA88 color. Also use rgb(174,186,136) instead hex code.

Text Font Color

.myTextColor { color: #AEBA88; }

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

This text font color is #AEBA88.


Background Color

.myBgColor { background-color: #AEBA88; }

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

This div background color is #AEBA88.


Border color

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

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

This div border color is #AEBA88.


Opacity

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

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

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

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

This text has shadow with #AEBA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBA88 on black background.


Color preview on white background

This text has color #AEBA88 on white background.



Black color preview on #AEBA88 background

This text has black color on #AEBA88 background.


White color preview on #AEBA88 background

This text has white color on #AEBA88 background.