COLOR #A7FFFF

HEX: #A7FFFF
RGB: (167,255,255)

Color info

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

RGB color model

#A7FFFF color RGB value is (167,255,255).

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

RGB channels and saturation

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

167
255
255

R + G + B ~ 88%. #A7FFFF is light color.

Portions of RGB colors in percentages

R + G + B =
167 + 255 + 255 = 677 (100%)
R 167 of 677 ~ 24.67%
G 255 of 677 ~ 37.67%
B 255 of 677 ~ 37.67%

%24.67
%37.67
%37.67

CMYK color model

#A7FFFF color CMYK value is (35,0,0,0).

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

CMYK percentages

%34.51
%0
%0
%0

Codes

Color #A7FFFF in popluar color models

A7FFFF
RGB167255255
HSL180°100.00%82.75%
HSB/HSV180°34.51%100.00%
CMYK34.51%0.00%0.00%
0.00%

Color #A7FFFF in popluar number systems.

HEXA7FFFF
Decimal167255255
Binary101001111111111111111111
Octal247377377

Shades and tints

Shades of #A7FFFF

#A7FFFF
(167,255,255)
#98E8E8
(152,232,232)
#89D1D1
(137,209,209)
#7ABABA
(122,186,186)
#6BA3A3
(107,163,163)
#5C8C8C
(92,140,140)
#4D7575
(77,117,117)
#3E5E5E
(62,94,94)
#2F4747
(47,71,71)
#203030
(32,48,48)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #A7FFFF

#A7FFFF
(167,255,255)
#AFFFFF
(175,255,255)
#B7FFFF
(183,255,255)
#BFFFFF
(191,255,255)
#C7FFFF
(199,255,255)
#CFFFFF
(207,255,255)
#D7FFFF
(215,255,255)
#DFFFFF
(223,255,255)
#E7FFFF
(231,255,255)
#EFFFFF
(239,255,255)
#F7FFFF
(247,255,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7FFFF; }

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

This text font color is #A7FFFF.


Background Color

.myBgColor { background-color: #A7FFFF; }

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

This div background color is #A7FFFF.


Border color

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

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

This div border color is #A7FFFF.


Opacity

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

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

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

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

This text has shadow with #A7FFFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7FFFF on black background.


Color preview on white background

This text has color #A7FFFF on white background.



Black color preview on #A7FFFF background

This text has black color on #A7FFFF background.


White color preview on #A7FFFF background

This text has white color on #A7FFFF background.