COLOR #AEBAB1

HEX: #AEBAB1
RGB: (174,186,177)

Color info

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

RGB color model

#AEBAB1 color RGB value is (174,186,177).

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

RGB channels and saturation

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

174
186
177

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

Portions of RGB colors in percentages

R + G + B =
174 + 186 + 177 = 537 (100%)
R 174 of 537 ~ 32.4%
G 186 of 537 ~ 34.64%
B 177 of 537 ~ 32.96%

%32.4
%34.64
%32.96

CMYK color model

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

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 27.06%
CMYK:
(6,0,5,27)
C6M0Y5K27 
(6%,0%,5%,27%)
(0.06/0.00/0.05/0.27)	

CMYK percentages

%6.45
%0
%4.84
%27.06

Codes

Color #AEBAB1 in popluar color models

AEBAB1
RGB174186177
HSL135°8.00%70.59%
HSB/HSV135°6.45%72.94%
CMYK6.45%0.00%4.84%
27.06%

Color #AEBAB1 in popluar number systems.

HEXAEBAB1
Decimal174186177
Binary101011101011101010110001
Octal256272261

Shades and tints

Shades of #AEBAB1

#AEBAB1
(174,186,177)
#9FAAA1
(159,170,161)
#909A91
(144,154,145)
#818A81
(129,138,129)
#727A71
(114,122,113)
#636A61
(99,106,97)
#545A51
(84,90,81)
#454A41
(69,74,65)
#363A31
(54,58,49)
#272A21
(39,42,33)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #AEBAB1

#AEBAB1
(174,186,177)
#B5C0B8
(181,192,184)
#BCC6BF
(188,198,191)
#C3CCC6
(195,204,198)
#CAD2CD
(202,210,205)
#D1D8D4
(209,216,212)
#D8DEDB
(216,222,219)
#DFE4E2
(223,228,226)
#E6EAE9
(230,234,233)
#EDF0F0
(237,240,240)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBAB1; }

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

This text font color is #AEBAB1.


Background Color

.myBgColor { background-color: #AEBAB1; }

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

This div background color is #AEBAB1.


Border color

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

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

This div border color is #AEBAB1.


Opacity

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

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

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

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

This text has shadow with #AEBAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBAB1 on black background.


Color preview on white background

This text has color #AEBAB1 on white background.



Black color preview on #AEBAB1 background

This text has black color on #AEBAB1 background.


White color preview on #AEBAB1 background

This text has white color on #AEBAB1 background.