COLOR #A3CCA6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

163
204
166

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

Portions of RGB colors in percentages

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

%30.58
%38.27
%31.14

CMYK color model

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

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

CMYK percentages

%20.1
%0
%18.63
%20

Codes

Color #A3CCA6 in popluar color models

A3CCA6
RGB163204166
HSL124°28.67%71.96%
HSB/HSV124°20.10%80.00%
CMYK20.10%0.00%18.63%
20.00%

Color #A3CCA6 in popluar number systems.

HEXA3CCA6
Decimal163204166
Binary101000111100110010100110
Octal243314246

Shades and tints

Shades of #A3CCA6

#A3CCA6
(163,204,166)
#95BA97
(149,186,151)
#87A888
(135,168,136)
#799679
(121,150,121)
#6B846A
(107,132,106)
#5D725B
(93,114,91)
#4F604C
(79,96,76)
#414E3D
(65,78,61)
#333C2E
(51,60,46)
#252A1F
(37,42,31)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #A3CCA6

#A3CCA6
(163,204,166)
#ABD0AE
(171,208,174)
#B3D4B6
(179,212,182)
#BBD8BE
(187,216,190)
#C3DCC6
(195,220,198)
#CBE0CE
(203,224,206)
#D3E4D6
(211,228,214)
#DBE8DE
(219,232,222)
#E3ECE6
(227,236,230)
#EBF0EE
(235,240,238)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CCA6; }

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

This text font color is #A3CCA6.


Background Color

.myBgColor { background-color: #A3CCA6; }

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

This div background color is #A3CCA6.


Border color

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

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

This div border color is #A3CCA6.


Opacity

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

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

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

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

This text has shadow with #A3CCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CCA6 on black background.


Color preview on white background

This text has color #A3CCA6 on white background.



Black color preview on #A3CCA6 background

This text has black color on #A3CCA6 background.


White color preview on #A3CCA6 background

This text has white color on #A3CCA6 background.