COLOR #A6CCA5

HEX: #A6CCA5
RGB: (166,204,165)

Color info

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

RGB color model

#A6CCA5 color RGB value is (166,204,165).

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

RGB channels and saturation

R 166 of 255 = 65%
G 204 of 255 = 80%
B 165 of 255 = 65%

166
204
165

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

Portions of RGB colors in percentages

R + G + B =
166 + 204 + 165 = 535 (100%)
R 166 of 535 ~ 31.03%
G 204 of 535 ~ 38.13%
B 165 of 535 ~ 30.84%

%31.03
%38.13
%30.84

CMYK color model

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

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

CMYK percentages

%18.63
%0
%19.12
%20

Codes

Color #A6CCA5 in popluar color models

A6CCA5
RGB166204165
HSL118°27.66%72.35%
HSB/HSV118°19.12%80.00%
CMYK18.63%0.00%19.12%
20.00%

Color #A6CCA5 in popluar number systems.

HEXA6CCA5
Decimal166204165
Binary101001101100110010100101
Octal246314245

Shades and tints

Shades of #A6CCA5

#A6CCA5
(166,204,165)
#97BA96
(151,186,150)
#88A887
(136,168,135)
#799678
(121,150,120)
#6A8469
(106,132,105)
#5B725A
(91,114,90)
#4C604B
(76,96,75)
#3D4E3C
(61,78,60)
#2E3C2D
(46,60,45)
#1F2A1E
(31,42,30)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #A6CCA5

#A6CCA5
(166,204,165)
#AED0AD
(174,208,173)
#B6D4B5
(182,212,181)
#BED8BD
(190,216,189)
#C6DCC5
(198,220,197)
#CEE0CD
(206,224,205)
#D6E4D5
(214,228,213)
#DEE8DD
(222,232,221)
#E6ECE5
(230,236,229)
#EEF0ED
(238,240,237)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CCA5; }

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

This text font color is #A6CCA5.


Background Color

.myBgColor { background-color: #A6CCA5; }

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

This div background color is #A6CCA5.


Border color

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

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

This div border color is #A6CCA5.


Opacity

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

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

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

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

This text has shadow with #A6CCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CCA5 on black background.


Color preview on white background

This text has color #A6CCA5 on white background.



Black color preview on #A6CCA5 background

This text has black color on #A6CCA5 background.


White color preview on #A6CCA5 background

This text has white color on #A6CCA5 background.