COLOR #AEB1BC

HEX: #AEB1BC
RGB: (174,177,188)

Color info

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

RGB color model

#AEB1BC color RGB value is (174,177,188).

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

RGB channels and saturation

R 174 of 255 = 68%
G 177 of 255 = 69%
B 188 of 255 = 74%

174
177
188

R + G + B ~ 70%. #AEB1BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 177 + 188 = 539 (100%)
R 174 of 539 ~ 32.28%
G 177 of 539 ~ 32.84%
B 188 of 539 ~ 34.88%

%32.28
%32.84
%34.88

CMYK color model

#AEB1BC color CMYK value is (7,6,0,26).

  • cyan value is 7.45%
  • magenta value is 5.85%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(7,6,0,26)
C7M6Y0K26 
(7%,6%,0%,26%)
(0.07/0.06/0.00/0.26)	

CMYK percentages

%7.45
%5.85
%0
%26.27

Codes

Color #AEB1BC in popluar color models

AEB1BC
RGB174177188
HSL227°9.46%70.98%
HSB/HSV227°7.45%73.73%
CMYK7.45%5.85%0.00%
26.27%

Color #AEB1BC in popluar number systems.

HEXAEB1BC
Decimal174177188
Binary101011101011000110111100
Octal256261274

Shades and tints

Shades of #AEB1BC

#AEB1BC
(174,177,188)
#9FA1AB
(159,161,171)
#90919A
(144,145,154)
#818189
(129,129,137)
#727178
(114,113,120)
#636167
(99,97,103)
#545156
(84,81,86)
#454145
(69,65,69)
#363134
(54,49,52)
#272123
(39,33,35)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #AEB1BC

#AEB1BC
(174,177,188)
#B5B8C2
(181,184,194)
#BCBFC8
(188,191,200)
#C3C6CE
(195,198,206)
#CACDD4
(202,205,212)
#D1D4DA
(209,212,218)
#D8DBE0
(216,219,224)
#DFE2E6
(223,226,230)
#E6E9EC
(230,233,236)
#EDF0F2
(237,240,242)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB1BC; }

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

This text font color is #AEB1BC.


Background Color

.myBgColor { background-color: #AEB1BC; }

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

This div background color is #AEB1BC.


Border color

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

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

This div border color is #AEB1BC.


Opacity

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

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

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

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

This text has shadow with #AEB1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB1BC on black background.


Color preview on white background

This text has color #AEB1BC on white background.



Black color preview on #AEB1BC background

This text has black color on #AEB1BC background.


White color preview on #AEB1BC background

This text has white color on #AEB1BC background.