COLOR #AEABC4

HEX: #AEABC4
RGB: (174,171,196)

Color info

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

RGB color model

#AEABC4 color RGB value is (174,171,196).

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

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 196 of 255 = 77%

174
171
196

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

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 196 = 541 (100%)
R 174 of 541 ~ 32.16%
G 171 of 541 ~ 31.61%
B 196 of 541 ~ 36.23%

%32.16
%31.61
%36.23

CMYK color model

#AEABC4 color CMYK value is (11,13,0,23).

  • cyan value is 11.22%
  • magenta value is 12.76%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(11,13,0,23)
C11M13Y0K23 
(11%,13%,0%,23%)
(0.11/0.13/0.00/0.23)	

CMYK percentages

%11.22
%12.76
%0
%23.14

Codes

Color #AEABC4 in popluar color models

AEABC4
RGB174171196
HSL247°17.48%71.96%
HSB/HSV247°12.76%76.86%
CMYK11.22%12.76%0.00%
23.14%

Color #AEABC4 in popluar number systems.

HEXAEABC4
Decimal174171196
Binary101011101010101111000100
Octal256253304

Shades and tints

Shades of #AEABC4

#AEABC4
(174,171,196)
#9F9CB3
(159,156,179)
#908DA2
(144,141,162)
#817E91
(129,126,145)
#726F80
(114,111,128)
#63606F
(99,96,111)
#54515E
(84,81,94)
#45424D
(69,66,77)
#36333C
(54,51,60)
#27242B
(39,36,43)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #AEABC4

#AEABC4
(174,171,196)
#B5B2C9
(181,178,201)
#BCB9CE
(188,185,206)
#C3C0D3
(195,192,211)
#CAC7D8
(202,199,216)
#D1CEDD
(209,206,221)
#D8D5E2
(216,213,226)
#DFDCE7
(223,220,231)
#E6E3EC
(230,227,236)
#EDEAF1
(237,234,241)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABC4; }

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

This text font color is #AEABC4.


Background Color

.myBgColor { background-color: #AEABC4; }

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

This div background color is #AEABC4.


Border color

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

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

This div border color is #AEABC4.


Opacity

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

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

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

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

This text has shadow with #AEABC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABC4 on black background.


Color preview on white background

This text has color #AEABC4 on white background.



Black color preview on #AEABC4 background

This text has black color on #AEABC4 background.


White color preview on #AEABC4 background

This text has white color on #AEABC4 background.