COLOR #A7FBE8

HEX: #A7FBE8 RGB: (167,251,232)

Color info

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

RGB color model

#A7FBE8 color RGB value is (167,251,232).

RGB: (167,251,232) (65%, 98%, 91%)

RGB channels and saturation

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

167
251
232

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

Portions of RGB colors in percentages

R + G + B = 167 + 251 + 232 = 650 (100%)
R 167 of 650 ~ 25.69%
G 251 of 650 ~ 38.62%
B 232 of 650 ~ 35.69'%

%25.69
%38.62
%35.69

CMYK color model

#A7FBE8 color CMYK value is (33,0,8,2).

  • cyan value is 33.47%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 1.57%

CMYK: (33,0,8,2)
C33M0Y8K2 (33%, 0%, 8%, 2%)
(0.33 / 0.00 / 0.08 / 0.02)

CMYK percentages

%33.47
%0
%7.57
%1.57

Codes

Color #A7FBE8 in popluar color models

A7 FB E8
RGB 167 251 232
HSL 166° 91.30% 81.96%
HSB/HSV 166° 33.47% 98.43%
CMYK 33.47% 0.00% 7.57%
1.57%

Color #A7FBE8 in popluar number systems.

HEX A7 FB E8
Decimal 167 251 232
Binary 10100111 11111011 11101000
Octal 247 373 350

Shades and tints

Shades of #A7FBE8

#A7FBE8
(167,251,232)
#98E5D3
(152,229,211)
#89CFBE
(137,207,190)
#7AB9A9
(122,185,169)
#6BA394
(107,163,148)
#5C8D7F
(92,141,127)
#4D776A
(77,119,106)
#3E6155
(62,97,85)
#2F4B40
(47,75,64)
#20352B
(32,53,43)
#111F16
(17,31,22)
#000000
(0,0,0)

Tints of #A7FBE8

#A7FBE8
(167,251,232)
#AFFBEA
(175,251,234)
#B7FBEC
(183,251,236)
#BFFBEE
(191,251,238)
#C7FBF0
(199,251,240)
#CFFBF2
(207,251,242)
#D7FBF4
(215,251,244)
#DFFBF6
(223,251,246)
#E7FBF8
(231,251,248)
#EFFBFA
(239,251,250)
#F7FBFC
(247,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7FBE8; }

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

This text font color is #A7FBE8.

Background Color

.myBgColor { background-color: #A7FBE8; }

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

This div background color is #A7FBE8.

Border color

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

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

This div border color is #A7FBE8.

Opacity

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

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

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

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

This text has shadow with #A7FBE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7FBE8.

Preview

Color preview on black background

This text has color #A7FBE8 on black background.


Color preview on white background

This text has color #A7FBE8 on white background.


Black color preview on #A7FBE8 background

This text has black color on #A7FBE8 background.


White color preview on #A7FBE8 background

This text has white color on #A7FBE8 background.


Related colors

Complementary color

Complementary color for #hex is #580417.


I love getcolorcode.com

Triadic colors

1 #E8A7FB and #FBE8A7 with #A7FBE8 are triadic colors.

2 #E8FBA7 and #FBA7E8 with #A7FBE8 are triadic colors.