COLOR #A7FBE2

HEX: #A7FBE2
RGB: (167,251,226)

Color info

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

RGB color model

#A7FBE2 color RGB value is (167,251,226).

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

RGB channels and saturation

R 167 of 255 = 65%
G 251 of 255 = 98%
B 226 of 255 = 89%

167
251
226

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

Portions of RGB colors in percentages

R + G + B =
167 + 251 + 226 = 644 (100%)
R 167 of 644 ~ 25.93%
G 251 of 644 ~ 38.98%
B 226 of 644 ~ 35.09%

%25.93
%38.98
%35.09

CMYK color model

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

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

CMYK percentages

%33.47
%0
%9.96
%1.57

Codes

Color #A7FBE2 in popluar color models

A7FBE2
RGB167251226
HSL162°91.30%81.96%
HSB/HSV162°33.47%98.43%
CMYK33.47%0.00%9.96%
1.57%

Color #A7FBE2 in popluar number systems.

HEXA7FBE2
Decimal167251226
Binary101001111111101111100010
Octal247373342

Shades and tints

Shades of #A7FBE2

#A7FBE2
(167,251,226)
#98E5CE
(152,229,206)
#89CFBA
(137,207,186)
#7AB9A6
(122,185,166)
#6BA392
(107,163,146)
#5C8D7E
(92,141,126)
#4D776A
(77,119,106)
#3E6156
(62,97,86)
#2F4B42
(47,75,66)
#20352E
(32,53,46)
#111F1A
(17,31,26)
#000000
(0,0,0)

Tints of #A7FBE2

#A7FBE2
(167,251,226)
#AFFBE4
(175,251,228)
#B7FBE6
(183,251,230)
#BFFBE8
(191,251,232)
#C7FBEA
(199,251,234)
#CFFBEC
(207,251,236)
#D7FBEE
(215,251,238)
#DFFBF0
(223,251,240)
#E7FBF2
(231,251,242)
#EFFBF4
(239,251,244)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7FBE2; }

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

This text font color is #A7FBE2.


Background Color

.myBgColor { background-color: #A7FBE2; }

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

This div background color is #A7FBE2.


Border color

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

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

This div border color is #A7FBE2.


Opacity

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

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

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

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

This text has shadow with #A7FBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7FBE2 on black background.


Color preview on white background

This text has color #A7FBE2 on white background.



Black color preview on #A7FBE2 background

This text has black color on #A7FBE2 background.


White color preview on #A7FBE2 background

This text has white color on #A7FBE2 background.