COLOR #A6DCA8

HEX: #A6DCA8
RGB: (166,220,168)

Color info

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

RGB color model

#A6DCA8 color RGB value is (166,220,168).

  • red value is 166;
  • green value is 220;
  • blue value is 168.
RGB:
(166,220,168)
(65%,86%,66%)

RGB channels and saturation

R 166 of 255 = 65%
G 220 of 255 = 86%
B 168 of 255 = 66%

166
220
168

R + G + B ~ 72%. #A6DCA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 220 + 168 = 554 (100%)
R 166 of 554 ~ 29.96%
G 220 of 554 ~ 39.71%
B 168 of 554 ~ 30.32%

%29.96
%39.71
%30.32

CMYK color model

#A6DCA8 color CMYK value is (25,0,24,14).

  • cyan value is 24.55%
  • magenta value is 0.00%
  • yellow value is 23.64%
  • key color value is 13.73%
CMYK:
(25,0,24,14)
C25M0Y24K14 
(25%,0%,24%,14%)
(0.25/0.00/0.24/0.14)	

CMYK percentages

%24.55
%0
%23.64
%13.73

Codes

Color #A6DCA8 in popluar color models

A6DCA8
RGB166220168
HSL122°43.55%75.69%
HSB/HSV122°24.55%86.27%
CMYK24.55%0.00%23.64%
13.73%

Color #A6DCA8 in popluar number systems.

HEXA6DCA8
Decimal166220168
Binary101001101101110010101000
Octal246334250

Shades and tints

Shades of #A6DCA8

#A6DCA8
(166,220,168)
#97C899
(151,200,153)
#88B48A
(136,180,138)
#79A07B
(121,160,123)
#6A8C6C
(106,140,108)
#5B785D
(91,120,93)
#4C644E
(76,100,78)
#3D503F
(61,80,63)
#2E3C30
(46,60,48)
#1F2821
(31,40,33)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #A6DCA8

#A6DCA8
(166,220,168)
#AEDFAF
(174,223,175)
#B6E2B6
(182,226,182)
#BEE5BD
(190,229,189)
#C6E8C4
(198,232,196)
#CEEBCB
(206,235,203)
#D6EED2
(214,238,210)
#DEF1D9
(222,241,217)
#E6F4E0
(230,244,224)
#EEF7E7
(238,247,231)
#F6FAEE
(246,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6DCA8 color. Also use rgb(166,220,168) instead hex code.

Text Font Color

.myTextColor { color: #A6DCA8; }

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

This text font color is #A6DCA8.


Background Color

.myBgColor { background-color: #A6DCA8; }

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

This div background color is #A6DCA8.


Border color

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

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

This div border color is #A6DCA8.


Opacity

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

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

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

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

This text has shadow with #A6DCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DCA8 on black background.


Color preview on white background

This text has color #A6DCA8 on white background.



Black color preview on #A6DCA8 background

This text has black color on #A6DCA8 background.


White color preview on #A6DCA8 background

This text has white color on #A6DCA8 background.