COLOR #A7FBEF

HEX: #A7FBEF
RGB: (167,251,239)

Color info

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

RGB color model

#A7FBEF color RGB value is (167,251,239).

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

RGB channels and saturation

R 167 of 255 = 65%
G 251 of 255 = 98%
B 239 of 255 = 94%

167
251
239

R + G + B ~ 86%. #A7FBEF is light color.

Portions of RGB colors in percentages

R + G + B =
167 + 251 + 239 = 657 (100%)
R 167 of 657 ~ 25.42%
G 251 of 657 ~ 38.2%
B 239 of 657 ~ 36.38%

%25.42
%38.2
%36.38

CMYK color model

#A7FBEF color CMYK value is (33,0,5,2).

  • cyan value is 33.47%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 1.57%
CMYK:
(33,0,5,2)
C33M0Y5K2 
(33%,0%,5%,2%)
(0.33/0.00/0.05/0.02)	

CMYK percentages

%33.47
%0
%4.78
%1.57

Codes

Color #A7FBEF in popluar color models

A7FBEF
RGB167251239
HSL171°91.30%81.96%
HSB/HSV171°33.47%98.43%
CMYK33.47%0.00%4.78%
1.57%

Color #A7FBEF in popluar number systems.

HEXA7FBEF
Decimal167251239
Binary101001111111101111101111
Octal247373357

Shades and tints

Shades of #A7FBEF

#A7FBEF
(167,251,239)
#98E5DA
(152,229,218)
#89CFC5
(137,207,197)
#7AB9B0
(122,185,176)
#6BA39B
(107,163,155)
#5C8D86
(92,141,134)
#4D7771
(77,119,113)
#3E615C
(62,97,92)
#2F4B47
(47,75,71)
#203532
(32,53,50)
#111F1D
(17,31,29)
#000000
(0,0,0)

Tints of #A7FBEF

#A7FBEF
(167,251,239)
#AFFBF0
(175,251,240)
#B7FBF1
(183,251,241)
#BFFBF2
(191,251,242)
#C7FBF3
(199,251,243)
#CFFBF4
(207,251,244)
#D7FBF5
(215,251,245)
#DFFBF6
(223,251,246)
#E7FBF7
(231,251,247)
#EFFBF8
(239,251,248)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7FBEF; }

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

This text font color is #A7FBEF.


Background Color

.myBgColor { background-color: #A7FBEF; }

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

This div background color is #A7FBEF.


Border color

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

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

This div border color is #A7FBEF.


Opacity

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

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

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

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

This text has shadow with #A7FBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7FBEF on black background.


Color preview on white background

This text has color #A7FBEF on white background.



Black color preview on #A7FBEF background

This text has black color on #A7FBEF background.


White color preview on #A7FBEF background

This text has white color on #A7FBEF background.