COLOR #AEABBF

HEX: #AEABBF
RGB: (174,171,191)

Color info

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

RGB color model

#AEABBF color RGB value is (174,171,191).

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

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 191 of 255 = 75%

174
171
191

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

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 191 = 536 (100%)
R 174 of 536 ~ 32.46%
G 171 of 536 ~ 31.9%
B 191 of 536 ~ 35.63%

%32.46
%31.9
%35.63

CMYK color model

#AEABBF color CMYK value is (9,10,0,25).

  • cyan value is 8.90%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(9,10,0,25)
C9M10Y0K25 
(9%,10%,0%,25%)
(0.09/0.10/0.00/0.25)	

CMYK percentages

%8.9
%10.47
%0
%25.1

Codes

Color #AEABBF in popluar color models

AEABBF
RGB174171191
HSL249°13.51%70.98%
HSB/HSV249°10.47%74.90%
CMYK8.90%10.47%0.00%
25.10%

Color #AEABBF in popluar number systems.

HEXAEABBF
Decimal174171191
Binary101011101010101110111111
Octal256253277

Shades and tints

Shades of #AEABBF

#AEABBF
(174,171,191)
#9F9CAE
(159,156,174)
#908D9D
(144,141,157)
#817E8C
(129,126,140)
#726F7B
(114,111,123)
#63606A
(99,96,106)
#545159
(84,81,89)
#454248
(69,66,72)
#363337
(54,51,55)
#272426
(39,36,38)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEABBF

#AEABBF
(174,171,191)
#B5B2C4
(181,178,196)
#BCB9C9
(188,185,201)
#C3C0CE
(195,192,206)
#CAC7D3
(202,199,211)
#D1CED8
(209,206,216)
#D8D5DD
(216,213,221)
#DFDCE2
(223,220,226)
#E6E3E7
(230,227,231)
#EDEAEC
(237,234,236)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABBF; }

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

This text font color is #AEABBF.


Background Color

.myBgColor { background-color: #AEABBF; }

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

This div background color is #AEABBF.


Border color

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

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

This div border color is #AEABBF.


Opacity

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

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

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

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

This text has shadow with #AEABBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABBF on black background.


Color preview on white background

This text has color #AEABBF on white background.



Black color preview on #AEABBF background

This text has black color on #AEABBF background.


White color preview on #AEABBF background

This text has white color on #AEABBF background.