COLOR #A7FBB7

HEX: #A7FBB7 RGB: (167,251,183)

Color info

#A7FBB7 contains mainly green color. Web safe color of #A7FBB7 is #99FFCC (or #9FC).

RGB color model

#A7FBB7 color RGB value is (167,251,183).

RGB: (167,251,183) (65%, 98%, 72%)

RGB channels and saturation

R 167 of 255 = 65%
G 251 of 255 = 98%
B 183 of 255 = 72%

167
251
183

R + G + B ~ 78%. #A7FBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 251 + 183 = 601 (100%)
R 167 of 601 ~ 27.79%
G 251 of 601 ~ 41.76%
B 183 of 601 ~ 30.45'%

%27.79
%41.76
%30.45

CMYK color model

#A7FBB7 color CMYK value is (33,0,27,2).

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

CMYK: (33,0,27,2)
C33M0Y27K2 (33%, 0%, 27%, 2%)
(0.33 / 0.00 / 0.27 / 0.02)

CMYK percentages

%33.47
%0
%27.09
%1.57

Codes

Color #A7FBB7 in popluar color models

A7 FB B7
RGB 167 251 183
HSL 131° 91.30% 81.96%
HSB/HSV 131° 33.47% 98.43%
CMYK 33.47% 0.00% 27.09%
1.57%

Color #A7FBB7 in popluar number systems.

HEX A7 FB B7
Decimal 167 251 183
Binary 10100111 11111011 10110111
Octal 247 373 267

Shades and tints

Shades of #A7FBB7

#A7FBB7
(167,251,183)
#98E5A7
(152,229,167)
#89CF97
(137,207,151)
#7AB987
(122,185,135)
#6BA377
(107,163,119)
#5C8D67
(92,141,103)
#4D7757
(77,119,87)
#3E6147
(62,97,71)
#2F4B37
(47,75,55)
#203527
(32,53,39)
#111F17
(17,31,23)
#000000
(0,0,0)

Tints of #A7FBB7

#A7FBB7
(167,251,183)
#AFFBBD
(175,251,189)
#B7FBC3
(183,251,195)
#BFFBC9
(191,251,201)
#C7FBCF
(199,251,207)
#CFFBD5
(207,251,213)
#D7FBDB
(215,251,219)
#DFFBE1
(223,251,225)
#E7FBE7
(231,251,231)
#EFFBED
(239,251,237)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7FBB7; }

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

This text font color is #A7FBB7.

Background Color

.myBgColor { background-color: #A7FBB7; }

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

This div background color is #A7FBB7.

Border color

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

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

This div border color is #A7FBB7.

Opacity

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

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

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

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

This text has shadow with #A7FBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7FBB7.

Preview

Color preview on black background

This text has color #A7FBB7 on black background.


Color preview on white background

This text has color #A7FBB7 on white background.


Black color preview on #A7FBB7 background

This text has black color on #A7FBB7 background.


White color preview on #A7FBB7 background

This text has white color on #A7FBB7 background.


Related colors

Complementary color

Complementary color for #hex is #580448.


I love getcolorcode.com

Triadic colors

1 #B7A7FB and #FBB7A7 with #A7FBB7 are triadic colors.

2 #B7FBA7 and #FBA7B7 with #A7FBB7 are triadic colors.