COLOR #A3C5AB

HEX: #A3C5AB RGB: (163,197,171)

Color info

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

RGB color model

#A3C5AB color RGB value is (163,197,171).

RGB: (163,197,171) (64%, 77%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 197 of 255 = 77%
B 171 of 255 = 67%

163
197
171

R + G + B ~ 69%. #A3C5AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 197 + 171 = 531 (100%)
R 163 of 531 ~ 30.7%
G 197 of 531 ~ 37.1%
B 171 of 531 ~ 32.2'%

%30.7
%37.1
%32.2

CMYK color model

#A3C5AB color CMYK value is (17,0,13,23).

  • cyan value is 17.26%
  • magenta value is 0.00%
  • yellow value is 13.20%
  • key color value is 22.75%

CMYK: (17,0,13,23)
C17M0Y13K23 (17%, 0%, 13%, 23%)
(0.17 / 0.00 / 0.13 / 0.23)

CMYK percentages

%17.26
%0
%13.2
%22.75

Codes

Color #A3C5AB in popluar color models

A3 C5 AB
RGB 163 197 171
HSL 134° 22.67% 70.59%
HSB/HSV 134° 17.26% 77.25%
CMYK 17.26% 0.00% 13.20%
22.75%

Color #A3C5AB in popluar number systems.

HEX A3 C5 AB
Decimal 163 197 171
Binary 10100011 11000101 10101011
Octal 243 305 253

Shades and tints

Shades of #A3C5AB

#A3C5AB
(163,197,171)
#95B49C
(149,180,156)
#87A38D
(135,163,141)
#79927E
(121,146,126)
#6B816F
(107,129,111)
#5D7060
(93,112,96)
#4F5F51
(79,95,81)
#414E42
(65,78,66)
#333D33
(51,61,51)
#252C24
(37,44,36)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #A3C5AB

#A3C5AB
(163,197,171)
#ABCAB2
(171,202,178)
#B3CFB9
(179,207,185)
#BBD4C0
(187,212,192)
#C3D9C7
(195,217,199)
#CBDECE
(203,222,206)
#D3E3D5
(211,227,213)
#DBE8DC
(219,232,220)
#E3EDE3
(227,237,227)
#EBF2EA
(235,242,234)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C5AB color. Also use rgb(163,197,171) instead hex code.

Text Font Color

.myTextColor { color: #A3C5AB; }

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

This text font color is #A3C5AB.

Background Color

.myBgColor { background-color: #A3C5AB; }

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

This div background color is #A3C5AB.

Border color

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

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

This div border color is #A3C5AB.

Opacity

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

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

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

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

This text has shadow with #A3C5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C5AB.

Preview

Color preview on black background

This text has color #A3C5AB on black background.


Color preview on white background

This text has color #A3C5AB on white background.


Black color preview on #A3C5AB background

This text has black color on #A3C5AB background.


White color preview on #A3C5AB background

This text has white color on #A3C5AB background.


Related colors

Complementary color

Complementary color for #A3C5AB is #5C3A54.


I love getcolorcode.com

Triadic colors

1 #ABA3C5 and #C5ABA3 with #A3C5AB are triadic colors.

2 #ABC5A3 and #C5A3AB with #A3C5AB are triadic colors.