COLOR #AEBF8C

HEX: #AEBF8C RGB: (174,191,140)

Color info

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

RGB color model

#AEBF8C color RGB value is (174,191,140).

RGB: (174,191,140) (68%, 75%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 191 of 255 = 75%
B 140 of 255 = 55%

174
191
140

R + G + B ~ 66%. #AEBF8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 191 + 140 = 505 (100%)
R 174 of 505 ~ 34.46%
G 191 of 505 ~ 37.82%
B 140 of 505 ~ 27.72'%

%34.46
%37.82
%27.72

CMYK color model

#AEBF8C color CMYK value is (9,0,27,25).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 25.10%

CMYK: (9,0,27,25)
C9M0Y27K25 (9%, 0%, 27%, 25%)
(0.09 / 0.00 / 0.27 / 0.25)

CMYK percentages

%8.9
%0
%26.7
%25.1

Codes

Color #AEBF8C in popluar color models

AE BF 8C
RGB 174 191 140
HSL 80° 28.49% 64.90%
HSB/HSV 80° 26.70% 74.90%
CMYK 8.90% 0.00% 26.70%
25.10%

Color #AEBF8C in popluar number systems.

HEX AE BF 8C
Decimal 174 191 140
Binary 10101110 10111111 10001100
Octal 256 277 214

Shades and tints

Shades of #AEBF8C

#AEBF8C
(174,191,140)
#9FAE80
(159,174,128)
#909D74
(144,157,116)
#818C68
(129,140,104)
#727B5C
(114,123,92)
#636A50
(99,106,80)
#545944
(84,89,68)
#454838
(69,72,56)
#36372C
(54,55,44)
#272620
(39,38,32)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #AEBF8C

#AEBF8C
(174,191,140)
#B5C496
(181,196,150)
#BCC9A0
(188,201,160)
#C3CEAA
(195,206,170)
#CAD3B4
(202,211,180)
#D1D8BE
(209,216,190)
#D8DDC8
(216,221,200)
#DFE2D2
(223,226,210)
#E6E7DC
(230,231,220)
#EDECE6
(237,236,230)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBF8C color. Also use rgb(174,191,140) instead hex code.

Text Font Color

.myTextColor { color: #AEBF8C; }

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

This text font color is #AEBF8C.

Background Color

.myBgColor { background-color: #AEBF8C; }

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

This div background color is #AEBF8C.

Border color

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

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

This div border color is #AEBF8C.

Opacity

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

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

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

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

This text has shadow with #AEBF8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBF8C.

Preview

Color preview on black background

This text has color #AEBF8C on black background.


Color preview on white background

This text has color #AEBF8C on white background.


Black color preview on #AEBF8C background

This text has black color on #AEBF8C background.


White color preview on #AEBF8C background

This text has white color on #AEBF8C background.


Related colors

Complementary color

Complementary color for #hex is #514073.


I love getcolorcode.com

Triadic colors

1 #8CAEBF and #BF8CAE with #AEBF8C are triadic colors.

2 #8CBFAE and #BFAE8C with #AEBF8C are triadic colors.