COLOR #A2BBC1

HEX: #A2BBC1
RGB: (162,187,193)

Color info

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

RGB color model

#A2BBC1 color RGB value is (162,187,193).

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

RGB channels and saturation

R 162 of 255 = 64%
G 187 of 255 = 73%
B 193 of 255 = 76%

162
187
193

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

Portions of RGB colors in percentages

R + G + B =
162 + 187 + 193 = 542 (100%)
R 162 of 542 ~ 29.89%
G 187 of 542 ~ 34.5%
B 193 of 542 ~ 35.61%

%29.89
%34.5
%35.61

CMYK color model

#A2BBC1 color CMYK value is (16,3,0,24).

  • cyan value is 16.06%
  • magenta value is 3.11%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(16,3,0,24)
C16M3Y0K24 
(16%,3%,0%,24%)
(0.16/0.03/0.00/0.24)	

CMYK percentages

%16.06
%3.11
%0
%24.31

Codes

Color #A2BBC1 in popluar color models

A2BBC1
RGB162187193
HSL192°20.00%69.61%
HSB/HSV192°16.06%75.69%
CMYK16.06%3.11%0.00%
24.31%

Color #A2BBC1 in popluar number systems.

HEXA2BBC1
Decimal162187193
Binary101000101011101111000001
Octal242273301

Shades and tints

Shades of #A2BBC1

#A2BBC1
(162,187,193)
#94AAB0
(148,170,176)
#86999F
(134,153,159)
#78888E
(120,136,142)
#6A777D
(106,119,125)
#5C666C
(92,102,108)
#4E555B
(78,85,91)
#40444A
(64,68,74)
#323339
(50,51,57)
#242228
(36,34,40)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #A2BBC1

#A2BBC1
(162,187,193)
#AAC1C6
(170,193,198)
#B2C7CB
(178,199,203)
#BACDD0
(186,205,208)
#C2D3D5
(194,211,213)
#CAD9DA
(202,217,218)
#D2DFDF
(210,223,223)
#DAE5E4
(218,229,228)
#E2EBE9
(226,235,233)
#EAF1EE
(234,241,238)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BBC1; }

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

This text font color is #A2BBC1.


Background Color

.myBgColor { background-color: #A2BBC1; }

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

This div background color is #A2BBC1.


Border color

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

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

This div border color is #A2BBC1.


Opacity

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

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

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

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

This text has shadow with #A2BBC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BBC1 on black background.


Color preview on white background

This text has color #A2BBC1 on white background.



Black color preview on #A2BBC1 background

This text has black color on #A2BBC1 background.


White color preview on #A2BBC1 background

This text has white color on #A2BBC1 background.