COLOR #A2C7E8

HEX: #A2C7E8 RGB: (162,199,232)

Color info

#A2C7E8 contains mainly green and blue colors. Web safe color of #A2C7E8 is #99CCFF (or #9CF).

RGB color model

#A2C7E8 color RGB value is (162,199,232).

RGB: (162,199,232) (64%, 78%, 91%)

RGB channels and saturation

R 162 of 255 = 64%
G 199 of 255 = 78%
B 232 of 255 = 91%

162
199
232

R + G + B ~ 78%. #A2C7E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 199 + 232 = 593 (100%)
R 162 of 593 ~ 27.32%
G 199 of 593 ~ 33.56%
B 232 of 593 ~ 39.12'%

%27.32
%33.56
%39.12

CMYK color model

#A2C7E8 color CMYK value is (30,14,0,9).

  • cyan value is 30.17%
  • magenta value is 14.22%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (30,14,0,9)
C30M14Y0K9 (30%, 14%, 0%, 9%)
(0.30 / 0.14 / 0.00 / 0.09)

CMYK percentages

%30.17
%14.22
%0
%9.02

Codes

Color #A2C7E8 in popluar color models

A2 C7 E8
RGB 162 199 232
HSL 208° 60.34% 77.25%
HSB/HSV 208° 30.17% 90.98%
CMYK 30.17% 14.22% 0.00%
9.02%

Color #A2C7E8 in popluar number systems.

HEX A2 C7 E8
Decimal 162 199 232
Binary 10100010 11000111 11101000
Octal 242 307 350

Shades and tints

Shades of #A2C7E8

#A2C7E8
(162,199,232)
#94B5D3
(148,181,211)
#86A3BE
(134,163,190)
#7891A9
(120,145,169)
#6A7F94
(106,127,148)
#5C6D7F
(92,109,127)
#4E5B6A
(78,91,106)
#404955
(64,73,85)
#323740
(50,55,64)
#24252B
(36,37,43)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #A2C7E8

#A2C7E8
(162,199,232)
#AACCEA
(170,204,234)
#B2D1EC
(178,209,236)
#BAD6EE
(186,214,238)
#C2DBF0
(194,219,240)
#CAE0F2
(202,224,242)
#D2E5F4
(210,229,244)
#DAEAF6
(218,234,246)
#E2EFF8
(226,239,248)
#EAF4FA
(234,244,250)
#F2F9FC
(242,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C7E8 color. Also use rgb(162,199,232) instead hex code.

Text Font Color

.myTextColor { color: #A2C7E8; }

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

This text font color is #A2C7E8.

Background Color

.myBgColor { background-color: #A2C7E8; }

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

This div background color is #A2C7E8.

Border color

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

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

This div border color is #A2C7E8.

Opacity

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

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

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

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

This text has shadow with #A2C7E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2C7E8.

Preview

Color preview on black background

This text has color #A2C7E8 on black background.


Color preview on white background

This text has color #A2C7E8 on white background.


Black color preview on #A2C7E8 background

This text has black color on #A2C7E8 background.


White color preview on #A2C7E8 background

This text has white color on #A2C7E8 background.


Related colors

Complementary color

Complementary color for #hex is #5D3817.


I love getcolorcode.com

Triadic colors

1 #E8A2C7 and #C7E8A2 with #A2C7E8 are triadic colors.

2 #E8C7A2 and #C7A2E8 with #A2C7E8 are triadic colors.