COLOR #A7E9E5

HEX: #A7E9E5
RGB: (167,233,229)

Color info

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

RGB color model

#A7E9E5 color RGB value is (167,233,229).

  • red value is 167;
  • green value is 233;
  • blue value is 229.
RGB:
(167,233,229)
(65%,91%,90%)

RGB channels and saturation

R 167 of 255 = 65%
G 233 of 255 = 91%
B 229 of 255 = 90%

167
233
229

R + G + B ~ 82%. #A7E9E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 233 + 229 = 629 (100%)
R 167 of 629 ~ 26.55%
G 233 of 629 ~ 37.04%
B 229 of 629 ~ 36.41%

%26.55
%37.04
%36.41

CMYK color model

#A7E9E5 color CMYK value is (28,0,2,9).

  • cyan value is 28.33%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 8.63%
CMYK:
(28,0,2,9)
C28M0Y2K9 
(28%,0%,2%,9%)
(0.28/0.00/0.02/0.09)	

CMYK percentages

%28.33
%0
%1.72
%8.63

Codes

Color #A7E9E5 in popluar color models

A7E9E5
RGB167233229
HSL176°60.00%78.43%
HSB/HSV176°28.33%91.37%
CMYK28.33%0.00%1.72%
8.63%

Color #A7E9E5 in popluar number systems.

HEXA7E9E5
Decimal167233229
Binary101001111110100111100101
Octal247351345

Shades and tints

Shades of #A7E9E5

#A7E9E5
(167,233,229)
#98D4D1
(152,212,209)
#89BFBD
(137,191,189)
#7AAAA9
(122,170,169)
#6B9595
(107,149,149)
#5C8081
(92,128,129)
#4D6B6D
(77,107,109)
#3E5659
(62,86,89)
#2F4145
(47,65,69)
#202C31
(32,44,49)
#11171D
(17,23,29)
#000000
(0,0,0)

Tints of #A7E9E5

#A7E9E5
(167,233,229)
#AFEBE7
(175,235,231)
#B7EDE9
(183,237,233)
#BFEFEB
(191,239,235)
#C7F1ED
(199,241,237)
#CFF3EF
(207,243,239)
#D7F5F1
(215,245,241)
#DFF7F3
(223,247,243)
#E7F9F5
(231,249,245)
#EFFBF7
(239,251,247)
#F7FDF9
(247,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E9E5 color. Also use rgb(167,233,229) instead hex code.

Text Font Color

.myTextColor { color: #A7E9E5; }

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

This text font color is #A7E9E5.


Background Color

.myBgColor { background-color: #A7E9E5; }

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

This div background color is #A7E9E5.


Border color

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

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

This div border color is #A7E9E5.


Opacity

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

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

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

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

This text has shadow with #A7E9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E9E5 on black background.


Color preview on white background

This text has color #A7E9E5 on white background.



Black color preview on #A7E9E5 background

This text has black color on #A7E9E5 background.


White color preview on #A7E9E5 background

This text has white color on #A7E9E5 background.