COLOR #A2BDC2

HEX: #A2BDC2
RGB: (162,189,194)

Color info

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

RGB color model

#A2BDC2 color RGB value is (162,189,194).

  • red value is 162;
  • green value is 189;
  • blue value is 194.
RGB:
(162,189,194)
(64%,74%,76%)

RGB channels and saturation

R 162 of 255 = 64%
G 189 of 255 = 74%
B 194 of 255 = 76%

162
189
194

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

Portions of RGB colors in percentages

R + G + B =
162 + 189 + 194 = 545 (100%)
R 162 of 545 ~ 29.72%
G 189 of 545 ~ 34.68%
B 194 of 545 ~ 35.6%

%29.72
%34.68
%35.6

CMYK color model

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

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

CMYK percentages

%16.49
%2.58
%0
%23.92

Codes

Color #A2BDC2 in popluar color models

A2BDC2
RGB162189194
HSL189°20.78%69.80%
HSB/HSV189°16.49%76.08%
CMYK16.49%2.58%0.00%
23.92%

Color #A2BDC2 in popluar number systems.

HEXA2BDC2
Decimal162189194
Binary101000101011110111000010
Octal242275302

Shades and tints

Shades of #A2BDC2

#A2BDC2
(162,189,194)
#94ACB1
(148,172,177)
#869BA0
(134,155,160)
#788A8F
(120,138,143)
#6A797E
(106,121,126)
#5C686D
(92,104,109)
#4E575C
(78,87,92)
#40464B
(64,70,75)
#32353A
(50,53,58)
#242429
(36,36,41)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #A2BDC2

#A2BDC2
(162,189,194)
#AAC3C7
(170,195,199)
#B2C9CC
(178,201,204)
#BACFD1
(186,207,209)
#C2D5D6
(194,213,214)
#CADBDB
(202,219,219)
#D2E1E0
(210,225,224)
#DAE7E5
(218,231,229)
#E2EDEA
(226,237,234)
#EAF3EF
(234,243,239)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BDC2 color. Also use rgb(162,189,194) instead hex code.

Text Font Color

.myTextColor { color: #A2BDC2; }

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

This text font color is #A2BDC2.


Background Color

.myBgColor { background-color: #A2BDC2; }

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

This div background color is #A2BDC2.


Border color

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

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

This div border color is #A2BDC2.


Opacity

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

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

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

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

This text has shadow with #A2BDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BDC2 on black background.


Color preview on white background

This text has color #A2BDC2 on white background.



Black color preview on #A2BDC2 background

This text has black color on #A2BDC2 background.


White color preview on #A2BDC2 background

This text has white color on #A2BDC2 background.