COLOR #A3C1CC

HEX: #A3C1CC
RGB: (163,193,204)

Color info

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

RGB color model

#A3C1CC color RGB value is (163,193,204).

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

RGB channels and saturation

R 163 of 255 = 64%
G 193 of 255 = 76%
B 204 of 255 = 80%

163
193
204

R + G + B ~ 73%. #A3C1CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 193 + 204 = 560 (100%)
R 163 of 560 ~ 29.11%
G 193 of 560 ~ 34.46%
B 204 of 560 ~ 36.43%

%29.11
%34.46
%36.43

CMYK color model

#A3C1CC color CMYK value is (20,5,0,20).

  • cyan value is 20.10%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(20,5,0,20)
C20M5Y0K20 
(20%,5%,0%,20%)
(0.20/0.05/0.00/0.20)	

CMYK percentages

%20.1
%5.39
%0
%20

Codes

Color #A3C1CC in popluar color models

A3C1CC
RGB163193204
HSL196°28.67%71.96%
HSB/HSV196°20.10%80.00%
CMYK20.10%5.39%0.00%
20.00%

Color #A3C1CC in popluar number systems.

HEXA3C1CC
Decimal163193204
Binary101000111100000111001100
Octal243301314

Shades and tints

Shades of #A3C1CC

#A3C1CC
(163,193,204)
#95B0BA
(149,176,186)
#879FA8
(135,159,168)
#798E96
(121,142,150)
#6B7D84
(107,125,132)
#5D6C72
(93,108,114)
#4F5B60
(79,91,96)
#414A4E
(65,74,78)
#33393C
(51,57,60)
#25282A
(37,40,42)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #A3C1CC

#A3C1CC
(163,193,204)
#ABC6D0
(171,198,208)
#B3CBD4
(179,203,212)
#BBD0D8
(187,208,216)
#C3D5DC
(195,213,220)
#CBDAE0
(203,218,224)
#D3DFE4
(211,223,228)
#DBE4E8
(219,228,232)
#E3E9EC
(227,233,236)
#EBEEF0
(235,238,240)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C1CC; }

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

This text font color is #A3C1CC.


Background Color

.myBgColor { background-color: #A3C1CC; }

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

This div background color is #A3C1CC.


Border color

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

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

This div border color is #A3C1CC.


Opacity

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

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

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

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

This text has shadow with #A3C1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C1CC on black background.


Color preview on white background

This text has color #A3C1CC on white background.



Black color preview on #A3C1CC background

This text has black color on #A3C1CC background.


White color preview on #A3C1CC background

This text has white color on #A3C1CC background.