COLOR #A6CCA3

HEX: #A6CCA3
RGB: (166,204,163)

Color info

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

RGB color model

#A6CCA3 color RGB value is (166,204,163).

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

RGB channels and saturation

R 166 of 255 = 65%
G 204 of 255 = 80%
B 163 of 255 = 64%

166
204
163

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

Portions of RGB colors in percentages

R + G + B =
166 + 204 + 163 = 533 (100%)
R 166 of 533 ~ 31.14%
G 204 of 533 ~ 38.27%
B 163 of 533 ~ 30.58%

%31.14
%38.27
%30.58

CMYK color model

#A6CCA3 color CMYK value is (19,0,20,20).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 20.00%
CMYK:
(19,0,20,20)
C19M0Y20K20 
(19%,0%,20%,20%)
(0.19/0.00/0.20/0.20)	

CMYK percentages

%18.63
%0
%20.1
%20

Codes

Color #A6CCA3 in popluar color models

A6CCA3
RGB166204163
HSL116°28.67%71.96%
HSB/HSV116°20.10%80.00%
CMYK18.63%0.00%20.10%
20.00%

Color #A6CCA3 in popluar number systems.

HEXA6CCA3
Decimal166204163
Binary101001101100110010100011
Octal246314243

Shades and tints

Shades of #A6CCA3

#A6CCA3
(166,204,163)
#97BA95
(151,186,149)
#88A887
(136,168,135)
#799679
(121,150,121)
#6A846B
(106,132,107)
#5B725D
(91,114,93)
#4C604F
(76,96,79)
#3D4E41
(61,78,65)
#2E3C33
(46,60,51)
#1F2A25
(31,42,37)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #A6CCA3

#A6CCA3
(166,204,163)
#AED0AB
(174,208,171)
#B6D4B3
(182,212,179)
#BED8BB
(190,216,187)
#C6DCC3
(198,220,195)
#CEE0CB
(206,224,203)
#D6E4D3
(214,228,211)
#DEE8DB
(222,232,219)
#E6ECE3
(230,236,227)
#EEF0EB
(238,240,235)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CCA3; }

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

This text font color is #A6CCA3.


Background Color

.myBgColor { background-color: #A6CCA3; }

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

This div background color is #A6CCA3.


Border color

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

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

This div border color is #A6CCA3.


Opacity

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

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

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

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

This text has shadow with #A6CCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CCA3 on black background.


Color preview on white background

This text has color #A6CCA3 on white background.



Black color preview on #A6CCA3 background

This text has black color on #A6CCA3 background.


White color preview on #A6CCA3 background

This text has white color on #A6CCA3 background.