COLOR #AEABC6

HEX: #AEABC6
RGB: (174,171,198)

Color info

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

RGB color model

#AEABC6 color RGB value is (174,171,198).

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

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 198 of 255 = 78%

174
171
198

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

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 198 = 543 (100%)
R 174 of 543 ~ 32.04%
G 171 of 543 ~ 31.49%
B 198 of 543 ~ 36.46%

%32.04
%31.49
%36.46

CMYK color model

#AEABC6 color CMYK value is (12,14,0,22).

  • cyan value is 12.12%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(12,14,0,22)
C12M14Y0K22 
(12%,14%,0%,22%)
(0.12/0.14/0.00/0.22)	

CMYK percentages

%12.12
%13.64
%0
%22.35

Codes

Color #AEABC6 in popluar color models

AEABC6
RGB174171198
HSL247°19.15%72.35%
HSB/HSV247°13.64%77.65%
CMYK12.12%13.64%0.00%
22.35%

Color #AEABC6 in popluar number systems.

HEXAEABC6
Decimal174171198
Binary101011101010101111000110
Octal256253306

Shades and tints

Shades of #AEABC6

#AEABC6
(174,171,198)
#9F9CB4
(159,156,180)
#908DA2
(144,141,162)
#817E90
(129,126,144)
#726F7E
(114,111,126)
#63606C
(99,96,108)
#54515A
(84,81,90)
#454248
(69,66,72)
#363336
(54,51,54)
#272424
(39,36,36)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #AEABC6

#AEABC6
(174,171,198)
#B5B2CB
(181,178,203)
#BCB9D0
(188,185,208)
#C3C0D5
(195,192,213)
#CAC7DA
(202,199,218)
#D1CEDF
(209,206,223)
#D8D5E4
(216,213,228)
#DFDCE9
(223,220,233)
#E6E3EE
(230,227,238)
#EDEAF3
(237,234,243)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABC6; }

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

This text font color is #AEABC6.


Background Color

.myBgColor { background-color: #AEABC6; }

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

This div background color is #AEABC6.


Border color

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

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

This div border color is #AEABC6.


Opacity

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

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

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

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

This text has shadow with #AEABC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABC6 on black background.


Color preview on white background

This text has color #AEABC6 on white background.



Black color preview on #AEABC6 background

This text has black color on #AEABC6 background.


White color preview on #AEABC6 background

This text has white color on #AEABC6 background.