COLOR #A3C0CC

HEX: #A3C0CC RGB: (163,192,204)

Color info

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

RGB color model

#A3C0CC color RGB value is (163,192,204).

RGB: (163,192,204) (64%, 75%, 80%)

RGB channels and saturation

R 163 of 255 = 64%
G 192 of 255 = 75%
B 204 of 255 = 80%

163
192
204

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

Portions of RGB colors in percentages

R + G + B = 163 + 192 + 204 = 559 (100%)
R 163 of 559 ~ 29.16%
G 192 of 559 ~ 34.35%
B 204 of 559 ~ 36.49'%

%29.16
%34.35
%36.49

CMYK color model

#A3C0CC color CMYK value is (20,6,0,20).

  • cyan value is 20.10%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (20,6,0,20) C20M6Y0K20 (20%,6%,0%,20%) (0.20/0.06/0.00/0.20) 

CMYK percentages

%20.1
%5.88
%0
%20

Codes

Color #A3C0CC in popluar color models

A3 C0 CC
RGB 163 192 204
HSL 198° 28.67% 71.96%
HSB/HSV 198° 20.10% 80.00%
CMYK 20.10% 5.88% 0.00%
20.00%

Color #A3C0CC in popluar number systems.

HEX A3 C0 CC
Decimal 163 192 204
Binary 10100011 11000000 11001100
Octal 243 300 314

Shades and tints

Shades of #A3C0CC

#A3C0CC
(163,192,204)
#95AFBA
(149,175,186)
#879EA8
(135,158,168)
#798D96
(121,141,150)
#6B7C84
(107,124,132)
#5D6B72
(93,107,114)
#4F5A60
(79,90,96)
#41494E
(65,73,78)
#33383C
(51,56,60)
#25272A
(37,39,42)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #A3C0CC

#A3C0CC
(163,192,204)
#ABC5D0
(171,197,208)
#B3CAD4
(179,202,212)
#BBCFD8
(187,207,216)
#C3D4DC
(195,212,220)
#CBD9E0
(203,217,224)
#D3DEE4
(211,222,228)
#DBE3E8
(219,227,232)
#E3E8EC
(227,232,236)
#EBEDF0
(235,237,240)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C0CC; }

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

This text font color is #A3C0CC.

Background Color

.myBgColor { background-color: #A3C0CC; }

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

This div background color is #A3C0CC.

Border color

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

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

This div border color is #A3C0CC.

Opacity

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

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

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

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

This text has shadow with #A3C0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C0CC.

Preview

Color preview on black background

This text has color #A3C0CC on black background.


Color preview on white background

This text has color #A3C0CC on white background.


Black color preview on #A3C0CC background

This text has black color on #A3C0CC background.


White color preview on #A3C0CC background

This text has white color on #A3C0CC background.


Related colors

Complementary color

Complementary color for #hex is #5C3F33.


I love getcolorcode.com

Triadic colors

1 #CCA3C0 and #C0CCA3 with #A3C0CC are triadic colors.

2 #CCC0A3 and #C0A3CC with #A3C0CC are triadic colors.