COLOR #AEBFA8

HEX: #AEBFA8 RGB: (174,191,168)

Color info

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

RGB color model

#AEBFA8 color RGB value is (174,191,168).

RGB: (174,191,168) (68%, 75%, 66%)

RGB channels and saturation

R 174 of 255 = 68%
G 191 of 255 = 75%
B 168 of 255 = 66%

174
191
168

R + G + B ~ 70%. #AEBFA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 191 + 168 = 533 (100%)
R 174 of 533 ~ 32.65%
G 191 of 533 ~ 35.83%
B 168 of 533 ~ 31.52'%

%32.65
%35.83
%31.52

CMYK color model

#AEBFA8 color CMYK value is (9,0,12,25).

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

CMYK: (9,0,12,25)
C9M0Y12K25 (9%, 0%, 12%, 25%)
(0.09 / 0.00 / 0.12 / 0.25)

CMYK percentages

%8.9
%0
%12.04
%25.1

Codes

Color #AEBFA8 in popluar color models

AE BF A8
RGB 174 191 168
HSL 104° 15.23% 70.39%
HSB/HSV 104° 12.04% 74.90%
CMYK 8.90% 0.00% 12.04%
25.10%

Color #AEBFA8 in popluar number systems.

HEX AE BF A8
Decimal 174 191 168
Binary 10101110 10111111 10101000
Octal 256 277 250

Shades and tints

Shades of #AEBFA8

#AEBFA8
(174,191,168)
#9FAE99
(159,174,153)
#909D8A
(144,157,138)
#818C7B
(129,140,123)
#727B6C
(114,123,108)
#636A5D
(99,106,93)
#54594E
(84,89,78)
#45483F
(69,72,63)
#363730
(54,55,48)
#272621
(39,38,33)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #AEBFA8

#AEBFA8
(174,191,168)
#B5C4AF
(181,196,175)
#BCC9B6
(188,201,182)
#C3CEBD
(195,206,189)
#CAD3C4
(202,211,196)
#D1D8CB
(209,216,203)
#D8DDD2
(216,221,210)
#DFE2D9
(223,226,217)
#E6E7E0
(230,231,224)
#EDECE7
(237,236,231)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBFA8; }

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

This text font color is #AEBFA8.

Background Color

.myBgColor { background-color: #AEBFA8; }

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

This div background color is #AEBFA8.

Border color

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

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

This div border color is #AEBFA8.

Opacity

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

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

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

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

This text has shadow with #AEBFA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBFA8.

Preview

Color preview on black background

This text has color #AEBFA8 on black background.


Color preview on white background

This text has color #AEBFA8 on white background.


Black color preview on #AEBFA8 background

This text has black color on #AEBFA8 background.


White color preview on #AEBFA8 background

This text has white color on #AEBFA8 background.


Related colors

Complementary color

Complementary color for #hex is #514057.


I love getcolorcode.com

Triadic colors

1 #A8AEBF and #BFA8AE with #AEBFA8 are triadic colors.

2 #A8BFAE and #BFAEA8 with #AEBFA8 are triadic colors.