COLOR #A7E2BD

HEX: #A7E2BD
RGB: (167,226,189)

Color info

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

RGB color model

#A7E2BD color RGB value is (167,226,189).

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

RGB channels and saturation

R 167 of 255 = 65%
G 226 of 255 = 89%
B 189 of 255 = 74%

167
226
189

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

Portions of RGB colors in percentages

R + G + B =
167 + 226 + 189 = 582 (100%)
R 167 of 582 ~ 28.69%
G 226 of 582 ~ 38.83%
B 189 of 582 ~ 32.47%

%28.69
%38.83
%32.47

CMYK color model

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

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • 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
%16.37
%11.37

Codes

Color #A7E2BD in popluar color models

A7E2BD
RGB167226189
HSL142°50.43%77.06%
HSB/HSV142°26.11%88.63%
CMYK26.11%0.00%16.37%
11.37%

Color #A7E2BD in popluar number systems.

HEXA7E2BD
Decimal167226189
Binary101001111110001010111101
Octal247342275

Shades and tints

Shades of #A7E2BD

#A7E2BD
(167,226,189)
#98CEAC
(152,206,172)
#89BA9B
(137,186,155)
#7AA68A
(122,166,138)
#6B9279
(107,146,121)
#5C7E68
(92,126,104)
#4D6A57
(77,106,87)
#3E5646
(62,86,70)
#2F4235
(47,66,53)
#202E24
(32,46,36)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #A7E2BD

#A7E2BD
(167,226,189)
#AFE4C3
(175,228,195)
#B7E6C9
(183,230,201)
#BFE8CF
(191,232,207)
#C7EAD5
(199,234,213)
#CFECDB
(207,236,219)
#D7EEE1
(215,238,225)
#DFF0E7
(223,240,231)
#E7F2ED
(231,242,237)
#EFF4F3
(239,244,243)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E2BD; }

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

This text font color is #A7E2BD.


Background Color

.myBgColor { background-color: #A7E2BD; }

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

This div background color is #A7E2BD.


Border color

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

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

This div border color is #A7E2BD.


Opacity

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

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

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

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

This text has shadow with #A7E2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E2BD on black background.


Color preview on white background

This text has color #A7E2BD on white background.



Black color preview on #A7E2BD background

This text has black color on #A7E2BD background.


White color preview on #A7E2BD background

This text has white color on #A7E2BD background.