COLOR #AEB1B1

HEX: #AEB1B1 RGB: (174,177,177)

Color info

#AEB1B1 contains red, green and blue colors in about the same proportion. Web safe color of #AEB1B1 is #999999 (or #999).

RGB color model

#AEB1B1 color RGB value is (174,177,177).

RGB: (174,177,177) (68%, 69%, 69%)

RGB channels and saturation

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

174
177
177

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

Portions of RGB colors in percentages

R + G + B = 174 + 177 + 177 = 528 (100%)
R 174 of 528 ~ 32.95%
G 177 of 528 ~ 33.52%
B 177 of 528 ~ 33.52'%

%32.95
%33.52
%33.52

CMYK color model

#AEB1B1 color CMYK value is (2,0,0,31).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (2,0,0,31)
C2M0Y0K31 (2%, 0%, 0%, 31%)
(0.02 / 0.00 / 0.00 / 0.31)

CMYK percentages

%1.69
%0
%0
%30.59

Codes

Color #AEB1B1 in popluar color models

AE B1 B1
RGB 174 177 177
HSL 180° 1.89% 68.82%
HSB/HSV 180° 1.69% 69.41%
CMYK 1.69% 0.00% 0.00%
30.59%

Color #AEB1B1 in popluar number systems.

HEX AE B1 B1
Decimal 174 177 177
Binary 10101110 10110001 10110001
Octal 256 261 261

Shades and tints

Shades of #AEB1B1

#AEB1B1
(174,177,177)
#9FA1A1
(159,161,161)
#909191
(144,145,145)
#818181
(129,129,129)
#727171
(114,113,113)
#636161
(99,97,97)
#545151
(84,81,81)
#454141
(69,65,65)
#363131
(54,49,49)
#272121
(39,33,33)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #AEB1B1

#AEB1B1
(174,177,177)
#B5B8B8
(181,184,184)
#BCBFBF
(188,191,191)
#C3C6C6
(195,198,198)
#CACDCD
(202,205,205)
#D1D4D4
(209,212,212)
#D8DBDB
(216,219,219)
#DFE2E2
(223,226,226)
#E6E9E9
(230,233,233)
#EDF0F0
(237,240,240)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB1B1; }

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

This text font color is #AEB1B1.

Background Color

.myBgColor { background-color: #AEB1B1; }

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

This div background color is #AEB1B1.

Border color

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

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

This div border color is #AEB1B1.

Opacity

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

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

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

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

This text has shadow with #AEB1B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB1B1.

Preview

Color preview on black background

This text has color #AEB1B1 on black background.


Color preview on white background

This text has color #AEB1B1 on white background.


Black color preview on #AEB1B1 background

This text has black color on #AEB1B1 background.


White color preview on #AEB1B1 background

This text has white color on #AEB1B1 background.


Related colors

Complementary color

Complementary color for #hex is #514E4E.


I love getcolorcode.com