COLOR #A7E2C2

HEX: #A7E2C2
RGB: (167,226,194)

Color info

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

RGB color model

#A7E2C2 color RGB value is (167,226,194).

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

RGB channels and saturation

R 167 of 255 = 65%
G 226 of 255 = 89%
B 194 of 255 = 76%

167
226
194

R + G + B ~ 77%. #A7E2C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 226 + 194 = 587 (100%)
R 167 of 587 ~ 28.45%
G 226 of 587 ~ 38.5%
B 194 of 587 ~ 33.05%

%28.45
%38.5
%33.05

CMYK color model

#A7E2C2 color CMYK value is (26,0,14,11).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 14.16%
  • key color value is 11.37%
CMYK:
(26,0,14,11)
C26M0Y14K11 
(26%,0%,14%,11%)
(0.26/0.00/0.14/0.11)	

CMYK percentages

%26.11
%0
%14.16
%11.37

Codes

Color #A7E2C2 in popluar color models

A7E2C2
RGB167226194
HSL147°50.43%77.06%
HSB/HSV147°26.11%88.63%
CMYK26.11%0.00%14.16%
11.37%

Color #A7E2C2 in popluar number systems.

HEXA7E2C2
Decimal167226194
Binary101001111110001011000010
Octal247342302

Shades and tints

Shades of #A7E2C2

#A7E2C2
(167,226,194)
#98CEB1
(152,206,177)
#89BAA0
(137,186,160)
#7AA68F
(122,166,143)
#6B927E
(107,146,126)
#5C7E6D
(92,126,109)
#4D6A5C
(77,106,92)
#3E564B
(62,86,75)
#2F423A
(47,66,58)
#202E29
(32,46,41)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #A7E2C2

#A7E2C2
(167,226,194)
#AFE4C7
(175,228,199)
#B7E6CC
(183,230,204)
#BFE8D1
(191,232,209)
#C7EAD6
(199,234,214)
#CFECDB
(207,236,219)
#D7EEE0
(215,238,224)
#DFF0E5
(223,240,229)
#E7F2EA
(231,242,234)
#EFF4EF
(239,244,239)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E2C2; }

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

This text font color is #A7E2C2.


Background Color

.myBgColor { background-color: #A7E2C2; }

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

This div background color is #A7E2C2.


Border color

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

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

This div border color is #A7E2C2.


Opacity

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

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

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

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

This text has shadow with #A7E2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E2C2 on black background.


Color preview on white background

This text has color #A7E2C2 on white background.



Black color preview on #A7E2C2 background

This text has black color on #A7E2C2 background.


White color preview on #A7E2C2 background

This text has white color on #A7E2C2 background.