COLOR #A7E0FB

HEX: #A7E0FB
RGB: (167,224,251)

Color info

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

RGB color model

#A7E0FB color RGB value is (167,224,251).

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

RGB channels and saturation

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

167
224
251

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

Portions of RGB colors in percentages

R + G + B =
167 + 224 + 251 = 642 (100%)
R 167 of 642 ~ 26.01%
G 224 of 642 ~ 34.89%
B 251 of 642 ~ 39.1%

%26.01
%34.89
%39.1

CMYK color model

#A7E0FB color CMYK value is (33,11,0,2).

  • cyan value is 33.47%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(33,11,0,2)
C33M11Y0K2 
(33%,11%,0%,2%)
(0.33/0.11/0.00/0.02)	

CMYK percentages

%33.47
%10.76
%0
%1.57

Codes

Color #A7E0FB in popluar color models

A7E0FB
RGB167224251
HSL199°91.30%81.96%
HSB/HSV199°33.47%98.43%
CMYK33.47%10.76%0.00%
1.57%

Color #A7E0FB in popluar number systems.

HEXA7E0FB
Decimal167224251
Binary101001111110000011111011
Octal247340373

Shades and tints

Shades of #A7E0FB

#A7E0FB
(167,224,251)
#98CCE5
(152,204,229)
#89B8CF
(137,184,207)
#7AA4B9
(122,164,185)
#6B90A3
(107,144,163)
#5C7C8D
(92,124,141)
#4D6877
(77,104,119)
#3E5461
(62,84,97)
#2F404B
(47,64,75)
#202C35
(32,44,53)
#11181F
(17,24,31)
#000000
(0,0,0)

Tints of #A7E0FB

#A7E0FB
(167,224,251)
#AFE2FB
(175,226,251)
#B7E4FB
(183,228,251)
#BFE6FB
(191,230,251)
#C7E8FB
(199,232,251)
#CFEAFB
(207,234,251)
#D7ECFB
(215,236,251)
#DFEEFB
(223,238,251)
#E7F0FB
(231,240,251)
#EFF2FB
(239,242,251)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E0FB; }

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

This text font color is #A7E0FB.


Background Color

.myBgColor { background-color: #A7E0FB; }

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

This div background color is #A7E0FB.


Border color

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

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

This div border color is #A7E0FB.


Opacity

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

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

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

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

This text has shadow with #A7E0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E0FB on black background.


Color preview on white background

This text has color #A7E0FB on white background.



Black color preview on #A7E0FB background

This text has black color on #A7E0FB background.


White color preview on #A7E0FB background

This text has white color on #A7E0FB background.