COLOR #AEABC3

HEX: #AEABC3
RGB: (174,171,195)

Color info

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

RGB color model

#AEABC3 color RGB value is (174,171,195).

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

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 195 of 255 = 76%

174
171
195

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

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 195 = 540 (100%)
R 174 of 540 ~ 32.22%
G 171 of 540 ~ 31.67%
B 195 of 540 ~ 36.11%

%32.22
%31.67
%36.11

CMYK color model

#AEABC3 color CMYK value is (11,12,0,24).

  • cyan value is 10.77%
  • magenta value is 12.31%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(11,12,0,24)
C11M12Y0K24 
(11%,12%,0%,24%)
(0.11/0.12/0.00/0.24)	

CMYK percentages

%10.77
%12.31
%0
%23.53

Codes

Color #AEABC3 in popluar color models

AEABC3
RGB174171195
HSL248°16.67%71.76%
HSB/HSV248°12.31%76.47%
CMYK10.77%12.31%0.00%
23.53%

Color #AEABC3 in popluar number systems.

HEXAEABC3
Decimal174171195
Binary101011101010101111000011
Octal256253303

Shades and tints

Shades of #AEABC3

#AEABC3
(174,171,195)
#9F9CB2
(159,156,178)
#908DA1
(144,141,161)
#817E90
(129,126,144)
#726F7F
(114,111,127)
#63606E
(99,96,110)
#54515D
(84,81,93)
#45424C
(69,66,76)
#36333B
(54,51,59)
#27242A
(39,36,42)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #AEABC3

#AEABC3
(174,171,195)
#B5B2C8
(181,178,200)
#BCB9CD
(188,185,205)
#C3C0D2
(195,192,210)
#CAC7D7
(202,199,215)
#D1CEDC
(209,206,220)
#D8D5E1
(216,213,225)
#DFDCE6
(223,220,230)
#E6E3EB
(230,227,235)
#EDEAF0
(237,234,240)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABC3; }

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

This text font color is #AEABC3.


Background Color

.myBgColor { background-color: #AEABC3; }

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

This div background color is #AEABC3.


Border color

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

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

This div border color is #AEABC3.


Opacity

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

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

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

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

This text has shadow with #AEABC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABC3 on black background.


Color preview on white background

This text has color #AEABC3 on white background.



Black color preview on #AEABC3 background

This text has black color on #AEABC3 background.


White color preview on #AEABC3 background

This text has white color on #AEABC3 background.