COLOR #A6CEA9

HEX: #A6CEA9
RGB: (166,206,169)

Color info

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

RGB color model

#A6CEA9 color RGB value is (166,206,169).

  • red value is 166;
  • green value is 206;
  • blue value is 169.
RGB:
(166,206,169)
(65%,81%,66%)

RGB channels and saturation

R 166 of 255 = 65%
G 206 of 255 = 81%
B 169 of 255 = 66%

166
206
169

R + G + B ~ 71%. #A6CEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 206 + 169 = 541 (100%)
R 166 of 541 ~ 30.68%
G 206 of 541 ~ 38.08%
B 169 of 541 ~ 31.24%

%30.68
%38.08
%31.24

CMYK color model

#A6CEA9 color CMYK value is (19,0,18,19).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 17.96%
  • key color value is 19.22%
CMYK:
(19,0,18,19)
C19M0Y18K19 
(19%,0%,18%,19%)
(0.19/0.00/0.18/0.19)	

CMYK percentages

%19.42
%0
%17.96
%19.22

Codes

Color #A6CEA9 in popluar color models

A6CEA9
RGB166206169
HSL125°28.99%72.94%
HSB/HSV125°19.42%80.78%
CMYK19.42%0.00%17.96%
19.22%

Color #A6CEA9 in popluar number systems.

HEXA6CEA9
Decimal166206169
Binary101001101100111010101001
Octal246316251

Shades and tints

Shades of #A6CEA9

#A6CEA9
(166,206,169)
#97BC9A
(151,188,154)
#88AA8B
(136,170,139)
#79987C
(121,152,124)
#6A866D
(106,134,109)
#5B745E
(91,116,94)
#4C624F
(76,98,79)
#3D5040
(61,80,64)
#2E3E31
(46,62,49)
#1F2C22
(31,44,34)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #A6CEA9

#A6CEA9
(166,206,169)
#AED2B0
(174,210,176)
#B6D6B7
(182,214,183)
#BEDABE
(190,218,190)
#C6DEC5
(198,222,197)
#CEE2CC
(206,226,204)
#D6E6D3
(214,230,211)
#DEEADA
(222,234,218)
#E6EEE1
(230,238,225)
#EEF2E8
(238,242,232)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CEA9 color. Also use rgb(166,206,169) instead hex code.

Text Font Color

.myTextColor { color: #A6CEA9; }

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

This text font color is #A6CEA9.


Background Color

.myBgColor { background-color: #A6CEA9; }

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

This div background color is #A6CEA9.


Border color

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

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

This div border color is #A6CEA9.


Opacity

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

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

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

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

This text has shadow with #A6CEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CEA9 on black background.


Color preview on white background

This text has color #A6CEA9 on white background.



Black color preview on #A6CEA9 background

This text has black color on #A6CEA9 background.


White color preview on #A6CEA9 background

This text has white color on #A6CEA9 background.