COLOR #AEAFC8

HEX: #AEAFC8
RGB: (174,175,200)

Color info

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

RGB color model

#AEAFC8 color RGB value is (174,175,200).

  • red value is 174;
  • green value is 175;
  • blue value is 200.
RGB:
(174,175,200)
(68%,69%,78%)

RGB channels and saturation

R 174 of 255 = 68%
G 175 of 255 = 69%
B 200 of 255 = 78%

174
175
200

R + G + B ~ 72%. #AEAFC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 175 + 200 = 549 (100%)
R 174 of 549 ~ 31.69%
G 175 of 549 ~ 31.88%
B 200 of 549 ~ 36.43%

%31.69
%31.88
%36.43

CMYK color model

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

  • cyan value is 13.00%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(13,13,0,22)
C13M13Y0K22 
(13%,13%,0%,22%)
(0.13/0.13/0.00/0.22)	

CMYK percentages

%13
%12.5
%0
%21.57

Codes

Color #AEAFC8 in popluar color models

AEAFC8
RGB174175200
HSL238°19.12%73.33%
HSB/HSV238°13.00%78.43%
CMYK13.00%12.50%0.00%
21.57%

Color #AEAFC8 in popluar number systems.

HEXAEAFC8
Decimal174175200
Binary101011101010111111001000
Octal256257310

Shades and tints

Shades of #AEAFC8

#AEAFC8
(174,175,200)
#9FA0B6
(159,160,182)
#9091A4
(144,145,164)
#818292
(129,130,146)
#727380
(114,115,128)
#63646E
(99,100,110)
#54555C
(84,85,92)
#45464A
(69,70,74)
#363738
(54,55,56)
#272826
(39,40,38)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #AEAFC8

#AEAFC8
(174,175,200)
#B5B6CD
(181,182,205)
#BCBDD2
(188,189,210)
#C3C4D7
(195,196,215)
#CACBDC
(202,203,220)
#D1D2E1
(209,210,225)
#D8D9E6
(216,217,230)
#DFE0EB
(223,224,235)
#E6E7F0
(230,231,240)
#EDEEF5
(237,238,245)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEAFC8 color. Also use rgb(174,175,200) instead hex code.

Text Font Color

.myTextColor { color: #AEAFC8; }

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

This text font color is #AEAFC8.


Background Color

.myBgColor { background-color: #AEAFC8; }

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

This div background color is #AEAFC8.


Border color

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

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

This div border color is #AEAFC8.


Opacity

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

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

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

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

This text has shadow with #AEAFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAFC8 on black background.


Color preview on white background

This text has color #AEAFC8 on white background.



Black color preview on #AEAFC8 background

This text has black color on #AEAFC8 background.


White color preview on #AEAFC8 background

This text has white color on #AEAFC8 background.