COLOR #AEBF9C

HEX: #AEBF9C RGB: (174,191,156)

Color info

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

RGB color model

#AEBF9C color RGB value is (174,191,156).

RGB: (174,191,156) (68%, 75%, 61%)

RGB channels and saturation

R 174 of 255 = 68%
G 191 of 255 = 75%
B 156 of 255 = 61%

174
191
156

R + G + B ~ 68%. #AEBF9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 191 + 156 = 521 (100%)
R 174 of 521 ~ 33.4%
G 191 of 521 ~ 36.66%
B 156 of 521 ~ 29.94'%

%33.4
%36.66
%29.94

CMYK color model

#AEBF9C color CMYK value is (9,0,18,25).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 18.32%
  • key color value is 25.10%
CMYK: (9,0,18,25) C9M0Y18K25 (9%,0%,18%,25%) (0.09/0.00/0.18/0.25) 

CMYK percentages

%8.9
%0
%18.32
%25.1

Codes

Color #AEBF9C in popluar color models

AE BF 9C
RGB 174 191 156
HSL 89° 21.47% 68.04%
HSB/HSV 89° 18.32% 74.90%
CMYK 8.90% 0.00% 18.32%
25.10%

Color #AEBF9C in popluar number systems.

HEX AE BF 9C
Decimal 174 191 156
Binary 10101110 10111111 10011100
Octal 256 277 234

Shades and tints

Shades of #AEBF9C

#AEBF9C
(174,191,156)
#9FAE8E
(159,174,142)
#909D80
(144,157,128)
#818C72
(129,140,114)
#727B64
(114,123,100)
#636A56
(99,106,86)
#545948
(84,89,72)
#45483A
(69,72,58)
#36372C
(54,55,44)
#27261E
(39,38,30)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #AEBF9C

#AEBF9C
(174,191,156)
#B5C4A5
(181,196,165)
#BCC9AE
(188,201,174)
#C3CEB7
(195,206,183)
#CAD3C0
(202,211,192)
#D1D8C9
(209,216,201)
#D8DDD2
(216,221,210)
#DFE2DB
(223,226,219)
#E6E7E4
(230,231,228)
#EDECED
(237,236,237)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBF9C; }

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

This text font color is #AEBF9C.

Background Color

.myBgColor { background-color: #AEBF9C; }

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

This div background color is #AEBF9C.

Border color

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

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

This div border color is #AEBF9C.

Opacity

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

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

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

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

This text has shadow with #AEBF9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBF9C.

Preview

Color preview on black background

This text has color #AEBF9C on black background.


Color preview on white background

This text has color #AEBF9C on white background.


Black color preview on #AEBF9C background

This text has black color on #AEBF9C background.


White color preview on #AEBF9C background

This text has white color on #AEBF9C background.


Related colors

Complementary color

Complementary color for #hex is #514063.


I love getcolorcode.com

Triadic colors

1 #9CAEBF and #BF9CAE with #AEBF9C are triadic colors.

2 #9CBFAE and #BFAE9C with #AEBF9C are triadic colors.