COLOR #A7FBE9

HEX: #A7FBE9
RGB: (167,251,233)

Color info

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

RGB color model

#A7FBE9 color RGB value is (167,251,233).

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

RGB channels and saturation

R 167 of 255 = 65%
G 251 of 255 = 98%
B 233 of 255 = 91%

167
251
233

R + G + B ~ 85%. #A7FBE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 251 + 233 = 651 (100%)
R 167 of 651 ~ 25.65%
G 251 of 651 ~ 38.56%
B 233 of 651 ~ 35.79%

%25.65
%38.56
%35.79

CMYK color model

#A7FBE9 color CMYK value is (33,0,7,2).

  • cyan value is 33.47%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 1.57%
CMYK:
(33,0,7,2)
C33M0Y7K2 
(33%,0%,7%,2%)
(0.33/0.00/0.07/0.02)	

CMYK percentages

%33.47
%0
%7.17
%1.57

Codes

Color #A7FBE9 in popluar color models

A7FBE9
RGB167251233
HSL167°91.30%81.96%
HSB/HSV167°33.47%98.43%
CMYK33.47%0.00%7.17%
1.57%

Color #A7FBE9 in popluar number systems.

HEXA7FBE9
Decimal167251233
Binary101001111111101111101001
Octal247373351

Shades and tints

Shades of #A7FBE9

#A7FBE9
(167,251,233)
#98E5D4
(152,229,212)
#89CFBF
(137,207,191)
#7AB9AA
(122,185,170)
#6BA395
(107,163,149)
#5C8D80
(92,141,128)
#4D776B
(77,119,107)
#3E6156
(62,97,86)
#2F4B41
(47,75,65)
#20352C
(32,53,44)
#111F17
(17,31,23)
#000000
(0,0,0)

Tints of #A7FBE9

#A7FBE9
(167,251,233)
#AFFBEB
(175,251,235)
#B7FBED
(183,251,237)
#BFFBEF
(191,251,239)
#C7FBF1
(199,251,241)
#CFFBF3
(207,251,243)
#D7FBF5
(215,251,245)
#DFFBF7
(223,251,247)
#E7FBF9
(231,251,249)
#EFFBFB
(239,251,251)
#F7FBFD
(247,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7FBE9; }

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

This text font color is #A7FBE9.


Background Color

.myBgColor { background-color: #A7FBE9; }

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

This div background color is #A7FBE9.


Border color

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

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

This div border color is #A7FBE9.


Opacity

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

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

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

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

This text has shadow with #A7FBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7FBE9 on black background.


Color preview on white background

This text has color #A7FBE9 on white background.



Black color preview on #A7FBE9 background

This text has black color on #A7FBE9 background.


White color preview on #A7FBE9 background

This text has white color on #A7FBE9 background.