COLOR #A7FFE0

HEX: #A7FFE0
RGB: (167,255,224)

Color info

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

RGB color model

#A7FFE0 color RGB value is (167,255,224).

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

RGB channels and saturation

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

167
255
224

R + G + B ~ 84%. #A7FFE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 255 + 224 = 646 (100%)
R 167 of 646 ~ 25.85%
G 255 of 646 ~ 39.47%
B 224 of 646 ~ 34.67%

%25.85
%39.47
%34.67

CMYK color model

#A7FFE0 color CMYK value is (35,0,12,0).

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

CMYK percentages

%34.51
%0
%12.16
%0

Codes

Color #A7FFE0 in popluar color models

A7FFE0
RGB167255224
HSL159°100.00%82.75%
HSB/HSV159°34.51%100.00%
CMYK34.51%0.00%12.16%
0.00%

Color #A7FFE0 in popluar number systems.

HEXA7FFE0
Decimal167255224
Binary101001111111111111100000
Octal247377340

Shades and tints

Shades of #A7FFE0

#A7FFE0
(167,255,224)
#98E8CC
(152,232,204)
#89D1B8
(137,209,184)
#7ABAA4
(122,186,164)
#6BA390
(107,163,144)
#5C8C7C
(92,140,124)
#4D7568
(77,117,104)
#3E5E54
(62,94,84)
#2F4740
(47,71,64)
#20302C
(32,48,44)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #A7FFE0

#A7FFE0
(167,255,224)
#AFFFE2
(175,255,226)
#B7FFE4
(183,255,228)
#BFFFE6
(191,255,230)
#C7FFE8
(199,255,232)
#CFFFEA
(207,255,234)
#D7FFEC
(215,255,236)
#DFFFEE
(223,255,238)
#E7FFF0
(231,255,240)
#EFFFF2
(239,255,242)
#F7FFF4
(247,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7FFE0; }

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

This text font color is #A7FFE0.


Background Color

.myBgColor { background-color: #A7FFE0; }

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

This div background color is #A7FFE0.


Border color

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

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

This div border color is #A7FFE0.


Opacity

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

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

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

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

This text has shadow with #A7FFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7FFE0 on black background.


Color preview on white background

This text has color #A7FFE0 on white background.



Black color preview on #A7FFE0 background

This text has black color on #A7FFE0 background.


White color preview on #A7FFE0 background

This text has white color on #A7FFE0 background.