COLOR #AEAFC0

HEX: #AEAFC0
RGB: (174,175,192)

Color info

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

RGB color model

#AEAFC0 color RGB value is (174,175,192).

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

RGB channels and saturation

R 174 of 255 = 68%
G 175 of 255 = 69%
B 192 of 255 = 75%

174
175
192

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

Portions of RGB colors in percentages

R + G + B =
174 + 175 + 192 = 541 (100%)
R 174 of 541 ~ 32.16%
G 175 of 541 ~ 32.35%
B 192 of 541 ~ 35.49%

%32.16
%32.35
%35.49

CMYK color model

#AEAFC0 color CMYK value is (9,9,0,25).

  • cyan value is 9.38%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(9,9,0,25)
C9M9Y0K25 
(9%,9%,0%,25%)
(0.09/0.09/0.00/0.25)	

CMYK percentages

%9.38
%8.85
%0
%24.71

Codes

Color #AEAFC0 in popluar color models

AEAFC0
RGB174175192
HSL237°12.50%71.76%
HSB/HSV237°9.38%75.29%
CMYK9.38%8.85%0.00%
24.71%

Color #AEAFC0 in popluar number systems.

HEXAEAFC0
Decimal174175192
Binary101011101010111111000000
Octal256257300

Shades and tints

Shades of #AEAFC0

#AEAFC0
(174,175,192)
#9FA0AF
(159,160,175)
#90919E
(144,145,158)
#81828D
(129,130,141)
#72737C
(114,115,124)
#63646B
(99,100,107)
#54555A
(84,85,90)
#454649
(69,70,73)
#363738
(54,55,56)
#272827
(39,40,39)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #AEAFC0

#AEAFC0
(174,175,192)
#B5B6C5
(181,182,197)
#BCBDCA
(188,189,202)
#C3C4CF
(195,196,207)
#CACBD4
(202,203,212)
#D1D2D9
(209,210,217)
#D8D9DE
(216,217,222)
#DFE0E3
(223,224,227)
#E6E7E8
(230,231,232)
#EDEEED
(237,238,237)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAFC0; }

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

This text font color is #AEAFC0.


Background Color

.myBgColor { background-color: #AEAFC0; }

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

This div background color is #AEAFC0.


Border color

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

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

This div border color is #AEAFC0.


Opacity

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

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

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

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

This text has shadow with #AEAFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAFC0 on black background.


Color preview on white background

This text has color #AEAFC0 on white background.



Black color preview on #AEAFC0 background

This text has black color on #AEAFC0 background.


White color preview on #AEAFC0 background

This text has white color on #AEAFC0 background.