COLOR #A7FAE0

HEX: #A7FAE0
RGB: (167,250,224)

Color info

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

RGB color model

#A7FAE0 color RGB value is (167,250,224).

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

RGB channels and saturation

R 167 of 255 = 65%
G 250 of 255 = 98%
B 224 of 255 = 88%

167
250
224

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

Portions of RGB colors in percentages

R + G + B =
167 + 250 + 224 = 641 (100%)
R 167 of 641 ~ 26.05%
G 250 of 641 ~ 39%
B 224 of 641 ~ 34.95%

%26.05
%39
%34.95

CMYK color model

#A7FAE0 color CMYK value is (33,0,10,2).

  • cyan value is 33.20%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 1.96%
CMYK:
(33,0,10,2)
C33M0Y10K2 
(33%,0%,10%,2%)
(0.33/0.00/0.10/0.02)	

CMYK percentages

%33.2
%0
%10.4
%1.96

Codes

Color #A7FAE0 in popluar color models

A7FAE0
RGB167250224
HSL161°89.25%81.76%
HSB/HSV161°33.20%98.04%
CMYK33.20%0.00%10.40%
1.96%

Color #A7FAE0 in popluar number systems.

HEXA7FAE0
Decimal167250224
Binary101001111111101011100000
Octal247372340

Shades and tints

Shades of #A7FAE0

#A7FAE0
(167,250,224)
#98E4CC
(152,228,204)
#89CEB8
(137,206,184)
#7AB8A4
(122,184,164)
#6BA290
(107,162,144)
#5C8C7C
(92,140,124)
#4D7668
(77,118,104)
#3E6054
(62,96,84)
#2F4A40
(47,74,64)
#20342C
(32,52,44)
#111E18
(17,30,24)
#000000
(0,0,0)

Tints of #A7FAE0

#A7FAE0
(167,250,224)
#AFFAE2
(175,250,226)
#B7FAE4
(183,250,228)
#BFFAE6
(191,250,230)
#C7FAE8
(199,250,232)
#CFFAEA
(207,250,234)
#D7FAEC
(215,250,236)
#DFFAEE
(223,250,238)
#E7FAF0
(231,250,240)
#EFFAF2
(239,250,242)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7FAE0; }

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

This text font color is #A7FAE0.


Background Color

.myBgColor { background-color: #A7FAE0; }

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

This div background color is #A7FAE0.


Border color

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

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

This div border color is #A7FAE0.


Opacity

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

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

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

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

This text has shadow with #A7FAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7FAE0 on black background.


Color preview on white background

This text has color #A7FAE0 on white background.



Black color preview on #A7FAE0 background

This text has black color on #A7FAE0 background.


White color preview on #A7FAE0 background

This text has white color on #A7FAE0 background.