COLOR #AEABAD

HEX: #AEABAD RGB: (174,171,173)

Color info

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

RGB color model

#AEABAD color RGB value is (174,171,173).

RGB: (174,171,173) (68%, 67%, 68%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 173 of 255 = 68%

174
171
173

R + G + B ~ 68%. #AEABAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 171 + 173 = 518 (100%)
R 174 of 518 ~ 33.59%
G 171 of 518 ~ 33.01%
B 173 of 518 ~ 33.4'%

%33.59
%33.01
%33.4

CMYK color model

#AEABAD color CMYK value is (0,2,1,32).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK: (0,2,1,32) C0M2Y1K32 (0%,2%,1%,32%) (0.00/0.02/0.01/0.32) 

CMYK percentages

%0
%1.72
%0.57
%31.76

Codes

Color #AEABAD in popluar color models

AE AB AD
RGB 174 171 173
HSL 320° 1.82% 67.65%
HSB/HSV 320° 1.72% 68.24%
CMYK 0.00% 1.72% 0.57%
31.76%

Color #AEABAD in popluar number systems.

HEX AE AB AD
Decimal 174 171 173
Binary 10101110 10101011 10101101
Octal 256 253 255

Shades and tints

Shades of #AEABAD

#AEABAD
(174,171,173)
#9F9C9E
(159,156,158)
#908D8F
(144,141,143)
#817E80
(129,126,128)
#726F71
(114,111,113)
#636062
(99,96,98)
#545153
(84,81,83)
#454244
(69,66,68)
#363335
(54,51,53)
#272426
(39,36,38)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #AEABAD

#AEABAD
(174,171,173)
#B5B2B4
(181,178,180)
#BCB9BB
(188,185,187)
#C3C0C2
(195,192,194)
#CAC7C9
(202,199,201)
#D1CED0
(209,206,208)
#D8D5D7
(216,213,215)
#DFDCDE
(223,220,222)
#E6E3E5
(230,227,229)
#EDEAEC
(237,234,236)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABAD; }

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

This text font color is #AEABAD.

Background Color

.myBgColor { background-color: #AEABAD; }

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

This div background color is #AEABAD.

Border color

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

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

This div border color is #AEABAD.

Opacity

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

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

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

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

This text has shadow with #AEABAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEABAD.

Preview

Color preview on black background

This text has color #AEABAD on black background.


Color preview on white background

This text has color #AEABAD on white background.


Black color preview on #AEABAD background

This text has black color on #AEABAD background.


White color preview on #AEABAD background

This text has white color on #AEABAD background.


Related colors

Complementary color

Complementary color for #hex is #515452.


I love getcolorcode.com

Triadic colors

1 #ADAEAB and #ABADAE with #AEABAD are triadic colors.

2 #ADABAE and #ABAEAD with #AEABAD are triadic colors.