COLOR #AEBC95

HEX: #AEBC95
RGB: (174,188,149)

Color info

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

RGB color model

#AEBC95 color RGB value is (174,188,149).

  • red value is 174;
  • green value is 188;
  • blue value is 149.
RGB:
(174,188,149)
(68%,74%,58%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 149 of 255 = 58%

174
188
149

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

Portions of RGB colors in percentages

R + G + B =
174 + 188 + 149 = 511 (100%)
R 174 of 511 ~ 34.05%
G 188 of 511 ~ 36.79%
B 149 of 511 ~ 29.16%

%34.05
%36.79
%29.16

CMYK color model

#AEBC95 color CMYK value is (7,0,21,26).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 26.27%
CMYK:
(7,0,21,26)
C7M0Y21K26 
(7%,0%,21%,26%)
(0.07/0.00/0.21/0.26)	

CMYK percentages

%7.45
%0
%20.74
%26.27

Codes

Color #AEBC95 in popluar color models

AEBC95
RGB174188149
HSL82°22.54%66.08%
HSB/HSV82°20.74%73.73%
CMYK7.45%0.00%20.74%
26.27%

Color #AEBC95 in popluar number systems.

HEXAEBC95
Decimal174188149
Binary101011101011110010010101
Octal256274225

Shades and tints

Shades of #AEBC95

#AEBC95
(174,188,149)
#9FAB88
(159,171,136)
#909A7B
(144,154,123)
#81896E
(129,137,110)
#727861
(114,120,97)
#636754
(99,103,84)
#545647
(84,86,71)
#45453A
(69,69,58)
#36342D
(54,52,45)
#272320
(39,35,32)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #AEBC95

#AEBC95
(174,188,149)
#B5C29E
(181,194,158)
#BCC8A7
(188,200,167)
#C3CEB0
(195,206,176)
#CAD4B9
(202,212,185)
#D1DAC2
(209,218,194)
#D8E0CB
(216,224,203)
#DFE6D4
(223,230,212)
#E6ECDD
(230,236,221)
#EDF2E6
(237,242,230)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBC95 color. Also use rgb(174,188,149) instead hex code.

Text Font Color

.myTextColor { color: #AEBC95; }

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

This text font color is #AEBC95.


Background Color

.myBgColor { background-color: #AEBC95; }

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

This div background color is #AEBC95.


Border color

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

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

This div border color is #AEBC95.


Opacity

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

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

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

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

This text has shadow with #AEBC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBC95 on black background.


Color preview on white background

This text has color #AEBC95 on white background.



Black color preview on #AEBC95 background

This text has black color on #AEBC95 background.


White color preview on #AEBC95 background

This text has white color on #AEBC95 background.