COLOR #A3C2CE

HEX: #A3C2CE
RGB: (163,194,206)

Color info

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

RGB color model

#A3C2CE color RGB value is (163,194,206).

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

RGB channels and saturation

R 163 of 255 = 64%
G 194 of 255 = 76%
B 206 of 255 = 81%

163
194
206

R + G + B ~ 74%. #A3C2CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 194 + 206 = 563 (100%)
R 163 of 563 ~ 28.95%
G 194 of 563 ~ 34.46%
B 206 of 563 ~ 36.59%

%28.95
%34.46
%36.59

CMYK color model

#A3C2CE color CMYK value is (21,6,0,19).

  • cyan value is 20.87%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(21,6,0,19)
C21M6Y0K19 
(21%,6%,0%,19%)
(0.21/0.06/0.00/0.19)	

CMYK percentages

%20.87
%5.83
%0
%19.22

Codes

Color #A3C2CE in popluar color models

A3C2CE
RGB163194206
HSL197°30.50%72.35%
HSB/HSV197°20.87%80.78%
CMYK20.87%5.83%0.00%
19.22%

Color #A3C2CE in popluar number systems.

HEXA3C2CE
Decimal163194206
Binary101000111100001011001110
Octal243302316

Shades and tints

Shades of #A3C2CE

#A3C2CE
(163,194,206)
#95B1BC
(149,177,188)
#87A0AA
(135,160,170)
#798F98
(121,143,152)
#6B7E86
(107,126,134)
#5D6D74
(93,109,116)
#4F5C62
(79,92,98)
#414B50
(65,75,80)
#333A3E
(51,58,62)
#25292C
(37,41,44)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #A3C2CE

#A3C2CE
(163,194,206)
#ABC7D2
(171,199,210)
#B3CCD6
(179,204,214)
#BBD1DA
(187,209,218)
#C3D6DE
(195,214,222)
#CBDBE2
(203,219,226)
#D3E0E6
(211,224,230)
#DBE5EA
(219,229,234)
#E3EAEE
(227,234,238)
#EBEFF2
(235,239,242)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C2CE; }

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

This text font color is #A3C2CE.


Background Color

.myBgColor { background-color: #A3C2CE; }

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

This div background color is #A3C2CE.


Border color

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

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

This div border color is #A3C2CE.


Opacity

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

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

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

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

This text has shadow with #A3C2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C2CE on black background.


Color preview on white background

This text has color #A3C2CE on white background.



Black color preview on #A3C2CE background

This text has black color on #A3C2CE background.


White color preview on #A3C2CE background

This text has white color on #A3C2CE background.