COLOR #AEAFC1

HEX: #AEAFC1 RGB: (174,175,193)

Color info

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

RGB color model

#AEAFC1 color RGB value is (174,175,193).

RGB: (174,175,193) (68%, 69%, 76%)

RGB channels and saturation

R 174 of 255 = 68%
G 175 of 255 = 69%
B 193 of 255 = 76%

174
175
193

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

Portions of RGB colors in percentages

R + G + B = 174 + 175 + 193 = 542 (100%)
R 174 of 542 ~ 32.1%
G 175 of 542 ~ 32.29%
B 193 of 542 ~ 35.61'%

%32.1
%32.29
%35.61

CMYK color model

#AEAFC1 color CMYK value is (10,9,0,24).

  • cyan value is 9.84%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (10,9,0,24)
C10M9Y0K24 (10%, 9%, 0%, 24%)
(0.10 / 0.09 / 0.00 / 0.24)

CMYK percentages

%9.84
%9.33
%0
%24.31

Codes

Color #AEAFC1 in popluar color models

AE AF C1
RGB 174 175 193
HSL 237° 13.29% 71.96%
HSB/HSV 237° 9.84% 75.69%
CMYK 9.84% 9.33% 0.00%
24.31%

Color #AEAFC1 in popluar number systems.

HEX AE AF C1
Decimal 174 175 193
Binary 10101110 10101111 11000001
Octal 256 257 301

Shades and tints

Shades of #AEAFC1

#AEAFC1
(174,175,193)
#9FA0B0
(159,160,176)
#90919F
(144,145,159)
#81828E
(129,130,142)
#72737D
(114,115,125)
#63646C
(99,100,108)
#54555B
(84,85,91)
#45464A
(69,70,74)
#363739
(54,55,57)
#272828
(39,40,40)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #AEAFC1

#AEAFC1
(174,175,193)
#B5B6C6
(181,182,198)
#BCBDCB
(188,189,203)
#C3C4D0
(195,196,208)
#CACBD5
(202,203,213)
#D1D2DA
(209,210,218)
#D8D9DF
(216,217,223)
#DFE0E4
(223,224,228)
#E6E7E9
(230,231,233)
#EDEEEE
(237,238,238)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAFC1; }

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

This text font color is #AEAFC1.

Background Color

.myBgColor { background-color: #AEAFC1; }

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

This div background color is #AEAFC1.

Border color

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

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

This div border color is #AEAFC1.

Opacity

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

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

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

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

This text has shadow with #AEAFC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAFC1.

Preview

Color preview on black background

This text has color #AEAFC1 on black background.


Color preview on white background

This text has color #AEAFC1 on white background.


Black color preview on #AEAFC1 background

This text has black color on #AEAFC1 background.


White color preview on #AEAFC1 background

This text has white color on #AEAFC1 background.


Related colors

Complementary color

Complementary color for #hex is #51503E.


I love getcolorcode.com

Triadic colors

1 #C1AEAF and #AFC1AE with #AEAFC1 are triadic colors.

2 #C1AFAE and #AFAEC1 with #AEAFC1 are triadic colors.