COLOR #A7E2C7

HEX: #A7E2C7
RGB: (167,226,199)

Color info

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

RGB color model

#A7E2C7 color RGB value is (167,226,199).

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

RGB channels and saturation

R 167 of 255 = 65%
G 226 of 255 = 89%
B 199 of 255 = 78%

167
226
199

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

Portions of RGB colors in percentages

R + G + B =
167 + 226 + 199 = 592 (100%)
R 167 of 592 ~ 28.21%
G 226 of 592 ~ 38.18%
B 199 of 592 ~ 33.61%

%28.21
%38.18
%33.61

CMYK color model

#A7E2C7 color CMYK value is (26,0,12,11).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 11.95%
  • key color value is 11.37%
CMYK:
(26,0,12,11)
C26M0Y12K11 
(26%,0%,12%,11%)
(0.26/0.00/0.12/0.11)	

CMYK percentages

%26.11
%0
%11.95
%11.37

Codes

Color #A7E2C7 in popluar color models

A7E2C7
RGB167226199
HSL153°50.43%77.06%
HSB/HSV153°26.11%88.63%
CMYK26.11%0.00%11.95%
11.37%

Color #A7E2C7 in popluar number systems.

HEXA7E2C7
Decimal167226199
Binary101001111110001011000111
Octal247342307

Shades and tints

Shades of #A7E2C7

#A7E2C7
(167,226,199)
#98CEB5
(152,206,181)
#89BAA3
(137,186,163)
#7AA691
(122,166,145)
#6B927F
(107,146,127)
#5C7E6D
(92,126,109)
#4D6A5B
(77,106,91)
#3E5649
(62,86,73)
#2F4237
(47,66,55)
#202E25
(32,46,37)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #A7E2C7

#A7E2C7
(167,226,199)
#AFE4CC
(175,228,204)
#B7E6D1
(183,230,209)
#BFE8D6
(191,232,214)
#C7EADB
(199,234,219)
#CFECE0
(207,236,224)
#D7EEE5
(215,238,229)
#DFF0EA
(223,240,234)
#E7F2EF
(231,242,239)
#EFF4F4
(239,244,244)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E2C7; }

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

This text font color is #A7E2C7.


Background Color

.myBgColor { background-color: #A7E2C7; }

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

This div background color is #A7E2C7.


Border color

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

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

This div border color is #A7E2C7.


Opacity

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

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

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

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

This text has shadow with #A7E2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E2C7 on black background.


Color preview on white background

This text has color #A7E2C7 on white background.



Black color preview on #A7E2C7 background

This text has black color on #A7E2C7 background.


White color preview on #A7E2C7 background

This text has white color on #A7E2C7 background.