COLOR #A6DFB0

HEX: #A6DFB0
RGB: (166,223,176)

Color info

#A6DFB0 contains red, green and blue colors in about the same proportion. Web safe color of #A6DFB0 is #99CC99 (or #9C9).

RGB color model

#A6DFB0 color RGB value is (166,223,176).

  • red value is 166;
  • green value is 223;
  • blue value is 176.
RGB:
(166,223,176)
(65%,87%,69%)

RGB channels and saturation

R 166 of 255 = 65%
G 223 of 255 = 87%
B 176 of 255 = 69%

166
223
176

R + G + B ~ 74%. #A6DFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 223 + 176 = 565 (100%)
R 166 of 565 ~ 29.38%
G 223 of 565 ~ 39.47%
B 176 of 565 ~ 31.15%

%29.38
%39.47
%31.15

CMYK color model

#A6DFB0 color CMYK value is (26,0,21,13).

  • cyan value is 25.56%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 12.55%
CMYK:
(26,0,21,13)
C26M0Y21K13 
(26%,0%,21%,13%)
(0.26/0.00/0.21/0.13)	

CMYK percentages

%25.56
%0
%21.08
%12.55

Codes

Color #A6DFB0 in popluar color models

A6DFB0
RGB166223176
HSL131°47.11%76.27%
HSB/HSV131°25.56%87.45%
CMYK25.56%0.00%21.08%
12.55%

Color #A6DFB0 in popluar number systems.

HEXA6DFB0
Decimal166223176
Binary101001101101111110110000
Octal246337260

Shades and tints

Shades of #A6DFB0

#A6DFB0
(166,223,176)
#97CBA0
(151,203,160)
#88B790
(136,183,144)
#79A380
(121,163,128)
#6A8F70
(106,143,112)
#5B7B60
(91,123,96)
#4C6750
(76,103,80)
#3D5340
(61,83,64)
#2E3F30
(46,63,48)
#1F2B20
(31,43,32)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #A6DFB0

#A6DFB0
(166,223,176)
#AEE1B7
(174,225,183)
#B6E3BE
(182,227,190)
#BEE5C5
(190,229,197)
#C6E7CC
(198,231,204)
#CEE9D3
(206,233,211)
#D6EBDA
(214,235,218)
#DEEDE1
(222,237,225)
#E6EFE8
(230,239,232)
#EEF1EF
(238,241,239)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6DFB0 color. Also use rgb(166,223,176) instead hex code.

Text Font Color

.myTextColor { color: #A6DFB0; }

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

This text font color is #A6DFB0.


Background Color

.myBgColor { background-color: #A6DFB0; }

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

This div background color is #A6DFB0.


Border color

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

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

This div border color is #A6DFB0.


Opacity

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

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

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

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

This text has shadow with #A6DFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DFB0 on black background.


Color preview on white background

This text has color #A6DFB0 on white background.



Black color preview on #A6DFB0 background

This text has black color on #A6DFB0 background.


White color preview on #A6DFB0 background

This text has white color on #A6DFB0 background.