COLOR #AEB1A3

HEX: #AEB1A3
RGB: (174,177,163)

Color info

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

RGB color model

#AEB1A3 color RGB value is (174,177,163).

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

RGB channels and saturation

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

174
177
163

R + G + B ~ 67%. #AEB1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 177 + 163 = 514 (100%)
R 174 of 514 ~ 33.85%
G 177 of 514 ~ 34.44%
B 163 of 514 ~ 31.71%

%33.85
%34.44
%31.71

CMYK color model

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

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 7.91%
  • key color value is 30.59%
CMYK:
(2,0,8,31)
C2M0Y8K31 
(2%,0%,8%,31%)
(0.02/0.00/0.08/0.31)	

CMYK percentages

%1.69
%0
%7.91
%30.59

Codes

Color #AEB1A3 in popluar color models

AEB1A3
RGB174177163
HSL73°8.24%66.67%
HSB/HSV73°7.91%69.41%
CMYK1.69%0.00%7.91%
30.59%

Color #AEB1A3 in popluar number systems.

HEXAEB1A3
Decimal174177163
Binary101011101011000110100011
Octal256261243

Shades and tints

Shades of #AEB1A3

#AEB1A3
(174,177,163)
#9FA195
(159,161,149)
#909187
(144,145,135)
#818179
(129,129,121)
#72716B
(114,113,107)
#63615D
(99,97,93)
#54514F
(84,81,79)
#454141
(69,65,65)
#363133
(54,49,51)
#272125
(39,33,37)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #AEB1A3

#AEB1A3
(174,177,163)
#B5B8AB
(181,184,171)
#BCBFB3
(188,191,179)
#C3C6BB
(195,198,187)
#CACDC3
(202,205,195)
#D1D4CB
(209,212,203)
#D8DBD3
(216,219,211)
#DFE2DB
(223,226,219)
#E6E9E3
(230,233,227)
#EDF0EB
(237,240,235)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB1A3; }

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

This text font color is #AEB1A3.


Background Color

.myBgColor { background-color: #AEB1A3; }

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

This div background color is #AEB1A3.


Border color

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

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

This div border color is #AEB1A3.


Opacity

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

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

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

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

This text has shadow with #AEB1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB1A3 on black background.


Color preview on white background

This text has color #AEB1A3 on white background.



Black color preview on #AEB1A3 background

This text has black color on #AEB1A3 background.


White color preview on #AEB1A3 background

This text has white color on #AEB1A3 background.