COLOR #A6DDA3

HEX: #A6DDA3
RGB: (166,221,163)

Color info

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

RGB color model

#A6DDA3 color RGB value is (166,221,163).

  • red value is 166;
  • green value is 221;
  • blue value is 163.
RGB:
(166,221,163)
(65%,87%,64%)

RGB channels and saturation

R 166 of 255 = 65%
G 221 of 255 = 87%
B 163 of 255 = 64%

166
221
163

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

Portions of RGB colors in percentages

R + G + B =
166 + 221 + 163 = 550 (100%)
R 166 of 550 ~ 30.18%
G 221 of 550 ~ 40.18%
B 163 of 550 ~ 29.64%

%30.18
%40.18
%29.64

CMYK color model

#A6DDA3 color CMYK value is (25,0,26,13).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 26.24%
  • key color value is 13.33%
CMYK:
(25,0,26,13)
C25M0Y26K13 
(25%,0%,26%,13%)
(0.25/0.00/0.26/0.13)	

CMYK percentages

%24.89
%0
%26.24
%13.33

Codes

Color #A6DDA3 in popluar color models

A6DDA3
RGB166221163
HSL117°46.03%75.29%
HSB/HSV117°26.24%86.67%
CMYK24.89%0.00%26.24%
13.33%

Color #A6DDA3 in popluar number systems.

HEXA6DDA3
Decimal166221163
Binary101001101101110110100011
Octal246335243

Shades and tints

Shades of #A6DDA3

#A6DDA3
(166,221,163)
#97C995
(151,201,149)
#88B587
(136,181,135)
#79A179
(121,161,121)
#6A8D6B
(106,141,107)
#5B795D
(91,121,93)
#4C654F
(76,101,79)
#3D5141
(61,81,65)
#2E3D33
(46,61,51)
#1F2925
(31,41,37)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #A6DDA3

#A6DDA3
(166,221,163)
#AEE0AB
(174,224,171)
#B6E3B3
(182,227,179)
#BEE6BB
(190,230,187)
#C6E9C3
(198,233,195)
#CEECCB
(206,236,203)
#D6EFD3
(214,239,211)
#DEF2DB
(222,242,219)
#E6F5E3
(230,245,227)
#EEF8EB
(238,248,235)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6DDA3 color. Also use rgb(166,221,163) instead hex code.

Text Font Color

.myTextColor { color: #A6DDA3; }

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

This text font color is #A6DDA3.


Background Color

.myBgColor { background-color: #A6DDA3; }

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

This div background color is #A6DDA3.


Border color

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

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

This div border color is #A6DDA3.


Opacity

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

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

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

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

This text has shadow with #A6DDA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6DDA3 on black background.


Color preview on white background

This text has color #A6DDA3 on white background.



Black color preview on #A6DDA3 background

This text has black color on #A6DDA3 background.


White color preview on #A6DDA3 background

This text has white color on #A6DDA3 background.