COLOR #A2C1CB

HEX: #A2C1CB
RGB: (162,193,203)

Color info

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

RGB color model

#A2C1CB color RGB value is (162,193,203).

  • red value is 162;
  • green value is 193;
  • blue value is 203.
RGB:
(162,193,203)
(64%,76%,80%)

RGB channels and saturation

R 162 of 255 = 64%
G 193 of 255 = 76%
B 203 of 255 = 80%

162
193
203

R + G + B ~ 73%. #A2C1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 193 + 203 = 558 (100%)
R 162 of 558 ~ 29.03%
G 193 of 558 ~ 34.59%
B 203 of 558 ~ 36.38%

%29.03
%34.59
%36.38

CMYK color model

#A2C1CB color CMYK value is (20,5,0,20).

  • cyan value is 20.20%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(20,5,0,20)
C20M5Y0K20 
(20%,5%,0%,20%)
(0.20/0.05/0.00/0.20)	

CMYK percentages

%20.2
%4.93
%0
%20.39

Codes

Color #A2C1CB in popluar color models

A2C1CB
RGB162193203
HSL195°28.28%71.57%
HSB/HSV195°20.20%79.61%
CMYK20.20%4.93%0.00%
20.39%

Color #A2C1CB in popluar number systems.

HEXA2C1CB
Decimal162193203
Binary101000101100000111001011
Octal242301313

Shades and tints

Shades of #A2C1CB

#A2C1CB
(162,193,203)
#94B0B9
(148,176,185)
#869FA7
(134,159,167)
#788E95
(120,142,149)
#6A7D83
(106,125,131)
#5C6C71
(92,108,113)
#4E5B5F
(78,91,95)
#404A4D
(64,74,77)
#32393B
(50,57,59)
#242829
(36,40,41)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #A2C1CB

#A2C1CB
(162,193,203)
#AAC6CF
(170,198,207)
#B2CBD3
(178,203,211)
#BAD0D7
(186,208,215)
#C2D5DB
(194,213,219)
#CADADF
(202,218,223)
#D2DFE3
(210,223,227)
#DAE4E7
(218,228,231)
#E2E9EB
(226,233,235)
#EAEEEF
(234,238,239)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C1CB color. Also use rgb(162,193,203) instead hex code.

Text Font Color

.myTextColor { color: #A2C1CB; }

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

This text font color is #A2C1CB.


Background Color

.myBgColor { background-color: #A2C1CB; }

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

This div background color is #A2C1CB.


Border color

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

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

This div border color is #A2C1CB.


Opacity

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

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

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

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

This text has shadow with #A2C1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C1CB on black background.


Color preview on white background

This text has color #A2C1CB on white background.



Black color preview on #A2C1CB background

This text has black color on #A2C1CB background.


White color preview on #A2C1CB background

This text has white color on #A2C1CB background.