COLOR #A1AECB

HEX: #A1AECB
RGB: (161,174,203)

Color info

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

RGB color model

#A1AECB color RGB value is (161,174,203).

  • red value is 161;
  • green value is 174;
  • blue value is 203.
RGB:
(161,174,203)
(63%,68%,80%)

RGB channels and saturation

R 161 of 255 = 63%
G 174 of 255 = 68%
B 203 of 255 = 80%

161
174
203

R + G + B ~ 70%. #A1AECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 174 + 203 = 538 (100%)
R 161 of 538 ~ 29.93%
G 174 of 538 ~ 32.34%
B 203 of 538 ~ 37.73%

%29.93
%32.34
%37.73

CMYK color model

#A1AECB color CMYK value is (21,14,0,20).

  • cyan value is 20.69%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(21,14,0,20)
C21M14Y0K20 
(21%,14%,0%,20%)
(0.21/0.14/0.00/0.20)	

CMYK percentages

%20.69
%14.29
%0
%20.39

Codes

Color #A1AECB in popluar color models

A1AECB
RGB161174203
HSL221°28.77%71.37%
HSB/HSV221°20.69%79.61%
CMYK20.69%14.29%0.00%
20.39%

Color #A1AECB in popluar number systems.

HEXA1AECB
Decimal161174203
Binary101000011010111011001011
Octal241256313

Shades and tints

Shades of #A1AECB

#A1AECB
(161,174,203)
#939FB9
(147,159,185)
#8590A7
(133,144,167)
#778195
(119,129,149)
#697283
(105,114,131)
#5B6371
(91,99,113)
#4D545F
(77,84,95)
#3F454D
(63,69,77)
#31363B
(49,54,59)
#232729
(35,39,41)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #A1AECB

#A1AECB
(161,174,203)
#A9B5CF
(169,181,207)
#B1BCD3
(177,188,211)
#B9C3D7
(185,195,215)
#C1CADB
(193,202,219)
#C9D1DF
(201,209,223)
#D1D8E3
(209,216,227)
#D9DFE7
(217,223,231)
#E1E6EB
(225,230,235)
#E9EDEF
(233,237,239)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AECB; }

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

This text font color is #A1AECB.


Background Color

.myBgColor { background-color: #A1AECB; }

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

This div background color is #A1AECB.


Border color

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

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

This div border color is #A1AECB.


Opacity

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

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

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

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

This text has shadow with #A1AECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AECB on black background.


Color preview on white background

This text has color #A1AECB on white background.



Black color preview on #A1AECB background

This text has black color on #A1AECB background.


White color preview on #A1AECB background

This text has white color on #A1AECB background.