COLOR #A2E7CB

HEX: #A2E7CB RGB: (162,231,203)

Color info

#A2E7CB contains mainly green and blue colors. Web safe color of #A2E7CB is #99FFCC (or #9FC).

RGB color model

#A2E7CB color RGB value is (162,231,203).

RGB: (162,231,203) (64%, 91%, 80%)

RGB channels and saturation

R 162 of 255 = 64%
G 231 of 255 = 91%
B 203 of 255 = 80%

162
231
203

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

Portions of RGB colors in percentages

R + G + B = 162 + 231 + 203 = 596 (100%)
R 162 of 596 ~ 27.18%
G 231 of 596 ~ 38.76%
B 203 of 596 ~ 34.06'%

%27.18
%38.76
%34.06

CMYK color model

#A2E7CB color CMYK value is (30,0,12,9).

  • cyan value is 29.87%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 9.41%

CMYK: (30,0,12,9)
C30M0Y12K9 (30%, 0%, 12%, 9%)
(0.30 / 0.00 / 0.12 / 0.09)

CMYK percentages

%29.87
%0
%12.12
%9.41

Codes

Color #A2E7CB in popluar color models

A2 E7 CB
RGB 162 231 203
HSL 156° 58.97% 77.06%
HSB/HSV 156° 29.87% 90.59%
CMYK 29.87% 0.00% 12.12%
9.41%

Color #A2E7CB in popluar number systems.

HEX A2 E7 CB
Decimal 162 231 203
Binary 10100010 11100111 11001011
Octal 242 347 313

Shades and tints

Shades of #A2E7CB

#A2E7CB
(162,231,203)
#94D2B9
(148,210,185)
#86BDA7
(134,189,167)
#78A895
(120,168,149)
#6A9383
(106,147,131)
#5C7E71
(92,126,113)
#4E695F
(78,105,95)
#40544D
(64,84,77)
#323F3B
(50,63,59)
#242A29
(36,42,41)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #A2E7CB

#A2E7CB
(162,231,203)
#AAE9CF
(170,233,207)
#B2EBD3
(178,235,211)
#BAEDD7
(186,237,215)
#C2EFDB
(194,239,219)
#CAF1DF
(202,241,223)
#D2F3E3
(210,243,227)
#DAF5E7
(218,245,231)
#E2F7EB
(226,247,235)
#EAF9EF
(234,249,239)
#F2FBF3
(242,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2E7CB; }

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

This text font color is #A2E7CB.

Background Color

.myBgColor { background-color: #A2E7CB; }

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

This div background color is #A2E7CB.

Border color

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

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

This div border color is #A2E7CB.

Opacity

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

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

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

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

This text has shadow with #A2E7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2E7CB.

Preview

Color preview on black background

This text has color #A2E7CB on black background.


Color preview on white background

This text has color #A2E7CB on white background.


Black color preview on #A2E7CB background

This text has black color on #A2E7CB background.


White color preview on #A2E7CB background

This text has white color on #A2E7CB background.


Related colors

Complementary color

Complementary color for #hex is #5D1834.


I love getcolorcode.com

Triadic colors

1 #CBA2E7 and #E7CBA2 with #A2E7CB are triadic colors.

2 #CBE7A2 and #E7A2CB with #A2E7CB are triadic colors.