COLOR #A7E2BE

HEX: #A7E2BE
RGB: (167,226,190)

Color info

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

RGB color model

#A7E2BE color RGB value is (167,226,190).

  • red value is 167;
  • green value is 226;
  • blue value is 190.
RGB:
(167,226,190)
(65%,89%,75%)

RGB channels and saturation

R 167 of 255 = 65%
G 226 of 255 = 89%
B 190 of 255 = 75%

167
226
190

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

Portions of RGB colors in percentages

R + G + B =
167 + 226 + 190 = 583 (100%)
R 167 of 583 ~ 28.64%
G 226 of 583 ~ 38.77%
B 190 of 583 ~ 32.59%

%28.64
%38.77
%32.59

CMYK color model

#A7E2BE color CMYK value is (26,0,16,11).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 11.37%
CMYK:
(26,0,16,11)
C26M0Y16K11 
(26%,0%,16%,11%)
(0.26/0.00/0.16/0.11)	

CMYK percentages

%26.11
%0
%15.93
%11.37

Codes

Color #A7E2BE in popluar color models

A7E2BE
RGB167226190
HSL143°50.43%77.06%
HSB/HSV143°26.11%88.63%
CMYK26.11%0.00%15.93%
11.37%

Color #A7E2BE in popluar number systems.

HEXA7E2BE
Decimal167226190
Binary101001111110001010111110
Octal247342276

Shades and tints

Shades of #A7E2BE

#A7E2BE
(167,226,190)
#98CEAD
(152,206,173)
#89BA9C
(137,186,156)
#7AA68B
(122,166,139)
#6B927A
(107,146,122)
#5C7E69
(92,126,105)
#4D6A58
(77,106,88)
#3E5647
(62,86,71)
#2F4236
(47,66,54)
#202E25
(32,46,37)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #A7E2BE

#A7E2BE
(167,226,190)
#AFE4C3
(175,228,195)
#B7E6C8
(183,230,200)
#BFE8CD
(191,232,205)
#C7EAD2
(199,234,210)
#CFECD7
(207,236,215)
#D7EEDC
(215,238,220)
#DFF0E1
(223,240,225)
#E7F2E6
(231,242,230)
#EFF4EB
(239,244,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E2BE color. Also use rgb(167,226,190) instead hex code.

Text Font Color

.myTextColor { color: #A7E2BE; }

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

This text font color is #A7E2BE.


Background Color

.myBgColor { background-color: #A7E2BE; }

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

This div background color is #A7E2BE.


Border color

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

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

This div border color is #A7E2BE.


Opacity

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

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

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

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

This text has shadow with #A7E2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E2BE on black background.


Color preview on white background

This text has color #A7E2BE on white background.



Black color preview on #A7E2BE background

This text has black color on #A7E2BE background.


White color preview on #A7E2BE background

This text has white color on #A7E2BE background.