COLOR #A2BED2

HEX: #A2BED2
RGB: (162,190,210)

Color info

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

RGB color model

#A2BED2 color RGB value is (162,190,210).

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

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 210 of 255 = 82%

162
190
210

R + G + B ~ 74%. #A2BED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 190 + 210 = 562 (100%)
R 162 of 562 ~ 28.83%
G 190 of 562 ~ 33.81%
B 210 of 562 ~ 37.37%

%28.83
%33.81
%37.37

CMYK color model

#A2BED2 color CMYK value is (23,10,0,18).

  • cyan value is 22.86%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(23,10,0,18)
C23M10Y0K18 
(23%,10%,0%,18%)
(0.23/0.10/0.00/0.18)	

CMYK percentages

%22.86
%9.52
%0
%17.65

Codes

Color #A2BED2 in popluar color models

A2BED2
RGB162190210
HSL205°34.78%72.94%
HSB/HSV205°22.86%82.35%
CMYK22.86%9.52%0.00%
17.65%

Color #A2BED2 in popluar number systems.

HEXA2BED2
Decimal162190210
Binary101000101011111011010010
Octal242276322

Shades and tints

Shades of #A2BED2

#A2BED2
(162,190,210)
#94ADBF
(148,173,191)
#869CAC
(134,156,172)
#788B99
(120,139,153)
#6A7A86
(106,122,134)
#5C6973
(92,105,115)
#4E5860
(78,88,96)
#40474D
(64,71,77)
#32363A
(50,54,58)
#242527
(36,37,39)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #A2BED2

#A2BED2
(162,190,210)
#AAC3D6
(170,195,214)
#B2C8DA
(178,200,218)
#BACDDE
(186,205,222)
#C2D2E2
(194,210,226)
#CAD7E6
(202,215,230)
#D2DCEA
(210,220,234)
#DAE1EE
(218,225,238)
#E2E6F2
(226,230,242)
#EAEBF6
(234,235,246)
#F2F0FA
(242,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BED2; }

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

This text font color is #A2BED2.


Background Color

.myBgColor { background-color: #A2BED2; }

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

This div background color is #A2BED2.


Border color

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

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

This div border color is #A2BED2.


Opacity

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

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

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

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

This text has shadow with #A2BED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BED2 on black background.


Color preview on white background

This text has color #A2BED2 on white background.



Black color preview on #A2BED2 background

This text has black color on #A2BED2 background.


White color preview on #A2BED2 background

This text has white color on #A2BED2 background.