COLOR #A1BCCB

HEX: #A1BCCB
RGB: (161,188,203)

Color info

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

RGB color model

#A1BCCB color RGB value is (161,188,203).

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

RGB channels and saturation

R 161 of 255 = 63%
G 188 of 255 = 74%
B 203 of 255 = 80%

161
188
203

R + G + B ~ 72%. #A1BCCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 188 + 203 = 552 (100%)
R 161 of 552 ~ 29.17%
G 188 of 552 ~ 34.06%
B 203 of 552 ~ 36.78%

%29.17
%34.06
%36.78

CMYK color model

#A1BCCB color CMYK value is (21,7,0,20).

  • cyan value is 20.69%
  • magenta value is 7.39%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(21,7,0,20)
C21M7Y0K20 
(21%,7%,0%,20%)
(0.21/0.07/0.00/0.20)	

CMYK percentages

%20.69
%7.39
%0
%20.39

Codes

Color #A1BCCB in popluar color models

A1BCCB
RGB161188203
HSL201°28.77%71.37%
HSB/HSV201°20.69%79.61%
CMYK20.69%7.39%0.00%
20.39%

Color #A1BCCB in popluar number systems.

HEXA1BCCB
Decimal161188203
Binary101000011011110011001011
Octal241274313

Shades and tints

Shades of #A1BCCB

#A1BCCB
(161,188,203)
#93ABB9
(147,171,185)
#859AA7
(133,154,167)
#778995
(119,137,149)
#697883
(105,120,131)
#5B6771
(91,103,113)
#4D565F
(77,86,95)
#3F454D
(63,69,77)
#31343B
(49,52,59)
#232329
(35,35,41)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #A1BCCB

#A1BCCB
(161,188,203)
#A9C2CF
(169,194,207)
#B1C8D3
(177,200,211)
#B9CED7
(185,206,215)
#C1D4DB
(193,212,219)
#C9DADF
(201,218,223)
#D1E0E3
(209,224,227)
#D9E6E7
(217,230,231)
#E1ECEB
(225,236,235)
#E9F2EF
(233,242,239)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BCCB; }

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

This text font color is #A1BCCB.


Background Color

.myBgColor { background-color: #A1BCCB; }

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

This div background color is #A1BCCB.


Border color

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

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

This div border color is #A1BCCB.


Opacity

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

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

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

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

This text has shadow with #A1BCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BCCB on black background.


Color preview on white background

This text has color #A1BCCB on white background.



Black color preview on #A1BCCB background

This text has black color on #A1BCCB background.


White color preview on #A1BCCB background

This text has white color on #A1BCCB background.