COLOR #A7FFE6

HEX: #A7FFE6
RGB: (167,255,230)

Color info

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

RGB color model

#A7FFE6 color RGB value is (167,255,230).

  • red value is 167;
  • green value is 255;
  • blue value is 230.
RGB:
(167,255,230)
(65%,100%,90%)

RGB channels and saturation

R 167 of 255 = 65%
G 255 of 255 = 100%
B 230 of 255 = 90%

167
255
230

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

Portions of RGB colors in percentages

R + G + B =
167 + 255 + 230 = 652 (100%)
R 167 of 652 ~ 25.61%
G 255 of 652 ~ 39.11%
B 230 of 652 ~ 35.28%

%25.61
%39.11
%35.28

CMYK color model

#A7FFE6 color CMYK value is (35,0,10,0).

  • cyan value is 34.51%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(35,0,10,0)
C35M0Y10K0 
(35%,0%,10%,0%)
(0.35/0.00/0.10/0.00)	

CMYK percentages

%34.51
%0
%9.8
%0

Codes

Color #A7FFE6 in popluar color models

A7FFE6
RGB167255230
HSL163°100.00%82.75%
HSB/HSV163°34.51%100.00%
CMYK34.51%0.00%9.80%
0.00%

Color #A7FFE6 in popluar number systems.

HEXA7FFE6
Decimal167255230
Binary101001111111111111100110
Octal247377346

Shades and tints

Shades of #A7FFE6

#A7FFE6
(167,255,230)
#98E8D2
(152,232,210)
#89D1BE
(137,209,190)
#7ABAAA
(122,186,170)
#6BA396
(107,163,150)
#5C8C82
(92,140,130)
#4D756E
(77,117,110)
#3E5E5A
(62,94,90)
#2F4746
(47,71,70)
#203032
(32,48,50)
#11191E
(17,25,30)
#000000
(0,0,0)

Tints of #A7FFE6

#A7FFE6
(167,255,230)
#AFFFE8
(175,255,232)
#B7FFEA
(183,255,234)
#BFFFEC
(191,255,236)
#C7FFEE
(199,255,238)
#CFFFF0
(207,255,240)
#D7FFF2
(215,255,242)
#DFFFF4
(223,255,244)
#E7FFF6
(231,255,246)
#EFFFF8
(239,255,248)
#F7FFFA
(247,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7FFE6 color. Also use rgb(167,255,230) instead hex code.

Text Font Color

.myTextColor { color: #A7FFE6; }

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

This text font color is #A7FFE6.


Background Color

.myBgColor { background-color: #A7FFE6; }

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

This div background color is #A7FFE6.


Border color

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

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

This div border color is #A7FFE6.


Opacity

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

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

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

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

This text has shadow with #A7FFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7FFE6 on black background.


Color preview on white background

This text has color #A7FFE6 on white background.



Black color preview on #A7FFE6 background

This text has black color on #A7FFE6 background.


White color preview on #A7FFE6 background

This text has white color on #A7FFE6 background.