COLOR #A7E0FF

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

Color info

#A7E0FF contains mainly green and blue colors. Web safe color of #A7E0FF is #99CCFF (or #9CF).

RGB color model

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

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

RGB channels and saturation

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

167
224
255

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

Portions of RGB colors in percentages

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

%25.85
%34.67
%39.47

CMYK color model

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

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

CMYK percentages

%34.51
%12.16
%0
%0

Codes

Color #A7E0FF in popluar color models

A7E0FF
RGB167224255
HSL201°100.00%82.75%
HSB/HSV201°34.51%100.00%
CMYK34.51%12.16%0.00%
0.00%

Color #A7E0FF in popluar number systems.

HEXA7E0FF
Decimal167224255
Binary101001111110000011111111
Octal247340377

Shades and tints

Shades of #A7E0FF

#A7E0FF
(167,224,255)
#98CCE8
(152,204,232)
#89B8D1
(137,184,209)
#7AA4BA
(122,164,186)
#6B90A3
(107,144,163)
#5C7C8C
(92,124,140)
#4D6875
(77,104,117)
#3E545E
(62,84,94)
#2F4047
(47,64,71)
#202C30
(32,44,48)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #A7E0FF

#A7E0FF
(167,224,255)
#AFE2FF
(175,226,255)
#B7E4FF
(183,228,255)
#BFE6FF
(191,230,255)
#C7E8FF
(199,232,255)
#CFEAFF
(207,234,255)
#D7ECFF
(215,236,255)
#DFEEFF
(223,238,255)
#E7F0FF
(231,240,255)
#EFF2FF
(239,242,255)
#F7F4FF
(247,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E0FF; }

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

This text font color is #A7E0FF.


Background Color

.myBgColor { background-color: #A7E0FF; }

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

This div background color is #A7E0FF.


Border color

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

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

This div border color is #A7E0FF.


Opacity

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

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

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

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

This text has shadow with #A7E0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E0FF on black background.


Color preview on white background

This text has color #A7E0FF on white background.



Black color preview on #A7E0FF background

This text has black color on #A7E0FF background.


White color preview on #A7E0FF background

This text has white color on #A7E0FF background.