COLOR #AEABA3

HEX: #AEABA3
RGB: (174,171,163)

Color info

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

RGB color model

#AEABA3 color RGB value is (174,171,163).

  • red value is 174;
  • green value is 171;
  • blue value is 163.
RGB:
(174,171,163)
(68%,67%,64%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 163 of 255 = 64%

174
171
163

R + G + B ~ 66%. #AEABA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 163 = 508 (100%)
R 174 of 508 ~ 34.25%
G 171 of 508 ~ 33.66%
B 163 of 508 ~ 32.09%

%34.25
%33.66
%32.09

CMYK color model

#AEABA3 color CMYK value is (0,2,6,32).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 6.32%
  • key color value is 31.76%
CMYK:
(0,2,6,32)
C0M2Y6K32 
(0%,2%,6%,32%)
(0.00/0.02/0.06/0.32)	

CMYK percentages

%0
%1.72
%6.32
%31.76

Codes

Color #AEABA3 in popluar color models

AEABA3
RGB174171163
HSL44°6.36%66.08%
HSB/HSV44°6.32%68.24%
CMYK0.00%1.72%6.32%
31.76%

Color #AEABA3 in popluar number systems.

HEXAEABA3
Decimal174171163
Binary101011101010101110100011
Octal256253243

Shades and tints

Shades of #AEABA3

#AEABA3
(174,171,163)
#9F9C95
(159,156,149)
#908D87
(144,141,135)
#817E79
(129,126,121)
#726F6B
(114,111,107)
#63605D
(99,96,93)
#54514F
(84,81,79)
#454241
(69,66,65)
#363333
(54,51,51)
#272425
(39,36,37)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #AEABA3

#AEABA3
(174,171,163)
#B5B2AB
(181,178,171)
#BCB9B3
(188,185,179)
#C3C0BB
(195,192,187)
#CAC7C3
(202,199,195)
#D1CECB
(209,206,203)
#D8D5D3
(216,213,211)
#DFDCDB
(223,220,219)
#E6E3E3
(230,227,227)
#EDEAEB
(237,234,235)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABA3; }

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

This text font color is #AEABA3.


Background Color

.myBgColor { background-color: #AEABA3; }

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

This div background color is #AEABA3.


Border color

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

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

This div border color is #AEABA3.


Opacity

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

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

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

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

This text has shadow with #AEABA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABA3 on black background.


Color preview on white background

This text has color #AEABA3 on white background.



Black color preview on #AEABA3 background

This text has black color on #AEABA3 background.


White color preview on #AEABA3 background

This text has white color on #AEABA3 background.