COLOR #AEB4BB

HEX: #AEB4BB
RGB: (174,180,187)

Color info

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

RGB color model

#AEB4BB color RGB value is (174,180,187).

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

RGB channels and saturation

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

174
180
187

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

Portions of RGB colors in percentages

R + G + B =
174 + 180 + 187 = 541 (100%)
R 174 of 541 ~ 32.16%
G 180 of 541 ~ 33.27%
B 187 of 541 ~ 34.57%

%32.16
%33.27
%34.57

CMYK color model

#AEB4BB color CMYK value is (7,4,0,27).

  • cyan value is 6.95%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(7,4,0,27)
C7M4Y0K27 
(7%,4%,0%,27%)
(0.07/0.04/0.00/0.27)	

CMYK percentages

%6.95
%3.74
%0
%26.67

Codes

Color #AEB4BB in popluar color models

AEB4BB
RGB174180187
HSL212°8.72%70.78%
HSB/HSV212°6.95%73.33%
CMYK6.95%3.74%0.00%
26.67%

Color #AEB4BB in popluar number systems.

HEXAEB4BB
Decimal174180187
Binary101011101011010010111011
Octal256264273

Shades and tints

Shades of #AEB4BB

#AEB4BB
(174,180,187)
#9FA4AA
(159,164,170)
#909499
(144,148,153)
#818488
(129,132,136)
#727477
(114,116,119)
#636466
(99,100,102)
#545455
(84,84,85)
#454444
(69,68,68)
#363433
(54,52,51)
#272422
(39,36,34)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #AEB4BB

#AEB4BB
(174,180,187)
#B5BAC1
(181,186,193)
#BCC0C7
(188,192,199)
#C3C6CD
(195,198,205)
#CACCD3
(202,204,211)
#D1D2D9
(209,210,217)
#D8D8DF
(216,216,223)
#DFDEE5
(223,222,229)
#E6E4EB
(230,228,235)
#EDEAF1
(237,234,241)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB4BB; }

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

This text font color is #AEB4BB.


Background Color

.myBgColor { background-color: #AEB4BB; }

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

This div background color is #AEB4BB.


Border color

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

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

This div border color is #AEB4BB.


Opacity

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

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

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

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

This text has shadow with #AEB4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB4BB on black background.


Color preview on white background

This text has color #AEB4BB on white background.



Black color preview on #AEB4BB background

This text has black color on #AEB4BB background.


White color preview on #AEB4BB background

This text has white color on #AEB4BB background.