COLOR #AEB4AB

HEX: #AEB4AB
RGB: (174,180,171)

Color info

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

RGB color model

#AEB4AB color RGB value is (174,180,171).

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

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 171 of 255 = 67%

174
180
171

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

Portions of RGB colors in percentages

R + G + B =
174 + 180 + 171 = 525 (100%)
R 174 of 525 ~ 33.14%
G 180 of 525 ~ 34.29%
B 171 of 525 ~ 32.57%

%33.14
%34.29
%32.57

CMYK color model

#AEB4AB color CMYK value is (3,0,5,29).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 29.41%
CMYK:
(3,0,5,29)
C3M0Y5K29 
(3%,0%,5%,29%)
(0.03/0.00/0.05/0.29)	

CMYK percentages

%3.33
%0
%5
%29.41

Codes

Color #AEB4AB in popluar color models

AEB4AB
RGB174180171
HSL100°5.66%68.82%
HSB/HSV100°5.00%70.59%
CMYK3.33%0.00%5.00%
29.41%

Color #AEB4AB in popluar number systems.

HEXAEB4AB
Decimal174180171
Binary101011101011010010101011
Octal256264253

Shades and tints

Shades of #AEB4AB

#AEB4AB
(174,180,171)
#9FA49C
(159,164,156)
#90948D
(144,148,141)
#81847E
(129,132,126)
#72746F
(114,116,111)
#636460
(99,100,96)
#545451
(84,84,81)
#454442
(69,68,66)
#363433
(54,52,51)
#272424
(39,36,36)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AEB4AB

#AEB4AB
(174,180,171)
#B5BAB2
(181,186,178)
#BCC0B9
(188,192,185)
#C3C6C0
(195,198,192)
#CACCC7
(202,204,199)
#D1D2CE
(209,210,206)
#D8D8D5
(216,216,213)
#DFDEDC
(223,222,220)
#E6E4E3
(230,228,227)
#EDEAEA
(237,234,234)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB4AB; }

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

This text font color is #AEB4AB.


Background Color

.myBgColor { background-color: #AEB4AB; }

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

This div background color is #AEB4AB.


Border color

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

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

This div border color is #AEB4AB.


Opacity

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

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

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

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

This text has shadow with #AEB4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB4AB on black background.


Color preview on white background

This text has color #AEB4AB on white background.



Black color preview on #AEB4AB background

This text has black color on #AEB4AB background.


White color preview on #AEB4AB background

This text has white color on #AEB4AB background.