COLOR #AEB28B

HEX: #AEB28B
RGB: (174,178,139)

Color info

#AEB28B contains red, green and blue colors in about the same proportion. Web safe color of #AEB28B is #999999 (or #999).

RGB color model

#AEB28B color RGB value is (174,178,139).

  • red value is 174;
  • green value is 178;
  • blue value is 139.
RGB: (174,178,139) (68%,70%,55%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 139 of 255 = 55%

174
178
139

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 139 = 491 (100%)
R 174 of 491 ~ 35.44%
G 178 of 491 ~ 36.25%
B 139 of 491 ~ 28.31%

%35.44
%36.25
%28.31

CMYK color model

#AEB28B color CMYK value is (2,0,22,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 21.91%
  • key color value is 30.20%
CMYK: (2,0,22,30) C2M0Y22K30 (2%,0%,22%,30%) (0.02/0.00/0.22/0.30)

CMYK percentages

%2.25
%0
%21.91
%30.2

Codes

Color #AEB28B in popluar color models

AEB28B
RGB174178139
HSL66°20.21%62.16%
HSB/HSV66°21.91%69.80%
CMYK2.25%0.00%21.91%
30.20%

Color #AEB28B in popluar number systems.

HEXAEB28B
Decimal174178139
Binary101011101011001010001011
Octal256262213

Shades and tints

Shades of #AEB28B

#AEB28B
(174,178,139)
#9FA27F
(159,162,127)
#909273
(144,146,115)
#818267
(129,130,103)
#72725B
(114,114,91)
#63624F
(99,98,79)
#545243
(84,82,67)
#454237
(69,66,55)
#36322B
(54,50,43)
#27221F
(39,34,31)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #AEB28B

#AEB28B
(174,178,139)
#B5B995
(181,185,149)
#BCC09F
(188,192,159)
#C3C7A9
(195,199,169)
#CACEB3
(202,206,179)
#D1D5BD
(209,213,189)
#D8DCC7
(216,220,199)
#DFE3D1
(223,227,209)
#E6EADB
(230,234,219)
#EDF1E5
(237,241,229)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB28B color. Also use rgb(174,178,139) instead hex code.

Text Font Color

.myTextColor { color: #AEB28B; }

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

This text font color is #AEB28B.


Background Color

.myBgColor { background-color: #AEB28B; }

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

This div background color is #AEB28B.


Border color

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

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

This div border color is #AEB28B.


Opacity

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

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

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

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

This text has shadow with #AEB28B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AEB28B on black background.


Color preview on white background

This text has color #AEB28B on white background.



Black color preview on #AEB28B background

This text has black color on #AEB28B background.


White color preview on #AEB28B background

This text has white color on #AEB28B background.