COLOR #A6D48F

HEX: #A6D48F
RGB: (166,212,143)

Color info

#A6D48F contains mainly red and green colors. Web safe color of #A6D48F is #99CC99 (or #9C9).

RGB color model

#A6D48F color RGB value is (166,212,143).

  • red value is 166;
  • green value is 212;
  • blue value is 143.
RGB:
(166,212,143)
(65%,83%,56%)

RGB channels and saturation

R 166 of 255 = 65%
G 212 of 255 = 83%
B 143 of 255 = 56%

166
212
143

R + G + B ~ 68%. #A6D48F is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 212 + 143 = 521 (100%)
R 166 of 521 ~ 31.86%
G 212 of 521 ~ 40.69%
B 143 of 521 ~ 27.45%

%31.86
%40.69
%27.45

CMYK color model

#A6D48F color CMYK value is (22,0,33,17).

  • cyan value is 21.70%
  • magenta value is 0.00%
  • yellow value is 32.55%
  • key color value is 16.86%
CMYK:
(22,0,33,17)
C22M0Y33K17 
(22%,0%,33%,17%)
(0.22/0.00/0.33/0.17)	

CMYK percentages

%21.7
%0
%32.55
%16.86

Codes

Color #A6D48F in popluar color models

A6D48F
RGB166212143
HSL100°44.52%69.61%
HSB/HSV100°32.55%83.14%
CMYK21.70%0.00%32.55%
16.86%

Color #A6D48F in popluar number systems.

HEXA6D48F
Decimal166212143
Binary101001101101010010001111
Octal246324217

Shades and tints

Shades of #A6D48F

#A6D48F
(166,212,143)
#97C182
(151,193,130)
#88AE75
(136,174,117)
#799B68
(121,155,104)
#6A885B
(106,136,91)
#5B754E
(91,117,78)
#4C6241
(76,98,65)
#3D4F34
(61,79,52)
#2E3C27
(46,60,39)
#1F291A
(31,41,26)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #A6D48F

#A6D48F
(166,212,143)
#AED799
(174,215,153)
#B6DAA3
(182,218,163)
#BEDDAD
(190,221,173)
#C6E0B7
(198,224,183)
#CEE3C1
(206,227,193)
#D6E6CB
(214,230,203)
#DEE9D5
(222,233,213)
#E6ECDF
(230,236,223)
#EEEFE9
(238,239,233)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D48F color. Also use rgb(166,212,143) instead hex code.

Text Font Color

.myTextColor { color: #A6D48F; }

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

This text font color is #A6D48F.


Background Color

.myBgColor { background-color: #A6D48F; }

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

This div background color is #A6D48F.


Border color

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

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

This div border color is #A6D48F.


Opacity

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

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

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

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

This text has shadow with #A6D48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D48F on black background.


Color preview on white background

This text has color #A6D48F on white background.



Black color preview on #A6D48F background

This text has black color on #A6D48F background.


White color preview on #A6D48F background

This text has white color on #A6D48F background.