COLOR #A2CBE2

HEX: #A2CBE2 RGB: (162,203,226)

Color info

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

RGB color model

#A2CBE2 color RGB value is (162,203,226).

RGB: (162,203,226) (64%, 80%, 89%)

RGB channels and saturation

R 162 of 255 = 64%
G 203 of 255 = 80%
B 226 of 255 = 89%

162
203
226

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

Portions of RGB colors in percentages

R + G + B = 162 + 203 + 226 = 591 (100%)
R 162 of 591 ~ 27.41%
G 203 of 591 ~ 34.35%
B 226 of 591 ~ 38.24'%

%27.41
%34.35
%38.24

CMYK color model

#A2CBE2 color CMYK value is (28,10,0,11).

  • cyan value is 28.32%
  • magenta value is 10.18%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (28,10,0,11)
C28M10Y0K11 (28%, 10%, 0%, 11%)
(0.28 / 0.10 / 0.00 / 0.11)

CMYK percentages

%28.32
%10.18
%0
%11.37

Codes

Color #A2CBE2 in popluar color models

A2 CB E2
RGB 162 203 226
HSL 202° 52.46% 76.08%
HSB/HSV 202° 28.32% 88.63%
CMYK 28.32% 10.18% 0.00%
11.37%

Color #A2CBE2 in popluar number systems.

HEX A2 CB E2
Decimal 162 203 226
Binary 10100010 11001011 11100010
Octal 242 313 342

Shades and tints

Shades of #A2CBE2

#A2CBE2
(162,203,226)
#94B9CE
(148,185,206)
#86A7BA
(134,167,186)
#7895A6
(120,149,166)
#6A8392
(106,131,146)
#5C717E
(92,113,126)
#4E5F6A
(78,95,106)
#404D56
(64,77,86)
#323B42
(50,59,66)
#24292E
(36,41,46)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #A2CBE2

#A2CBE2
(162,203,226)
#AACFE4
(170,207,228)
#B2D3E6
(178,211,230)
#BAD7E8
(186,215,232)
#C2DBEA
(194,219,234)
#CADFEC
(202,223,236)
#D2E3EE
(210,227,238)
#DAE7F0
(218,231,240)
#E2EBF2
(226,235,242)
#EAEFF4
(234,239,244)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CBE2 color. Also use rgb(162,203,226) instead hex code.

Text Font Color

.myTextColor { color: #A2CBE2; }

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

This text font color is #A2CBE2.

Background Color

.myBgColor { background-color: #A2CBE2; }

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

This div background color is #A2CBE2.

Border color

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

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

This div border color is #A2CBE2.

Opacity

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

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

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

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

This text has shadow with #A2CBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2CBE2.

Preview

Color preview on black background

This text has color #A2CBE2 on black background.


Color preview on white background

This text has color #A2CBE2 on white background.


Black color preview on #A2CBE2 background

This text has black color on #A2CBE2 background.


White color preview on #A2CBE2 background

This text has white color on #A2CBE2 background.


Related colors

Complementary color

Complementary color for #hex is #5D341D.


I love getcolorcode.com

Triadic colors

1 #E2A2CB and #CBE2A2 with #A2CBE2 are triadic colors.

2 #E2CBA2 and #CBA2E2 with #A2CBE2 are triadic colors.