COLOR #A1B0CB

HEX: #A1B0CB
RGB: (161,176,203)

Color info

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

RGB color model

#A1B0CB color RGB value is (161,176,203).

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

RGB channels and saturation

R 161 of 255 = 63%
G 176 of 255 = 69%
B 203 of 255 = 80%

161
176
203

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

Portions of RGB colors in percentages

R + G + B =
161 + 176 + 203 = 540 (100%)
R 161 of 540 ~ 29.81%
G 176 of 540 ~ 32.59%
B 203 of 540 ~ 37.59%

%29.81
%32.59
%37.59

CMYK color model

#A1B0CB color CMYK value is (21,13,0,20).

  • cyan value is 20.69%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(21,13,0,20)
C21M13Y0K20 
(21%,13%,0%,20%)
(0.21/0.13/0.00/0.20)	

CMYK percentages

%20.69
%13.3
%0
%20.39

Codes

Color #A1B0CB in popluar color models

A1B0CB
RGB161176203
HSL219°28.77%71.37%
HSB/HSV219°20.69%79.61%
CMYK20.69%13.30%0.00%
20.39%

Color #A1B0CB in popluar number systems.

HEXA1B0CB
Decimal161176203
Binary101000011011000011001011
Octal241260313

Shades and tints

Shades of #A1B0CB

#A1B0CB
(161,176,203)
#93A0B9
(147,160,185)
#8590A7
(133,144,167)
#778095
(119,128,149)
#697083
(105,112,131)
#5B6071
(91,96,113)
#4D505F
(77,80,95)
#3F404D
(63,64,77)
#31303B
(49,48,59)
#232029
(35,32,41)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #A1B0CB

#A1B0CB
(161,176,203)
#A9B7CF
(169,183,207)
#B1BED3
(177,190,211)
#B9C5D7
(185,197,215)
#C1CCDB
(193,204,219)
#C9D3DF
(201,211,223)
#D1DAE3
(209,218,227)
#D9E1E7
(217,225,231)
#E1E8EB
(225,232,235)
#E9EFEF
(233,239,239)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B0CB; }

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

This text font color is #A1B0CB.


Background Color

.myBgColor { background-color: #A1B0CB; }

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

This div background color is #A1B0CB.


Border color

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

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

This div border color is #A1B0CB.


Opacity

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

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

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

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

This text has shadow with #A1B0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B0CB on black background.


Color preview on white background

This text has color #A1B0CB on white background.



Black color preview on #A1B0CB background

This text has black color on #A1B0CB background.


White color preview on #A1B0CB background

This text has white color on #A1B0CB background.