COLOR #A7F3E2

HEX: #A7F3E2
RGB: (167,243,226)

Color info

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

RGB color model

#A7F3E2 color RGB value is (167,243,226).

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

RGB channels and saturation

R 167 of 255 = 65%
G 243 of 255 = 95%
B 226 of 255 = 89%

167
243
226

R + G + B ~ 83%. #A7F3E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 243 + 226 = 636 (100%)
R 167 of 636 ~ 26.26%
G 243 of 636 ~ 38.21%
B 226 of 636 ~ 35.53%

%26.26
%38.21
%35.53

CMYK color model

#A7F3E2 color CMYK value is (31,0,7,5).

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 7.00%
  • key color value is 4.71%
CMYK:
(31,0,7,5)
C31M0Y7K5 
(31%,0%,7%,5%)
(0.31/0.00/0.07/0.05)	

CMYK percentages

%31.28
%0
%7
%4.71

Codes

Color #A7F3E2 in popluar color models

A7F3E2
RGB167243226
HSL167°76.00%80.39%
HSB/HSV167°31.28%95.29%
CMYK31.28%0.00%7.00%
4.71%

Color #A7F3E2 in popluar number systems.

HEXA7F3E2
Decimal167243226
Binary101001111111001111100010
Octal247363342

Shades and tints

Shades of #A7F3E2

#A7F3E2
(167,243,226)
#98DDCE
(152,221,206)
#89C7BA
(137,199,186)
#7AB1A6
(122,177,166)
#6B9B92
(107,155,146)
#5C857E
(92,133,126)
#4D6F6A
(77,111,106)
#3E5956
(62,89,86)
#2F4342
(47,67,66)
#202D2E
(32,45,46)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #A7F3E2

#A7F3E2
(167,243,226)
#AFF4E4
(175,244,228)
#B7F5E6
(183,245,230)
#BFF6E8
(191,246,232)
#C7F7EA
(199,247,234)
#CFF8EC
(207,248,236)
#D7F9EE
(215,249,238)
#DFFAF0
(223,250,240)
#E7FBF2
(231,251,242)
#EFFCF4
(239,252,244)
#F7FDF6
(247,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7F3E2; }

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

This text font color is #A7F3E2.


Background Color

.myBgColor { background-color: #A7F3E2; }

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

This div background color is #A7F3E2.


Border color

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

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

This div border color is #A7F3E2.


Opacity

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

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

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

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

This text has shadow with #A7F3E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F3E2 on black background.


Color preview on white background

This text has color #A7F3E2 on white background.



Black color preview on #A7F3E2 background

This text has black color on #A7F3E2 background.


White color preview on #A7F3E2 background

This text has white color on #A7F3E2 background.