COLOR #A2BEDA

HEX: #A2BEDA
RGB: (162,190,218)

Color info

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

RGB color model

#A2BEDA color RGB value is (162,190,218).

  • red value is 162;
  • green value is 190;
  • blue value is 218.
RGB:
(162,190,218)
(64%,75%,85%)

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 218 of 255 = 85%

162
190
218

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

Portions of RGB colors in percentages

R + G + B =
162 + 190 + 218 = 570 (100%)
R 162 of 570 ~ 28.42%
G 190 of 570 ~ 33.33%
B 218 of 570 ~ 38.25%

%28.42
%33.33
%38.25

CMYK color model

#A2BEDA color CMYK value is (26,13,0,15).

  • cyan value is 25.69%
  • magenta value is 12.84%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(26,13,0,15)
C26M13Y0K15 
(26%,13%,0%,15%)
(0.26/0.13/0.00/0.15)	

CMYK percentages

%25.69
%12.84
%0
%14.51

Codes

Color #A2BEDA in popluar color models

A2BEDA
RGB162190218
HSL210°43.08%74.51%
HSB/HSV210°25.69%85.49%
CMYK25.69%12.84%0.00%
14.51%

Color #A2BEDA in popluar number systems.

HEXA2BEDA
Decimal162190218
Binary101000101011111011011010
Octal242276332

Shades and tints

Shades of #A2BEDA

#A2BEDA
(162,190,218)
#94ADC7
(148,173,199)
#869CB4
(134,156,180)
#788BA1
(120,139,161)
#6A7A8E
(106,122,142)
#5C697B
(92,105,123)
#4E5868
(78,88,104)
#404755
(64,71,85)
#323642
(50,54,66)
#24252F
(36,37,47)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #A2BEDA

#A2BEDA
(162,190,218)
#AAC3DD
(170,195,221)
#B2C8E0
(178,200,224)
#BACDE3
(186,205,227)
#C2D2E6
(194,210,230)
#CAD7E9
(202,215,233)
#D2DCEC
(210,220,236)
#DAE1EF
(218,225,239)
#E2E6F2
(226,230,242)
#EAEBF5
(234,235,245)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BEDA color. Also use rgb(162,190,218) instead hex code.

Text Font Color

.myTextColor { color: #A2BEDA; }

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

This text font color is #A2BEDA.


Background Color

.myBgColor { background-color: #A2BEDA; }

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

This div background color is #A2BEDA.


Border color

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

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

This div border color is #A2BEDA.


Opacity

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

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

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

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

This text has shadow with #A2BEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BEDA on black background.


Color preview on white background

This text has color #A2BEDA on white background.



Black color preview on #A2BEDA background

This text has black color on #A2BEDA background.


White color preview on #A2BEDA background

This text has white color on #A2BEDA background.