COLOR #A2BDC9

HEX: #A2BDC9
RGB: (162,189,201)

Color info

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

RGB color model

#A2BDC9 color RGB value is (162,189,201).

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

RGB channels and saturation

R 162 of 255 = 64%
G 189 of 255 = 74%
B 201 of 255 = 79%

162
189
201

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

Portions of RGB colors in percentages

R + G + B =
162 + 189 + 201 = 552 (100%)
R 162 of 552 ~ 29.35%
G 189 of 552 ~ 34.24%
B 201 of 552 ~ 36.41%

%29.35
%34.24
%36.41

CMYK color model

#A2BDC9 color CMYK value is (19,6,0,21).

  • cyan value is 19.40%
  • magenta value is 5.97%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(19,6,0,21)
C19M6Y0K21 
(19%,6%,0%,21%)
(0.19/0.06/0.00/0.21)	

CMYK percentages

%19.4
%5.97
%0
%21.18

Codes

Color #A2BDC9 in popluar color models

A2BDC9
RGB162189201
HSL198°26.53%71.18%
HSB/HSV198°19.40%78.82%
CMYK19.40%5.97%0.00%
21.18%

Color #A2BDC9 in popluar number systems.

HEXA2BDC9
Decimal162189201
Binary101000101011110111001001
Octal242275311

Shades and tints

Shades of #A2BDC9

#A2BDC9
(162,189,201)
#94ACB7
(148,172,183)
#869BA5
(134,155,165)
#788A93
(120,138,147)
#6A7981
(106,121,129)
#5C686F
(92,104,111)
#4E575D
(78,87,93)
#40464B
(64,70,75)
#323539
(50,53,57)
#242427
(36,36,39)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #A2BDC9

#A2BDC9
(162,189,201)
#AAC3CD
(170,195,205)
#B2C9D1
(178,201,209)
#BACFD5
(186,207,213)
#C2D5D9
(194,213,217)
#CADBDD
(202,219,221)
#D2E1E1
(210,225,225)
#DAE7E5
(218,231,229)
#E2EDE9
(226,237,233)
#EAF3ED
(234,243,237)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BDC9; }

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

This text font color is #A2BDC9.


Background Color

.myBgColor { background-color: #A2BDC9; }

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

This div background color is #A2BDC9.


Border color

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

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

This div border color is #A2BDC9.


Opacity

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

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

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

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

This text has shadow with #A2BDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BDC9 on black background.


Color preview on white background

This text has color #A2BDC9 on white background.



Black color preview on #A2BDC9 background

This text has black color on #A2BDC9 background.


White color preview on #A2BDC9 background

This text has white color on #A2BDC9 background.