COLOR #AEABC7

HEX: #AEABC7
RGB: (174,171,199)

Color info

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

RGB color model

#AEABC7 color RGB value is (174,171,199).

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

RGB channels and saturation

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

174
171
199

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

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 199 = 544 (100%)
R 174 of 544 ~ 31.99%
G 171 of 544 ~ 31.43%
B 199 of 544 ~ 36.58%

%31.99
%31.43
%36.58

CMYK color model

#AEABC7 color CMYK value is (13,14,0,22).

  • cyan value is 12.56%
  • magenta value is 14.07%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(13,14,0,22)
C13M14Y0K22 
(13%,14%,0%,22%)
(0.13/0.14/0.00/0.22)	

CMYK percentages

%12.56
%14.07
%0
%21.96

Codes

Color #AEABC7 in popluar color models

AEABC7
RGB174171199
HSL246°20.00%72.55%
HSB/HSV246°14.07%78.04%
CMYK12.56%14.07%0.00%
21.96%

Color #AEABC7 in popluar number systems.

HEXAEABC7
Decimal174171199
Binary101011101010101111000111
Octal256253307

Shades and tints

Shades of #AEABC7

#AEABC7
(174,171,199)
#9F9CB5
(159,156,181)
#908DA3
(144,141,163)
#817E91
(129,126,145)
#726F7F
(114,111,127)
#63606D
(99,96,109)
#54515B
(84,81,91)
#454249
(69,66,73)
#363337
(54,51,55)
#272425
(39,36,37)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #AEABC7

#AEABC7
(174,171,199)
#B5B2CC
(181,178,204)
#BCB9D1
(188,185,209)
#C3C0D6
(195,192,214)
#CAC7DB
(202,199,219)
#D1CEE0
(209,206,224)
#D8D5E5
(216,213,229)
#DFDCEA
(223,220,234)
#E6E3EF
(230,227,239)
#EDEAF4
(237,234,244)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABC7; }

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

This text font color is #AEABC7.


Background Color

.myBgColor { background-color: #AEABC7; }

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

This div background color is #AEABC7.


Border color

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

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

This div border color is #AEABC7.


Opacity

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

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

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

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

This text has shadow with #AEABC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABC7 on black background.


Color preview on white background

This text has color #AEABC7 on white background.



Black color preview on #AEABC7 background

This text has black color on #AEABC7 background.


White color preview on #AEABC7 background

This text has white color on #AEABC7 background.