COLOR #A6C3AE

HEX: #A6C3AE
RGB: (166,195,174)

Color info

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

RGB color model

#A6C3AE color RGB value is (166,195,174).

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

RGB channels and saturation

R 166 of 255 = 65%
G 195 of 255 = 76%
B 174 of 255 = 68%

166
195
174

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

Portions of RGB colors in percentages

R + G + B =
166 + 195 + 174 = 535 (100%)
R 166 of 535 ~ 31.03%
G 195 of 535 ~ 36.45%
B 174 of 535 ~ 32.52%

%31.03
%36.45
%32.52

CMYK color model

#A6C3AE color CMYK value is (15,0,11,24).

  • cyan value is 14.87%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 23.53%
CMYK:
(15,0,11,24)
C15M0Y11K24 
(15%,0%,11%,24%)
(0.15/0.00/0.11/0.24)	

CMYK percentages

%14.87
%0
%10.77
%23.53

Codes

Color #A6C3AE in popluar color models

A6C3AE
RGB166195174
HSL137°19.46%70.78%
HSB/HSV137°14.87%76.47%
CMYK14.87%0.00%10.77%
23.53%

Color #A6C3AE in popluar number systems.

HEXA6C3AE
Decimal166195174
Binary101001101100001110101110
Octal246303256

Shades and tints

Shades of #A6C3AE

#A6C3AE
(166,195,174)
#97B29F
(151,178,159)
#88A190
(136,161,144)
#799081
(121,144,129)
#6A7F72
(106,127,114)
#5B6E63
(91,110,99)
#4C5D54
(76,93,84)
#3D4C45
(61,76,69)
#2E3B36
(46,59,54)
#1F2A27
(31,42,39)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #A6C3AE

#A6C3AE
(166,195,174)
#AEC8B5
(174,200,181)
#B6CDBC
(182,205,188)
#BED2C3
(190,210,195)
#C6D7CA
(198,215,202)
#CEDCD1
(206,220,209)
#D6E1D8
(214,225,216)
#DEE6DF
(222,230,223)
#E6EBE6
(230,235,230)
#EEF0ED
(238,240,237)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C3AE; }

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

This text font color is #A6C3AE.


Background Color

.myBgColor { background-color: #A6C3AE; }

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

This div background color is #A6C3AE.


Border color

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

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

This div border color is #A6C3AE.


Opacity

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

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

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

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

This text has shadow with #A6C3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C3AE on black background.


Color preview on white background

This text has color #A6C3AE on white background.



Black color preview on #A6C3AE background

This text has black color on #A6C3AE background.


White color preview on #A6C3AE background

This text has white color on #A6C3AE background.