COLOR #A1AEC5

HEX: #A1AEC5 RGB: (161,174,197)

Color info

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

RGB color model

#A1AEC5 color RGB value is (161,174,197).

RGB: (161,174,197) (63%, 68%, 77%)

RGB channels and saturation

R 161 of 255 = 63%
G 174 of 255 = 68%
B 197 of 255 = 77%

161
174
197

R + G + B ~ 69%. #A1AEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 174 + 197 = 532 (100%)
R 161 of 532 ~ 30.26%
G 174 of 532 ~ 32.71%
B 197 of 532 ~ 37.03'%

%30.26
%32.71
%37.03

CMYK color model

#A1AEC5 color CMYK value is (18,12,0,23).

  • cyan value is 18.27%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (18,12,0,23)
C18M12Y0K23 (18%, 12%, 0%, 23%)
(0.18 / 0.12 / 0.00 / 0.23)

CMYK percentages

%18.27
%11.68
%0
%22.75

Codes

Color #A1AEC5 in popluar color models

A1 AE C5
RGB 161 174 197
HSL 218° 23.68% 70.20%
HSB/HSV 218° 18.27% 77.25%
CMYK 18.27% 11.68% 0.00%
22.75%

Color #A1AEC5 in popluar number systems.

HEX A1 AE C5
Decimal 161 174 197
Binary 10100001 10101110 11000101
Octal 241 256 305

Shades and tints

Shades of #A1AEC5

#A1AEC5
(161,174,197)
#939FB4
(147,159,180)
#8590A3
(133,144,163)
#778192
(119,129,146)
#697281
(105,114,129)
#5B6370
(91,99,112)
#4D545F
(77,84,95)
#3F454E
(63,69,78)
#31363D
(49,54,61)
#23272C
(35,39,44)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #A1AEC5

#A1AEC5
(161,174,197)
#A9B5CA
(169,181,202)
#B1BCCF
(177,188,207)
#B9C3D4
(185,195,212)
#C1CAD9
(193,202,217)
#C9D1DE
(201,209,222)
#D1D8E3
(209,216,227)
#D9DFE8
(217,223,232)
#E1E6ED
(225,230,237)
#E9EDF2
(233,237,242)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AEC5 color. Also use rgb(161,174,197) instead hex code.

Text Font Color

.myTextColor { color: #A1AEC5; }

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

This text font color is #A1AEC5.

Background Color

.myBgColor { background-color: #A1AEC5; }

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

This div background color is #A1AEC5.

Border color

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

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

This div border color is #A1AEC5.

Opacity

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

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

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

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

This text has shadow with #A1AEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AEC5.

Preview

Color preview on black background

This text has color #A1AEC5 on black background.


Color preview on white background

This text has color #A1AEC5 on white background.


Black color preview on #A1AEC5 background

This text has black color on #A1AEC5 background.


White color preview on #A1AEC5 background

This text has white color on #A1AEC5 background.


Related colors

Complementary color

Complementary color for #hex is #5E513A.


I love getcolorcode.com

Triadic colors

1 #C5A1AE and #AEC5A1 with #A1AEC5 are triadic colors.

2 #C5AEA1 and #AEA1C5 with #A1AEC5 are triadic colors.