COLOR #AEABBE

HEX: #AEABBE
RGB: (174,171,190)

Color info

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

RGB color model

#AEABBE color RGB value is (174,171,190).

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

RGB channels and saturation

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

174
171
190

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

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 190 = 535 (100%)
R 174 of 535 ~ 32.52%
G 171 of 535 ~ 31.96%
B 190 of 535 ~ 35.51%

%32.52
%31.96
%35.51

CMYK color model

#AEABBE color CMYK value is (8,10,0,25).

  • cyan value is 8.42%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,10,0,25)
C8M10Y0K25 
(8%,10%,0%,25%)
(0.08/0.10/0.00/0.25)	

CMYK percentages

%8.42
%10
%0
%25.49

Codes

Color #AEABBE in popluar color models

AEABBE
RGB174171190
HSL249°12.75%70.78%
HSB/HSV249°10.00%74.51%
CMYK8.42%10.00%0.00%
25.49%

Color #AEABBE in popluar number systems.

HEXAEABBE
Decimal174171190
Binary101011101010101110111110
Octal256253276

Shades and tints

Shades of #AEABBE

#AEABBE
(174,171,190)
#9F9CAD
(159,156,173)
#908D9C
(144,141,156)
#817E8B
(129,126,139)
#726F7A
(114,111,122)
#636069
(99,96,105)
#545158
(84,81,88)
#454247
(69,66,71)
#363336
(54,51,54)
#272425
(39,36,37)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #AEABBE

#AEABBE
(174,171,190)
#B5B2C3
(181,178,195)
#BCB9C8
(188,185,200)
#C3C0CD
(195,192,205)
#CAC7D2
(202,199,210)
#D1CED7
(209,206,215)
#D8D5DC
(216,213,220)
#DFDCE1
(223,220,225)
#E6E3E6
(230,227,230)
#EDEAEB
(237,234,235)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABBE; }

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

This text font color is #AEABBE.


Background Color

.myBgColor { background-color: #AEABBE; }

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

This div background color is #AEABBE.


Border color

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

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

This div border color is #AEABBE.


Opacity

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

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

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

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

This text has shadow with #AEABBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABBE on black background.


Color preview on white background

This text has color #AEABBE on white background.



Black color preview on #AEABBE background

This text has black color on #AEABBE background.


White color preview on #AEABBE background

This text has white color on #AEABBE background.