COLOR #A7F6EE

HEX: #A7F6EE
RGB: (167,246,238)

Color info

#A7F6EE contains mainly green and blue colors. Web safe color of #A7F6EE is #99FFFF (or #9FF).

RGB color model

#A7F6EE color RGB value is (167,246,238).

  • red value is 167;
  • green value is 246;
  • blue value is 238.
RGB:
(167,246,238)
(65%,96%,93%)

RGB channels and saturation

R 167 of 255 = 65%
G 246 of 255 = 96%
B 238 of 255 = 93%

167
246
238

R + G + B ~ 85%. #A7F6EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 246 + 238 = 651 (100%)
R 167 of 651 ~ 25.65%
G 246 of 651 ~ 37.79%
B 238 of 651 ~ 36.56%

%25.65
%37.79
%36.56

CMYK color model

#A7F6EE color CMYK value is (32,0,3,4).

  • cyan value is 32.11%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK:
(32,0,3,4)
C32M0Y3K4 
(32%,0%,3%,4%)
(0.32/0.00/0.03/0.04)	

CMYK percentages

%32.11
%0
%3.25
%3.53

Codes

Color #A7F6EE in popluar color models

A7F6EE
RGB167246238
HSL174°81.44%80.98%
HSB/HSV174°32.11%96.47%
CMYK32.11%0.00%3.25%
3.53%

Color #A7F6EE in popluar number systems.

HEXA7F6EE
Decimal167246238
Binary101001111111011011101110
Octal247366356

Shades and tints

Shades of #A7F6EE

#A7F6EE
(167,246,238)
#98E0D9
(152,224,217)
#89CAC4
(137,202,196)
#7AB4AF
(122,180,175)
#6B9E9A
(107,158,154)
#5C8885
(92,136,133)
#4D7270
(77,114,112)
#3E5C5B
(62,92,91)
#2F4646
(47,70,70)
#203031
(32,48,49)
#111A1C
(17,26,28)
#000000
(0,0,0)

Tints of #A7F6EE

#A7F6EE
(167,246,238)
#AFF6EF
(175,246,239)
#B7F6F0
(183,246,240)
#BFF6F1
(191,246,241)
#C7F6F2
(199,246,242)
#CFF6F3
(207,246,243)
#D7F6F4
(215,246,244)
#DFF6F5
(223,246,245)
#E7F6F6
(231,246,246)
#EFF6F7
(239,246,247)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F6EE color. Also use rgb(167,246,238) instead hex code.

Text Font Color

.myTextColor { color: #A7F6EE; }

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

This text font color is #A7F6EE.


Background Color

.myBgColor { background-color: #A7F6EE; }

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

This div background color is #A7F6EE.


Border color

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

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

This div border color is #A7F6EE.


Opacity

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

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

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

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

This text has shadow with #A7F6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F6EE on black background.


Color preview on white background

This text has color #A7F6EE on white background.



Black color preview on #A7F6EE background

This text has black color on #A7F6EE background.


White color preview on #A7F6EE background

This text has white color on #A7F6EE background.