COLOR #AEB47E

HEX: #AEB47E
RGB: (174,180,126)

Color info

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

RGB color model

#AEB47E color RGB value is (174,180,126).

  • red value is 174;
  • green value is 180;
  • blue value is 126.
RGB:
(174,180,126)
(68%,71%,49%)

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 126 of 255 = 49%

174
180
126

R + G + B ~ 63%. #AEB47E is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 180 + 126 = 480 (100%)
R 174 of 480 ~ 36.25%
G 180 of 480 ~ 37.5%
B 126 of 480 ~ 26.25%

%36.25
%37.5
%26.25

CMYK color model

#AEB47E color CMYK value is (3,0,30,29).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 29.41%
CMYK:
(3,0,30,29)
C3M0Y30K29 
(3%,0%,30%,29%)
(0.03/0.00/0.30/0.29)	

CMYK percentages

%3.33
%0
%30
%29.41

Codes

Color #AEB47E in popluar color models

AEB47E
RGB174180126
HSL67°26.47%60.00%
HSB/HSV67°30.00%70.59%
CMYK3.33%0.00%30.00%
29.41%

Color #AEB47E in popluar number systems.

HEXAEB47E
Decimal174180126
Binary10101110101101001111110
Octal256264176

Shades and tints

Shades of #AEB47E

#AEB47E
(174,180,126)
#9FA473
(159,164,115)
#909468
(144,148,104)
#81845D
(129,132,93)
#727452
(114,116,82)
#636447
(99,100,71)
#54543C
(84,84,60)
#454431
(69,68,49)
#363426
(54,52,38)
#27241B
(39,36,27)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #AEB47E

#AEB47E
(174,180,126)
#B5BA89
(181,186,137)
#BCC094
(188,192,148)
#C3C69F
(195,198,159)
#CACCAA
(202,204,170)
#D1D2B5
(209,210,181)
#D8D8C0
(216,216,192)
#DFDECB
(223,222,203)
#E6E4D6
(230,228,214)
#EDEAE1
(237,234,225)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB47E color. Also use rgb(174,180,126) instead hex code.

Text Font Color

.myTextColor { color: #AEB47E; }

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

This text font color is #AEB47E.


Background Color

.myBgColor { background-color: #AEB47E; }

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

This div background color is #AEB47E.


Border color

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

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

This div border color is #AEB47E.


Opacity

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

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

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

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

This text has shadow with #AEB47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB47E on black background.


Color preview on white background

This text has color #AEB47E on white background.



Black color preview on #AEB47E background

This text has black color on #AEB47E background.


White color preview on #AEB47E background

This text has white color on #AEB47E background.