COLOR #A6FBBC

HEX: #A6FBBC
RGB: (166,251,188)

Color info

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

RGB color model

#A6FBBC color RGB value is (166,251,188).

  • red value is 166;
  • green value is 251;
  • blue value is 188.
RGB:
(166,251,188)
(65%,98%,74%)

RGB channels and saturation

R 166 of 255 = 65%
G 251 of 255 = 98%
B 188 of 255 = 74%

166
251
188

R + G + B ~ 79%. #A6FBBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 251 + 188 = 605 (100%)
R 166 of 605 ~ 27.44%
G 251 of 605 ~ 41.49%
B 188 of 605 ~ 31.07%

%27.44
%41.49
%31.07

CMYK color model

#A6FBBC color CMYK value is (34,0,25,2).

  • cyan value is 33.86%
  • magenta value is 0.00%
  • yellow value is 25.10%
  • key color value is 1.57%
CMYK:
(34,0,25,2)
C34M0Y25K2 
(34%,0%,25%,2%)
(0.34/0.00/0.25/0.02)	

CMYK percentages

%33.86
%0
%25.1
%1.57

Codes

Color #A6FBBC in popluar color models

A6FBBC
RGB166251188
HSL136°91.40%81.76%
HSB/HSV136°33.86%98.43%
CMYK33.86%0.00%25.10%
1.57%

Color #A6FBBC in popluar number systems.

HEXA6FBBC
Decimal166251188
Binary101001101111101110111100
Octal246373274

Shades and tints

Shades of #A6FBBC

#A6FBBC
(166,251,188)
#97E5AB
(151,229,171)
#88CF9A
(136,207,154)
#79B989
(121,185,137)
#6AA378
(106,163,120)
#5B8D67
(91,141,103)
#4C7756
(76,119,86)
#3D6145
(61,97,69)
#2E4B34
(46,75,52)
#1F3523
(31,53,35)
#101F12
(16,31,18)
#000000
(0,0,0)

Tints of #A6FBBC

#A6FBBC
(166,251,188)
#AEFBC2
(174,251,194)
#B6FBC8
(182,251,200)
#BEFBCE
(190,251,206)
#C6FBD4
(198,251,212)
#CEFBDA
(206,251,218)
#D6FBE0
(214,251,224)
#DEFBE6
(222,251,230)
#E6FBEC
(230,251,236)
#EEFBF2
(238,251,242)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6FBBC color. Also use rgb(166,251,188) instead hex code.

Text Font Color

.myTextColor { color: #A6FBBC; }

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

This text font color is #A6FBBC.


Background Color

.myBgColor { background-color: #A6FBBC; }

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

This div background color is #A6FBBC.


Border color

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

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

This div border color is #A6FBBC.


Opacity

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

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

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

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

This text has shadow with #A6FBBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6FBBC on black background.


Color preview on white background

This text has color #A6FBBC on white background.



Black color preview on #A6FBBC background

This text has black color on #A6FBBC background.


White color preview on #A6FBBC background

This text has white color on #A6FBBC background.