COLOR #A7F6E3

HEX: #A7F6E3
RGB: (167,246,227)

Color info

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

RGB color model

#A7F6E3 color RGB value is (167,246,227).

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

RGB channels and saturation

R 167 of 255 = 65%
G 246 of 255 = 96%
B 227 of 255 = 89%

167
246
227

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

Portions of RGB colors in percentages

R + G + B =
167 + 246 + 227 = 640 (100%)
R 167 of 640 ~ 26.09%
G 246 of 640 ~ 38.44%
B 227 of 640 ~ 35.47%

%26.09
%38.44
%35.47

CMYK color model

#A7F6E3 color CMYK value is (32,0,8,4).

  • cyan value is 32.11%
  • magenta value is 0.00%
  • yellow value is 7.72%
  • key color value is 3.53%
CMYK:
(32,0,8,4)
C32M0Y8K4 
(32%,0%,8%,4%)
(0.32/0.00/0.08/0.04)	

CMYK percentages

%32.11
%0
%7.72
%3.53

Codes

Color #A7F6E3 in popluar color models

A7F6E3
RGB167246227
HSL166°81.44%80.98%
HSB/HSV166°32.11%96.47%
CMYK32.11%0.00%7.72%
3.53%

Color #A7F6E3 in popluar number systems.

HEXA7F6E3
Decimal167246227
Binary101001111111011011100011
Octal247366343

Shades and tints

Shades of #A7F6E3

#A7F6E3
(167,246,227)
#98E0CF
(152,224,207)
#89CABB
(137,202,187)
#7AB4A7
(122,180,167)
#6B9E93
(107,158,147)
#5C887F
(92,136,127)
#4D726B
(77,114,107)
#3E5C57
(62,92,87)
#2F4643
(47,70,67)
#20302F
(32,48,47)
#111A1B
(17,26,27)
#000000
(0,0,0)

Tints of #A7F6E3

#A7F6E3
(167,246,227)
#AFF6E5
(175,246,229)
#B7F6E7
(183,246,231)
#BFF6E9
(191,246,233)
#C7F6EB
(199,246,235)
#CFF6ED
(207,246,237)
#D7F6EF
(215,246,239)
#DFF6F1
(223,246,241)
#E7F6F3
(231,246,243)
#EFF6F5
(239,246,245)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7F6E3; }

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

This text font color is #A7F6E3.


Background Color

.myBgColor { background-color: #A7F6E3; }

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

This div background color is #A7F6E3.


Border color

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

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

This div border color is #A7F6E3.


Opacity

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

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

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

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

This text has shadow with #A7F6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F6E3 on black background.


Color preview on white background

This text has color #A7F6E3 on white background.



Black color preview on #A7F6E3 background

This text has black color on #A7F6E3 background.


White color preview on #A7F6E3 background

This text has white color on #A7F6E3 background.