COLOR #AEB89B

HEX: #AEB89B
RGB: (174,184,155)

Color info

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

RGB color model

#AEB89B color RGB value is (174,184,155).

  • red value is 174;
  • green value is 184;
  • blue value is 155.
RGB:
(174,184,155)
(68%,72%,61%)

RGB channels and saturation

R 174 of 255 = 68%
G 184 of 255 = 72%
B 155 of 255 = 61%

174
184
155

R + G + B ~ 67%. #AEB89B is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 184 + 155 = 513 (100%)
R 174 of 513 ~ 33.92%
G 184 of 513 ~ 35.87%
B 155 of 513 ~ 30.21%

%33.92
%35.87
%30.21

CMYK color model

#AEB89B color CMYK value is (5,0,16,28).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 27.84%
CMYK:
(5,0,16,28)
C5M0Y16K28 
(5%,0%,16%,28%)
(0.05/0.00/0.16/0.28)	

CMYK percentages

%5.43
%0
%15.76
%27.84

Codes

Color #AEB89B in popluar color models

AEB89B
RGB174184155
HSL81°16.96%66.47%
HSB/HSV81°15.76%72.16%
CMYK5.43%0.00%15.76%
27.84%

Color #AEB89B in popluar number systems.

HEXAEB89B
Decimal174184155
Binary101011101011100010011011
Octal256270233

Shades and tints

Shades of #AEB89B

#AEB89B
(174,184,155)
#9FA88D
(159,168,141)
#90987F
(144,152,127)
#818871
(129,136,113)
#727863
(114,120,99)
#636855
(99,104,85)
#545847
(84,88,71)
#454839
(69,72,57)
#36382B
(54,56,43)
#27281D
(39,40,29)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #AEB89B

#AEB89B
(174,184,155)
#B5BEA4
(181,190,164)
#BCC4AD
(188,196,173)
#C3CAB6
(195,202,182)
#CAD0BF
(202,208,191)
#D1D6C8
(209,214,200)
#D8DCD1
(216,220,209)
#DFE2DA
(223,226,218)
#E6E8E3
(230,232,227)
#EDEEEC
(237,238,236)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB89B color. Also use rgb(174,184,155) instead hex code.

Text Font Color

.myTextColor { color: #AEB89B; }

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

This text font color is #AEB89B.


Background Color

.myBgColor { background-color: #AEB89B; }

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

This div background color is #AEB89B.


Border color

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

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

This div border color is #AEB89B.


Opacity

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

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

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

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

This text has shadow with #AEB89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB89B on black background.


Color preview on white background

This text has color #AEB89B on white background.



Black color preview on #AEB89B background

This text has black color on #AEB89B background.


White color preview on #AEB89B background

This text has white color on #AEB89B background.