COLOR #A6F9D8

HEX: #A6F9D8
RGB: (166,249,216)

Color info

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

RGB color model

#A6F9D8 color RGB value is (166,249,216).

  • red value is 166;
  • green value is 249;
  • blue value is 216.
RGB:
(166,249,216)
(65%,98%,85%)

RGB channels and saturation

R 166 of 255 = 65%
G 249 of 255 = 98%
B 216 of 255 = 85%

166
249
216

R + G + B ~ 83%. #A6F9D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 249 + 216 = 631 (100%)
R 166 of 631 ~ 26.31%
G 249 of 631 ~ 39.46%
B 216 of 631 ~ 34.23%

%26.31
%39.46
%34.23

CMYK color model

#A6F9D8 color CMYK value is (33,0,13,2).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 2.35%
CMYK:
(33,0,13,2)
C33M0Y13K2 
(33%,0%,13%,2%)
(0.33/0.00/0.13/0.02)	

CMYK percentages

%33.33
%0
%13.25
%2.35

Codes

Color #A6F9D8 in popluar color models

A6F9D8
RGB166249216
HSL156°87.37%81.37%
HSB/HSV156°33.33%97.65%
CMYK33.33%0.00%13.25%
2.35%

Color #A6F9D8 in popluar number systems.

HEXA6F9D8
Decimal166249216
Binary101001101111100111011000
Octal246371330

Shades and tints

Shades of #A6F9D8

#A6F9D8
(166,249,216)
#97E3C5
(151,227,197)
#88CDB2
(136,205,178)
#79B79F
(121,183,159)
#6AA18C
(106,161,140)
#5B8B79
(91,139,121)
#4C7566
(76,117,102)
#3D5F53
(61,95,83)
#2E4940
(46,73,64)
#1F332D
(31,51,45)
#101D1A
(16,29,26)
#000000
(0,0,0)

Tints of #A6F9D8

#A6F9D8
(166,249,216)
#AEF9DB
(174,249,219)
#B6F9DE
(182,249,222)
#BEF9E1
(190,249,225)
#C6F9E4
(198,249,228)
#CEF9E7
(206,249,231)
#D6F9EA
(214,249,234)
#DEF9ED
(222,249,237)
#E6F9F0
(230,249,240)
#EEF9F3
(238,249,243)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F9D8 color. Also use rgb(166,249,216) instead hex code.

Text Font Color

.myTextColor { color: #A6F9D8; }

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

This text font color is #A6F9D8.


Background Color

.myBgColor { background-color: #A6F9D8; }

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

This div background color is #A6F9D8.


Border color

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

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

This div border color is #A6F9D8.


Opacity

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

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

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

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

This text has shadow with #A6F9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F9D8 on black background.


Color preview on white background

This text has color #A6F9D8 on white background.



Black color preview on #A6F9D8 background

This text has black color on #A6F9D8 background.


White color preview on #A6F9D8 background

This text has white color on #A6F9D8 background.