COLOR #AEB08F

HEX: #AEB08F
RGB: (174,176,143)

Color info

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

RGB color model

#AEB08F color RGB value is (174,176,143).

  • red value is 174;
  • green value is 176;
  • blue value is 143.
RGB:
(174,176,143)
(68%,69%,56%)

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 143 of 255 = 56%

174
176
143

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

Portions of RGB colors in percentages

R + G + B =
174 + 176 + 143 = 493 (100%)
R 174 of 493 ~ 35.29%
G 176 of 493 ~ 35.7%
B 143 of 493 ~ 29.01%

%35.29
%35.7
%29.01

CMYK color model

#AEB08F color CMYK value is (1,0,19,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 30.98%
CMYK:
(1,0,19,31)
C1M0Y19K31 
(1%,0%,19%,31%)
(0.01/0.00/0.19/0.31)	

CMYK percentages

%1.14
%0
%18.75
%30.98

Codes

Color #AEB08F in popluar color models

AEB08F
RGB174176143
HSL64°17.28%62.55%
HSB/HSV64°18.75%69.02%
CMYK1.14%0.00%18.75%
30.98%

Color #AEB08F in popluar number systems.

HEXAEB08F
Decimal174176143
Binary101011101011000010001111
Octal256260217

Shades and tints

Shades of #AEB08F

#AEB08F
(174,176,143)
#9FA082
(159,160,130)
#909075
(144,144,117)
#818068
(129,128,104)
#72705B
(114,112,91)
#63604E
(99,96,78)
#545041
(84,80,65)
#454034
(69,64,52)
#363027
(54,48,39)
#27201A
(39,32,26)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #AEB08F

#AEB08F
(174,176,143)
#B5B799
(181,183,153)
#BCBEA3
(188,190,163)
#C3C5AD
(195,197,173)
#CACCB7
(202,204,183)
#D1D3C1
(209,211,193)
#D8DACB
(216,218,203)
#DFE1D5
(223,225,213)
#E6E8DF
(230,232,223)
#EDEFE9
(237,239,233)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB08F color. Also use rgb(174,176,143) instead hex code.

Text Font Color

.myTextColor { color: #AEB08F; }

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

This text font color is #AEB08F.


Background Color

.myBgColor { background-color: #AEB08F; }

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

This div background color is #AEB08F.


Border color

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

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

This div border color is #AEB08F.


Opacity

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

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

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

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

This text has shadow with #AEB08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB08F on black background.


Color preview on white background

This text has color #AEB08F on white background.



Black color preview on #AEB08F background

This text has black color on #AEB08F background.


White color preview on #AEB08F background

This text has white color on #AEB08F background.