COLOR #A2BDDB

HEX: #A2BDDB
RGB: (162,189,219)

Color info

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

RGB color model

#A2BDDB color RGB value is (162,189,219).

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

RGB channels and saturation

R 162 of 255 = 64%
G 189 of 255 = 74%
B 219 of 255 = 86%

162
189
219

R + G + B ~ 75%. #A2BDDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 189 + 219 = 570 (100%)
R 162 of 570 ~ 28.42%
G 189 of 570 ~ 33.16%
B 219 of 570 ~ 38.42%

%28.42
%33.16
%38.42

CMYK color model

#A2BDDB color CMYK value is (26,14,0,14).

  • cyan value is 26.03%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(26,14,0,14)
C26M14Y0K14 
(26%,14%,0%,14%)
(0.26/0.14/0.00/0.14)	

CMYK percentages

%26.03
%13.7
%0
%14.12

Codes

Color #A2BDDB in popluar color models

A2BDDB
RGB162189219
HSL212°44.19%74.71%
HSB/HSV212°26.03%85.88%
CMYK26.03%13.70%0.00%
14.12%

Color #A2BDDB in popluar number systems.

HEXA2BDDB
Decimal162189219
Binary101000101011110111011011
Octal242275333

Shades and tints

Shades of #A2BDDB

#A2BDDB
(162,189,219)
#94ACC8
(148,172,200)
#869BB5
(134,155,181)
#788AA2
(120,138,162)
#6A798F
(106,121,143)
#5C687C
(92,104,124)
#4E5769
(78,87,105)
#404656
(64,70,86)
#323543
(50,53,67)
#242430
(36,36,48)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #A2BDDB

#A2BDDB
(162,189,219)
#AAC3DE
(170,195,222)
#B2C9E1
(178,201,225)
#BACFE4
(186,207,228)
#C2D5E7
(194,213,231)
#CADBEA
(202,219,234)
#D2E1ED
(210,225,237)
#DAE7F0
(218,231,240)
#E2EDF3
(226,237,243)
#EAF3F6
(234,243,246)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BDDB; }

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

This text font color is #A2BDDB.


Background Color

.myBgColor { background-color: #A2BDDB; }

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

This div background color is #A2BDDB.


Border color

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

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

This div border color is #A2BDDB.


Opacity

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

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

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

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

This text has shadow with #A2BDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BDDB on black background.


Color preview on white background

This text has color #A2BDDB on white background.



Black color preview on #A2BDDB background

This text has black color on #A2BDDB background.


White color preview on #A2BDDB background

This text has white color on #A2BDDB background.