COLOR #AEBAAF

HEX: #AEBAAF
RGB: (174,186,175)

Color info

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

RGB color model

#AEBAAF color RGB value is (174,186,175).

  • red value is 174;
  • green value is 186;
  • blue value is 175.
RGB:
(174,186,175)
(68%,73%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 175 of 255 = 69%

174
186
175

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

Portions of RGB colors in percentages

R + G + B =
174 + 186 + 175 = 535 (100%)
R 174 of 535 ~ 32.52%
G 186 of 535 ~ 34.77%
B 175 of 535 ~ 32.71%

%32.52
%34.77
%32.71

CMYK color model

#AEBAAF color CMYK value is (6,0,6,27).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 27.06%
CMYK:
(6,0,6,27)
C6M0Y6K27 
(6%,0%,6%,27%)
(0.06/0.00/0.06/0.27)	

CMYK percentages

%6.45
%0
%5.91
%27.06

Codes

Color #AEBAAF in popluar color models

AEBAAF
RGB174186175
HSL125°8.00%70.59%
HSB/HSV125°6.45%72.94%
CMYK6.45%0.00%5.91%
27.06%

Color #AEBAAF in popluar number systems.

HEXAEBAAF
Decimal174186175
Binary101011101011101010101111
Octal256272257

Shades and tints

Shades of #AEBAAF

#AEBAAF
(174,186,175)
#9FAAA0
(159,170,160)
#909A91
(144,154,145)
#818A82
(129,138,130)
#727A73
(114,122,115)
#636A64
(99,106,100)
#545A55
(84,90,85)
#454A46
(69,74,70)
#363A37
(54,58,55)
#272A28
(39,42,40)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #AEBAAF

#AEBAAF
(174,186,175)
#B5C0B6
(181,192,182)
#BCC6BD
(188,198,189)
#C3CCC4
(195,204,196)
#CAD2CB
(202,210,203)
#D1D8D2
(209,216,210)
#D8DED9
(216,222,217)
#DFE4E0
(223,228,224)
#E6EAE7
(230,234,231)
#EDF0EE
(237,240,238)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBAAF color. Also use rgb(174,186,175) instead hex code.

Text Font Color

.myTextColor { color: #AEBAAF; }

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

This text font color is #AEBAAF.


Background Color

.myBgColor { background-color: #AEBAAF; }

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

This div background color is #AEBAAF.


Border color

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

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

This div border color is #AEBAAF.


Opacity

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

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

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

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

This text has shadow with #AEBAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBAAF on black background.


Color preview on white background

This text has color #AEBAAF on white background.



Black color preview on #AEBAAF background

This text has black color on #AEBAAF background.


White color preview on #AEBAAF background

This text has white color on #AEBAAF background.