COLOR #AEBFA6

HEX: #AEBFA6 RGB: (174,191,166)

Color info

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

RGB color model

#AEBFA6 color RGB value is (174,191,166).

RGB: (174,191,166) (68%, 75%, 65%)

RGB channels and saturation

R 174 of 255 = 68%
G 191 of 255 = 75%
B 166 of 255 = 65%

174
191
166

R + G + B ~ 69%. #AEBFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 191 + 166 = 531 (100%)
R 174 of 531 ~ 32.77%
G 191 of 531 ~ 35.97%
B 166 of 531 ~ 31.26'%

%32.77
%35.97
%31.26

CMYK color model

#AEBFA6 color CMYK value is (9,0,13,25).

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

CMYK: (9,0,13,25)
C9M0Y13K25 (9%, 0%, 13%, 25%)
(0.09 / 0.00 / 0.13 / 0.25)

CMYK percentages

%8.9
%0
%13.09
%25.1

Codes

Color #AEBFA6 in popluar color models

AE BF A6
RGB 174 191 166
HSL 101° 16.34% 70.00%
HSB/HSV 101° 13.09% 74.90%
CMYK 8.90% 0.00% 13.09%
25.10%

Color #AEBFA6 in popluar number systems.

HEX AE BF A6
Decimal 174 191 166
Binary 10101110 10111111 10100110
Octal 256 277 246

Shades and tints

Shades of #AEBFA6

#AEBFA6
(174,191,166)
#9FAE97
(159,174,151)
#909D88
(144,157,136)
#818C79
(129,140,121)
#727B6A
(114,123,106)
#636A5B
(99,106,91)
#54594C
(84,89,76)
#45483D
(69,72,61)
#36372E
(54,55,46)
#27261F
(39,38,31)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #AEBFA6

#AEBFA6
(174,191,166)
#B5C4AE
(181,196,174)
#BCC9B6
(188,201,182)
#C3CEBE
(195,206,190)
#CAD3C6
(202,211,198)
#D1D8CE
(209,216,206)
#D8DDD6
(216,221,214)
#DFE2DE
(223,226,222)
#E6E7E6
(230,231,230)
#EDECEE
(237,236,238)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBFA6; }

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

This text font color is #AEBFA6.

Background Color

.myBgColor { background-color: #AEBFA6; }

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

This div background color is #AEBFA6.

Border color

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

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

This div border color is #AEBFA6.

Opacity

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

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

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

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

This text has shadow with #AEBFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBFA6.

Preview

Color preview on black background

This text has color #AEBFA6 on black background.


Color preview on white background

This text has color #AEBFA6 on white background.


Black color preview on #AEBFA6 background

This text has black color on #AEBFA6 background.


White color preview on #AEBFA6 background

This text has white color on #AEBFA6 background.


Related colors

Complementary color

Complementary color for #hex is #514059.


I love getcolorcode.com

Triadic colors

1 #A6AEBF and #BFA6AE with #AEBFA6 are triadic colors.

2 #A6BFAE and #BFAEA6 with #AEBFA6 are triadic colors.