COLOR #AEB4BA

HEX: #AEB4BA
RGB: (174,180,186)

Color info

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

RGB color model

#AEB4BA color RGB value is (174,180,186).

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

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 186 of 255 = 73%

174
180
186

R + G + B ~ 71%. #AEB4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 180 + 186 = 540 (100%)
R 174 of 540 ~ 32.22%
G 180 of 540 ~ 33.33%
B 186 of 540 ~ 34.44%

%32.22
%33.33
%34.44

CMYK color model

#AEB4BA color CMYK value is (6,3,0,27).

  • cyan value is 6.45%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(6,3,0,27)
C6M3Y0K27 
(6%,3%,0%,27%)
(0.06/0.03/0.00/0.27)	

CMYK percentages

%6.45
%3.23
%0
%27.06

Codes

Color #AEB4BA in popluar color models

AEB4BA
RGB174180186
HSL210°8.00%70.59%
HSB/HSV210°6.45%72.94%
CMYK6.45%3.23%0.00%
27.06%

Color #AEB4BA in popluar number systems.

HEXAEB4BA
Decimal174180186
Binary101011101011010010111010
Octal256264272

Shades and tints

Shades of #AEB4BA

#AEB4BA
(174,180,186)
#9FA4AA
(159,164,170)
#90949A
(144,148,154)
#81848A
(129,132,138)
#72747A
(114,116,122)
#63646A
(99,100,106)
#54545A
(84,84,90)
#45444A
(69,68,74)
#36343A
(54,52,58)
#27242A
(39,36,42)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #AEB4BA

#AEB4BA
(174,180,186)
#B5BAC0
(181,186,192)
#BCC0C6
(188,192,198)
#C3C6CC
(195,198,204)
#CACCD2
(202,204,210)
#D1D2D8
(209,210,216)
#D8D8DE
(216,216,222)
#DFDEE4
(223,222,228)
#E6E4EA
(230,228,234)
#EDEAF0
(237,234,240)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB4BA; }

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

This text font color is #AEB4BA.


Background Color

.myBgColor { background-color: #AEB4BA; }

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

This div background color is #AEB4BA.


Border color

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

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

This div border color is #AEB4BA.


Opacity

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

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

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

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

This text has shadow with #AEB4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB4BA on black background.


Color preview on white background

This text has color #AEB4BA on white background.



Black color preview on #AEB4BA background

This text has black color on #AEB4BA background.


White color preview on #AEB4BA background

This text has white color on #AEB4BA background.