COLOR #A3CCA5

HEX: #A3CCA5 RGB: (163,204,165)

Color info

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

RGB color model

#A3CCA5 color RGB value is (163,204,165).

RGB: (163,204,165) (64%, 80%, 65%)

RGB channels and saturation

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

163
204
165

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

Portions of RGB colors in percentages

R + G + B = 163 + 204 + 165 = 532 (100%)
R 163 of 532 ~ 30.64%
G 204 of 532 ~ 38.35%
B 165 of 532 ~ 31.02'%

%30.64
%38.35
%31.02

CMYK color model

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

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • 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
%19.12
%20

Codes

Color #A3CCA5 in popluar color models

A3 CC A5
RGB 163 204 165
HSL 123° 28.67% 71.96%
HSB/HSV 123° 20.10% 80.00%
CMYK 20.10% 0.00% 19.12%
20.00%

Color #A3CCA5 in popluar number systems.

HEX A3 CC A5
Decimal 163 204 165
Binary 10100011 11001100 10100101
Octal 243 314 245

Shades and tints

Shades of #A3CCA5

#A3CCA5
(163,204,165)
#95BA96
(149,186,150)
#87A887
(135,168,135)
#799678
(121,150,120)
#6B8469
(107,132,105)
#5D725A
(93,114,90)
#4F604B
(79,96,75)
#414E3C
(65,78,60)
#333C2D
(51,60,45)
#252A1E
(37,42,30)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #A3CCA5

#A3CCA5
(163,204,165)
#ABD0AD
(171,208,173)
#B3D4B5
(179,212,181)
#BBD8BD
(187,216,189)
#C3DCC5
(195,220,197)
#CBE0CD
(203,224,205)
#D3E4D5
(211,228,213)
#DBE8DD
(219,232,221)
#E3ECE5
(227,236,229)
#EBF0ED
(235,240,237)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CCA5; }

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

This text font color is #A3CCA5.

Background Color

.myBgColor { background-color: #A3CCA5; }

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

This div background color is #A3CCA5.

Border color

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

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

This div border color is #A3CCA5.

Opacity

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

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

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

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

This text has shadow with #A3CCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CCA5.

Preview

Color preview on black background

This text has color #A3CCA5 on black background.


Color preview on white background

This text has color #A3CCA5 on white background.


Black color preview on #A3CCA5 background

This text has black color on #A3CCA5 background.


White color preview on #A3CCA5 background

This text has white color on #A3CCA5 background.


Related colors

Complementary color

Complementary color for #hex is #5C335A.


I love getcolorcode.com

Triadic colors

1 #A5A3CC and #CCA5A3 with #A3CCA5 are triadic colors.

2 #A5CCA3 and #CCA3A5 with #A3CCA5 are triadic colors.