COLOR #A3C2B1

HEX: #A3C2B1
RGB: (163,194,177)

Color info

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

RGB color model

#A3C2B1 color RGB value is (163,194,177).

  • red value is 163;
  • green value is 194;
  • blue value is 177.
RGB:
(163,194,177)
(64%,76%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 194 of 255 = 76%
B 177 of 255 = 69%

163
194
177

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

Portions of RGB colors in percentages

R + G + B =
163 + 194 + 177 = 534 (100%)
R 163 of 534 ~ 30.52%
G 194 of 534 ~ 36.33%
B 177 of 534 ~ 33.15%

%30.52
%36.33
%33.15

CMYK color model

#A3C2B1 color CMYK value is (16,0,9,24).

  • cyan value is 15.98%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • key color value is 23.92%
CMYK:
(16,0,9,24)
C16M0Y9K24 
(16%,0%,9%,24%)
(0.16/0.00/0.09/0.24)	

CMYK percentages

%15.98
%0
%8.76
%23.92

Codes

Color #A3C2B1 in popluar color models

A3C2B1
RGB163194177
HSL147°20.26%70.00%
HSB/HSV147°15.98%76.08%
CMYK15.98%0.00%8.76%
23.92%

Color #A3C2B1 in popluar number systems.

HEXA3C2B1
Decimal163194177
Binary101000111100001010110001
Octal243302261

Shades and tints

Shades of #A3C2B1

#A3C2B1
(163,194,177)
#95B1A1
(149,177,161)
#87A091
(135,160,145)
#798F81
(121,143,129)
#6B7E71
(107,126,113)
#5D6D61
(93,109,97)
#4F5C51
(79,92,81)
#414B41
(65,75,65)
#333A31
(51,58,49)
#252921
(37,41,33)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #A3C2B1

#A3C2B1
(163,194,177)
#ABC7B8
(171,199,184)
#B3CCBF
(179,204,191)
#BBD1C6
(187,209,198)
#C3D6CD
(195,214,205)
#CBDBD4
(203,219,212)
#D3E0DB
(211,224,219)
#DBE5E2
(219,229,226)
#E3EAE9
(227,234,233)
#EBEFF0
(235,239,240)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C2B1 color. Also use rgb(163,194,177) instead hex code.

Text Font Color

.myTextColor { color: #A3C2B1; }

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

This text font color is #A3C2B1.


Background Color

.myBgColor { background-color: #A3C2B1; }

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

This div background color is #A3C2B1.


Border color

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

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

This div border color is #A3C2B1.


Opacity

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

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

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

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

This text has shadow with #A3C2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C2B1 on black background.


Color preview on white background

This text has color #A3C2B1 on white background.



Black color preview on #A3C2B1 background

This text has black color on #A3C2B1 background.


White color preview on #A3C2B1 background

This text has white color on #A3C2B1 background.