COLOR #A2BDE1

HEX: #A2BDE1
RGB: (162,189,225)

Color info

#A2BDE1 contains mainly green and blue colors. Web safe color of #A2BDE1 is #99CCCC (or #9CC).

RGB color model

#A2BDE1 color RGB value is (162,189,225).

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

RGB channels and saturation

R 162 of 255 = 64%
G 189 of 255 = 74%
B 225 of 255 = 88%

162
189
225

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

Portions of RGB colors in percentages

R + G + B =
162 + 189 + 225 = 576 (100%)
R 162 of 576 ~ 28.13%
G 189 of 576 ~ 32.81%
B 225 of 576 ~ 39.06%

%28.13
%32.81
%39.06

CMYK color model

#A2BDE1 color CMYK value is (28,16,0,12).

  • cyan value is 28.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(28,16,0,12)
C28M16Y0K12 
(28%,16%,0%,12%)
(0.28/0.16/0.00/0.12)	

CMYK percentages

%28
%16
%0
%11.76

Codes

Color #A2BDE1 in popluar color models

A2BDE1
RGB162189225
HSL214°51.22%75.88%
HSB/HSV214°28.00%88.24%
CMYK28.00%16.00%0.00%
11.76%

Color #A2BDE1 in popluar number systems.

HEXA2BDE1
Decimal162189225
Binary101000101011110111100001
Octal242275341

Shades and tints

Shades of #A2BDE1

#A2BDE1
(162,189,225)
#94ACCD
(148,172,205)
#869BB9
(134,155,185)
#788AA5
(120,138,165)
#6A7991
(106,121,145)
#5C687D
(92,104,125)
#4E5769
(78,87,105)
#404655
(64,70,85)
#323541
(50,53,65)
#24242D
(36,36,45)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #A2BDE1

#A2BDE1
(162,189,225)
#AAC3E3
(170,195,227)
#B2C9E5
(178,201,229)
#BACFE7
(186,207,231)
#C2D5E9
(194,213,233)
#CADBEB
(202,219,235)
#D2E1ED
(210,225,237)
#DAE7EF
(218,231,239)
#E2EDF1
(226,237,241)
#EAF3F3
(234,243,243)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BDE1; }

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

This text font color is #A2BDE1.


Background Color

.myBgColor { background-color: #A2BDE1; }

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

This div background color is #A2BDE1.


Border color

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

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

This div border color is #A2BDE1.


Opacity

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

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

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

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

This text has shadow with #A2BDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BDE1 on black background.


Color preview on white background

This text has color #A2BDE1 on white background.



Black color preview on #A2BDE1 background

This text has black color on #A2BDE1 background.


White color preview on #A2BDE1 background

This text has white color on #A2BDE1 background.