COLOR #A3C1C0

HEX: #A3C1C0
RGB: (163,193,192)

Color info

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

RGB color model

#A3C1C0 color RGB value is (163,193,192).

  • red value is 163;
  • green value is 193;
  • blue value is 192.
RGB:
(163,193,192)
(64%,76%,75%)

RGB channels and saturation

R 163 of 255 = 64%
G 193 of 255 = 76%
B 192 of 255 = 75%

163
193
192

R + G + B ~ 72%. #A3C1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 193 + 192 = 548 (100%)
R 163 of 548 ~ 29.74%
G 193 of 548 ~ 35.22%
B 192 of 548 ~ 35.04%

%29.74
%35.22
%35.04

CMYK color model

#A3C1C0 color CMYK value is (16,0,1,24).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 0.52%
  • key color value is 24.31%
CMYK:
(16,0,1,24)
C16M0Y1K24 
(16%,0%,1%,24%)
(0.16/0.00/0.01/0.24)	

CMYK percentages

%15.54
%0
%0.52
%24.31

Codes

Color #A3C1C0 in popluar color models

A3C1C0
RGB163193192
HSL178°19.48%69.80%
HSB/HSV178°15.54%75.69%
CMYK15.54%0.00%0.52%
24.31%

Color #A3C1C0 in popluar number systems.

HEXA3C1C0
Decimal163193192
Binary101000111100000111000000
Octal243301300

Shades and tints

Shades of #A3C1C0

#A3C1C0
(163,193,192)
#95B0AF
(149,176,175)
#879F9E
(135,159,158)
#798E8D
(121,142,141)
#6B7D7C
(107,125,124)
#5D6C6B
(93,108,107)
#4F5B5A
(79,91,90)
#414A49
(65,74,73)
#333938
(51,57,56)
#252827
(37,40,39)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #A3C1C0

#A3C1C0
(163,193,192)
#ABC6C5
(171,198,197)
#B3CBCA
(179,203,202)
#BBD0CF
(187,208,207)
#C3D5D4
(195,213,212)
#CBDAD9
(203,218,217)
#D3DFDE
(211,223,222)
#DBE4E3
(219,228,227)
#E3E9E8
(227,233,232)
#EBEEED
(235,238,237)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C1C0 color. Also use rgb(163,193,192) instead hex code.

Text Font Color

.myTextColor { color: #A3C1C0; }

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

This text font color is #A3C1C0.


Background Color

.myBgColor { background-color: #A3C1C0; }

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

This div background color is #A3C1C0.


Border color

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

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

This div border color is #A3C1C0.


Opacity

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

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

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

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

This text has shadow with #A3C1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C1C0 on black background.


Color preview on white background

This text has color #A3C1C0 on white background.



Black color preview on #A3C1C0 background

This text has black color on #A3C1C0 background.


White color preview on #A3C1C0 background

This text has white color on #A3C1C0 background.