COLOR #A2BCE5

HEX: #A2BCE5 RGB: (162,188,229)

Color info

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

RGB color model

#A2BCE5 color RGB value is (162,188,229).

RGB: (162,188,229) (64%, 74%, 90%)

RGB channels and saturation

R 162 of 255 = 64%
G 188 of 255 = 74%
B 229 of 255 = 90%

162
188
229

R + G + B ~ 76%. #A2BCE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 188 + 229 = 579 (100%)
R 162 of 579 ~ 27.98%
G 188 of 579 ~ 32.47%
B 229 of 579 ~ 39.55'%

%27.98
%32.47
%39.55

CMYK color model

#A2BCE5 color CMYK value is (29,18,0,10).

  • cyan value is 29.26%
  • magenta value is 17.90%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (29,18,0,10)
C29M18Y0K10 (29%, 18%, 0%, 10%)
(0.29 / 0.18 / 0.00 / 0.10)

CMYK percentages

%29.26
%17.9
%0
%10.2

Codes

Color #A2BCE5 in popluar color models

A2 BC E5
RGB 162 188 229
HSL 217° 56.30% 76.67%
HSB/HSV 217° 29.26% 89.80%
CMYK 29.26% 17.90% 0.00%
10.20%

Color #A2BCE5 in popluar number systems.

HEX A2 BC E5
Decimal 162 188 229
Binary 10100010 10111100 11100101
Octal 242 274 345

Shades and tints

Shades of #A2BCE5

#A2BCE5
(162,188,229)
#94ABD1
(148,171,209)
#869ABD
(134,154,189)
#7889A9
(120,137,169)
#6A7895
(106,120,149)
#5C6781
(92,103,129)
#4E566D
(78,86,109)
#404559
(64,69,89)
#323445
(50,52,69)
#242331
(36,35,49)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #A2BCE5

#A2BCE5
(162,188,229)
#AAC2E7
(170,194,231)
#B2C8E9
(178,200,233)
#BACEEB
(186,206,235)
#C2D4ED
(194,212,237)
#CADAEF
(202,218,239)
#D2E0F1
(210,224,241)
#DAE6F3
(218,230,243)
#E2ECF5
(226,236,245)
#EAF2F7
(234,242,247)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BCE5 color. Also use rgb(162,188,229) instead hex code.

Text Font Color

.myTextColor { color: #A2BCE5; }

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

This text font color is #A2BCE5.

Background Color

.myBgColor { background-color: #A2BCE5; }

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

This div background color is #A2BCE5.

Border color

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

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

This div border color is #A2BCE5.

Opacity

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

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

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

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

This text has shadow with #A2BCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2BCE5.

Preview

Color preview on black background

This text has color #A2BCE5 on black background.


Color preview on white background

This text has color #A2BCE5 on white background.


Black color preview on #A2BCE5 background

This text has black color on #A2BCE5 background.


White color preview on #A2BCE5 background

This text has white color on #A2BCE5 background.


Related colors

Complementary color

Complementary color for #hex is #5D431A.


I love getcolorcode.com

Triadic colors

1 #E5A2BC and #BCE5A2 with #A2BCE5 are triadic colors.

2 #E5BCA2 and #BCA2E5 with #A2BCE5 are triadic colors.