COLOR #A3CCCA

HEX: #A3CCCA RGB: (163,204,202)

Color info

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

RGB color model

#A3CCCA color RGB value is (163,204,202).

RGB: (163,204,202) (64%, 80%, 79%)

RGB channels and saturation

R 163 of 255 = 64%
G 204 of 255 = 80%
B 202 of 255 = 79%

163
204
202

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

Portions of RGB colors in percentages

R + G + B = 163 + 204 + 202 = 569 (100%)
R 163 of 569 ~ 28.65%
G 204 of 569 ~ 35.85%
B 202 of 569 ~ 35.5'%

%28.65
%35.85
%35.5

CMYK color model

#A3CCCA color CMYK value is (20,0,1,20).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 20.00%

CMYK: (20,0,1,20)
C20M0Y1K20 (20%, 0%, 1%, 20%)
(0.20 / 0.00 / 0.01 / 0.20)

CMYK percentages

%20.1
%0
%0.98
%20

Codes

Color #A3CCCA in popluar color models

A3 CC CA
RGB 163 204 202
HSL 177° 28.67% 71.96%
HSB/HSV 177° 20.10% 80.00%
CMYK 20.10% 0.00% 0.98%
20.00%

Color #A3CCCA in popluar number systems.

HEX A3 CC CA
Decimal 163 204 202
Binary 10100011 11001100 11001010
Octal 243 314 312

Shades and tints

Shades of #A3CCCA

#A3CCCA
(163,204,202)
#95BAB8
(149,186,184)
#87A8A6
(135,168,166)
#799694
(121,150,148)
#6B8482
(107,132,130)
#5D7270
(93,114,112)
#4F605E
(79,96,94)
#414E4C
(65,78,76)
#333C3A
(51,60,58)
#252A28
(37,42,40)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #A3CCCA

#A3CCCA
(163,204,202)
#ABD0CE
(171,208,206)
#B3D4D2
(179,212,210)
#BBD8D6
(187,216,214)
#C3DCDA
(195,220,218)
#CBE0DE
(203,224,222)
#D3E4E2
(211,228,226)
#DBE8E6
(219,232,230)
#E3ECEA
(227,236,234)
#EBF0EE
(235,240,238)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CCCA; }

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

This text font color is #A3CCCA.

Background Color

.myBgColor { background-color: #A3CCCA; }

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

This div background color is #A3CCCA.

Border color

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

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

This div border color is #A3CCCA.

Opacity

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

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

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

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

This text has shadow with #A3CCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CCCA.

Preview

Color preview on black background

This text has color #A3CCCA on black background.


Color preview on white background

This text has color #A3CCCA on white background.


Black color preview on #A3CCCA background

This text has black color on #A3CCCA background.


White color preview on #A3CCCA background

This text has white color on #A3CCCA background.


Related colors

Complementary color

Complementary color for #hex is #5C3335.


I love getcolorcode.com

Triadic colors

1 #CAA3CC and #CCCAA3 with #A3CCCA are triadic colors.

2 #CACCA3 and #CCA3CA with #A3CCCA are triadic colors.