COLOR #A6C4AE

HEX: #A6C4AE
RGB: (166,196,174)

Color info

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

RGB color model

#A6C4AE color RGB value is (166,196,174).

  • red value is 166;
  • green value is 196;
  • blue value is 174.
RGB:
(166,196,174)
(65%,77%,68%)

RGB channels and saturation

R 166 of 255 = 65%
G 196 of 255 = 77%
B 174 of 255 = 68%

166
196
174

R + G + B ~ 70%. #A6C4AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 196 + 174 = 536 (100%)
R 166 of 536 ~ 30.97%
G 196 of 536 ~ 36.57%
B 174 of 536 ~ 32.46%

%30.97
%36.57
%32.46

CMYK color model

#A6C4AE color CMYK value is (15,0,11,23).

  • cyan value is 15.31%
  • magenta value is 0.00%
  • yellow value is 11.22%
  • key color value is 23.14%
CMYK:
(15,0,11,23)
C15M0Y11K23 
(15%,0%,11%,23%)
(0.15/0.00/0.11/0.23)	

CMYK percentages

%15.31
%0
%11.22
%23.14

Codes

Color #A6C4AE in popluar color models

A6C4AE
RGB166196174
HSL136°20.27%70.98%
HSB/HSV136°15.31%76.86%
CMYK15.31%0.00%11.22%
23.14%

Color #A6C4AE in popluar number systems.

HEXA6C4AE
Decimal166196174
Binary101001101100010010101110
Octal246304256

Shades and tints

Shades of #A6C4AE

#A6C4AE
(166,196,174)
#97B39F
(151,179,159)
#88A290
(136,162,144)
#799181
(121,145,129)
#6A8072
(106,128,114)
#5B6F63
(91,111,99)
#4C5E54
(76,94,84)
#3D4D45
(61,77,69)
#2E3C36
(46,60,54)
#1F2B27
(31,43,39)
#101A18
(16,26,24)
#000000
(0,0,0)

Tints of #A6C4AE

#A6C4AE
(166,196,174)
#AEC9B5
(174,201,181)
#B6CEBC
(182,206,188)
#BED3C3
(190,211,195)
#C6D8CA
(198,216,202)
#CEDDD1
(206,221,209)
#D6E2D8
(214,226,216)
#DEE7DF
(222,231,223)
#E6ECE6
(230,236,230)
#EEF1ED
(238,241,237)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C4AE color. Also use rgb(166,196,174) instead hex code.

Text Font Color

.myTextColor { color: #A6C4AE; }

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

This text font color is #A6C4AE.


Background Color

.myBgColor { background-color: #A6C4AE; }

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

This div background color is #A6C4AE.


Border color

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

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

This div border color is #A6C4AE.


Opacity

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

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

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

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

This text has shadow with #A6C4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C4AE on black background.


Color preview on white background

This text has color #A6C4AE on white background.



Black color preview on #A6C4AE background

This text has black color on #A6C4AE background.


White color preview on #A6C4AE background

This text has white color on #A6C4AE background.