COLOR #A1BCD6

HEX: #A1BCD6
RGB: (161,188,214)

Color info

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

RGB color model

#A1BCD6 color RGB value is (161,188,214).

  • red value is 161;
  • green value is 188;
  • blue value is 214.
RGB:
(161,188,214)
(63%,74%,84%)

RGB channels and saturation

R 161 of 255 = 63%
G 188 of 255 = 74%
B 214 of 255 = 84%

161
188
214

R + G + B ~ 74%. #A1BCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 188 + 214 = 563 (100%)
R 161 of 563 ~ 28.6%
G 188 of 563 ~ 33.39%
B 214 of 563 ~ 38.01%

%28.6
%33.39
%38.01

CMYK color model

#A1BCD6 color CMYK value is (25,12,0,16).

  • cyan value is 24.77%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(25,12,0,16)
C25M12Y0K16 
(25%,12%,0%,16%)
(0.25/0.12/0.00/0.16)	

CMYK percentages

%24.77
%12.15
%0
%16.08

Codes

Color #A1BCD6 in popluar color models

A1BCD6
RGB161188214
HSL209°39.26%73.53%
HSB/HSV209°24.77%83.92%
CMYK24.77%12.15%0.00%
16.08%

Color #A1BCD6 in popluar number systems.

HEXA1BCD6
Decimal161188214
Binary101000011011110011010110
Octal241274326

Shades and tints

Shades of #A1BCD6

#A1BCD6
(161,188,214)
#93ABC3
(147,171,195)
#859AB0
(133,154,176)
#77899D
(119,137,157)
#69788A
(105,120,138)
#5B6777
(91,103,119)
#4D5664
(77,86,100)
#3F4551
(63,69,81)
#31343E
(49,52,62)
#23232B
(35,35,43)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #A1BCD6

#A1BCD6
(161,188,214)
#A9C2D9
(169,194,217)
#B1C8DC
(177,200,220)
#B9CEDF
(185,206,223)
#C1D4E2
(193,212,226)
#C9DAE5
(201,218,229)
#D1E0E8
(209,224,232)
#D9E6EB
(217,230,235)
#E1ECEE
(225,236,238)
#E9F2F1
(233,242,241)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BCD6 color. Also use rgb(161,188,214) instead hex code.

Text Font Color

.myTextColor { color: #A1BCD6; }

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

This text font color is #A1BCD6.


Background Color

.myBgColor { background-color: #A1BCD6; }

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

This div background color is #A1BCD6.


Border color

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

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

This div border color is #A1BCD6.


Opacity

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

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

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

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

This text has shadow with #A1BCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BCD6 on black background.


Color preview on white background

This text has color #A1BCD6 on white background.



Black color preview on #A1BCD6 background

This text has black color on #A1BCD6 background.


White color preview on #A1BCD6 background

This text has white color on #A1BCD6 background.