COLOR #A3C1CA

HEX: #A3C1CA RGB: (163,193,202)

Color info

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

RGB color model

#A3C1CA color RGB value is (163,193,202).

RGB: (163,193,202) (64%, 76%, 79%)

RGB channels and saturation

R 163 of 255 = 64%
G 193 of 255 = 76%
B 202 of 255 = 79%

163
193
202

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

Portions of RGB colors in percentages

R + G + B = 163 + 193 + 202 = 558 (100%)
R 163 of 558 ~ 29.21%
G 193 of 558 ~ 34.59%
B 202 of 558 ~ 36.2'%

%29.21
%34.59
%36.2

CMYK color model

#A3C1CA color CMYK value is (19,4,0,21).

  • cyan value is 19.31%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (19,4,0,21)
C19M4Y0K21 (19%, 4%, 0%, 21%)
(0.19 / 0.04 / 0.00 / 0.21)

CMYK percentages

%19.31
%4.46
%0
%20.78

Codes

Color #A3C1CA in popluar color models

A3 C1 CA
RGB 163 193 202
HSL 194° 26.90% 71.57%
HSB/HSV 194° 19.31% 79.22%
CMYK 19.31% 4.46% 0.00%
20.78%

Color #A3C1CA in popluar number systems.

HEX A3 C1 CA
Decimal 163 193 202
Binary 10100011 11000001 11001010
Octal 243 301 312

Shades and tints

Shades of #A3C1CA

#A3C1CA
(163,193,202)
#95B0B8
(149,176,184)
#879FA6
(135,159,166)
#798E94
(121,142,148)
#6B7D82
(107,125,130)
#5D6C70
(93,108,112)
#4F5B5E
(79,91,94)
#414A4C
(65,74,76)
#33393A
(51,57,58)
#252828
(37,40,40)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #A3C1CA

#A3C1CA
(163,193,202)
#ABC6CE
(171,198,206)
#B3CBD2
(179,203,210)
#BBD0D6
(187,208,214)
#C3D5DA
(195,213,218)
#CBDADE
(203,218,222)
#D3DFE2
(211,223,226)
#DBE4E6
(219,228,230)
#E3E9EA
(227,233,234)
#EBEEEE
(235,238,238)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C1CA; }

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

This text font color is #A3C1CA.

Background Color

.myBgColor { background-color: #A3C1CA; }

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

This div background color is #A3C1CA.

Border color

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

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

This div border color is #A3C1CA.

Opacity

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

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

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

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

This text has shadow with #A3C1CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C1CA.

Preview

Color preview on black background

This text has color #A3C1CA on black background.


Color preview on white background

This text has color #A3C1CA on white background.


Black color preview on #A3C1CA background

This text has black color on #A3C1CA background.


White color preview on #A3C1CA background

This text has white color on #A3C1CA background.


Related colors

Complementary color

Complementary color for #hex is #5C3E35.


I love getcolorcode.com

Triadic colors

1 #CAA3C1 and #C1CAA3 with #A3C1CA are triadic colors.

2 #CAC1A3 and #C1A3CA with #A3C1CA are triadic colors.