COLOR #A4FBB6

HEX: #A4FBB6
RGB: (164,251,182)

Color info

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

RGB color model

#A4FBB6 color RGB value is (164,251,182).

  • red value is 164;
  • green value is 251;
  • blue value is 182.
RGB:
(164,251,182)
(64%,98%,71%)

RGB channels and saturation

R 164 of 255 = 64%
G 251 of 255 = 98%
B 182 of 255 = 71%

164
251
182

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

Portions of RGB colors in percentages

R + G + B =
164 + 251 + 182 = 597 (100%)
R 164 of 597 ~ 27.47%
G 251 of 597 ~ 42.04%
B 182 of 597 ~ 30.49%

%27.47
%42.04
%30.49

CMYK color model

#A4FBB6 color CMYK value is (35,0,27,2).

  • cyan value is 34.66%
  • magenta value is 0.00%
  • yellow value is 27.49%
  • key color value is 1.57%
CMYK:
(35,0,27,2)
C35M0Y27K2 
(35%,0%,27%,2%)
(0.35/0.00/0.27/0.02)	

CMYK percentages

%34.66
%0
%27.49
%1.57

Codes

Color #A4FBB6 in popluar color models

A4FBB6
RGB164251182
HSL132°91.58%81.37%
HSB/HSV132°34.66%98.43%
CMYK34.66%0.00%27.49%
1.57%

Color #A4FBB6 in popluar number systems.

HEXA4FBB6
Decimal164251182
Binary101001001111101110110110
Octal244373266

Shades and tints

Shades of #A4FBB6

#A4FBB6
(164,251,182)
#96E5A6
(150,229,166)
#88CF96
(136,207,150)
#7AB986
(122,185,134)
#6CA376
(108,163,118)
#5E8D66
(94,141,102)
#507756
(80,119,86)
#426146
(66,97,70)
#344B36
(52,75,54)
#263526
(38,53,38)
#181F16
(24,31,22)
#000000
(0,0,0)

Tints of #A4FBB6

#A4FBB6
(164,251,182)
#ACFBBC
(172,251,188)
#B4FBC2
(180,251,194)
#BCFBC8
(188,251,200)
#C4FBCE
(196,251,206)
#CCFBD4
(204,251,212)
#D4FBDA
(212,251,218)
#DCFBE0
(220,251,224)
#E4FBE6
(228,251,230)
#ECFBEC
(236,251,236)
#F4FBF2
(244,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4FBB6 color. Also use rgb(164,251,182) instead hex code.

Text Font Color

.myTextColor { color: #A4FBB6; }

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

This text font color is #A4FBB6.


Background Color

.myBgColor { background-color: #A4FBB6; }

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

This div background color is #A4FBB6.


Border color

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

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

This div border color is #A4FBB6.


Opacity

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

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

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

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

This text has shadow with #A4FBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4FBB6 on black background.


Color preview on white background

This text has color #A4FBB6 on white background.



Black color preview on #A4FBB6 background

This text has black color on #A4FBB6 background.


White color preview on #A4FBB6 background

This text has white color on #A4FBB6 background.