COLOR #AEB4BF

HEX: #AEB4BF
RGB: (174,180,191)

Color info

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

RGB color model

#AEB4BF color RGB value is (174,180,191).

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

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 191 of 255 = 75%

174
180
191

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

Portions of RGB colors in percentages

R + G + B =
174 + 180 + 191 = 545 (100%)
R 174 of 545 ~ 31.93%
G 180 of 545 ~ 33.03%
B 191 of 545 ~ 35.05%

%31.93
%33.03
%35.05

CMYK color model

#AEB4BF color CMYK value is (9,6,0,25).

  • cyan value is 8.90%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(9,6,0,25)
C9M6Y0K25 
(9%,6%,0%,25%)
(0.09/0.06/0.00/0.25)	

CMYK percentages

%8.9
%5.76
%0
%25.1

Codes

Color #AEB4BF in popluar color models

AEB4BF
RGB174180191
HSL219°11.72%71.57%
HSB/HSV219°8.90%74.90%
CMYK8.90%5.76%0.00%
25.10%

Color #AEB4BF in popluar number systems.

HEXAEB4BF
Decimal174180191
Binary101011101011010010111111
Octal256264277

Shades and tints

Shades of #AEB4BF

#AEB4BF
(174,180,191)
#9FA4AE
(159,164,174)
#90949D
(144,148,157)
#81848C
(129,132,140)
#72747B
(114,116,123)
#63646A
(99,100,106)
#545459
(84,84,89)
#454448
(69,68,72)
#363437
(54,52,55)
#272426
(39,36,38)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AEB4BF

#AEB4BF
(174,180,191)
#B5BAC4
(181,186,196)
#BCC0C9
(188,192,201)
#C3C6CE
(195,198,206)
#CACCD3
(202,204,211)
#D1D2D8
(209,210,216)
#D8D8DD
(216,216,221)
#DFDEE2
(223,222,226)
#E6E4E7
(230,228,231)
#EDEAEC
(237,234,236)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB4BF; }

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

This text font color is #AEB4BF.


Background Color

.myBgColor { background-color: #AEB4BF; }

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

This div background color is #AEB4BF.


Border color

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

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

This div border color is #AEB4BF.


Opacity

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

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

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

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

This text has shadow with #AEB4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB4BF on black background.


Color preview on white background

This text has color #AEB4BF on white background.



Black color preview on #AEB4BF background

This text has black color on #AEB4BF background.


White color preview on #AEB4BF background

This text has white color on #AEB4BF background.