COLOR #A3C3CD

HEX: #A3C3CD RGB: (163,195,205)

Color info

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

RGB color model

#A3C3CD color RGB value is (163,195,205).

RGB: (163,195,205) (64%, 76%, 80%)

RGB channels and saturation

R 163 of 255 = 64%
G 195 of 255 = 76%
B 205 of 255 = 80%

163
195
205

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

Portions of RGB colors in percentages

R + G + B = 163 + 195 + 205 = 563 (100%)
R 163 of 563 ~ 28.95%
G 195 of 563 ~ 34.64%
B 205 of 563 ~ 36.41'%

%28.95
%34.64
%36.41

CMYK color model

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

  • cyan value is 20.49%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (20,5,0,20)
C20M5Y0K20 (20%, 5%, 0%, 20%)
(0.20 / 0.05 / 0.00 / 0.20)

CMYK percentages

%20.49
%4.88
%0
%19.61

Codes

Color #A3C3CD in popluar color models

A3 C3 CD
RGB 163 195 205
HSL 194° 29.58% 72.16%
HSB/HSV 194° 20.49% 80.39%
CMYK 20.49% 4.88% 0.00%
19.61%

Color #A3C3CD in popluar number systems.

HEX A3 C3 CD
Decimal 163 195 205
Binary 10100011 11000011 11001101
Octal 243 303 315

Shades and tints

Shades of #A3C3CD

#A3C3CD
(163,195,205)
#95B2BB
(149,178,187)
#87A1A9
(135,161,169)
#799097
(121,144,151)
#6B7F85
(107,127,133)
#5D6E73
(93,110,115)
#4F5D61
(79,93,97)
#414C4F
(65,76,79)
#333B3D
(51,59,61)
#252A2B
(37,42,43)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #A3C3CD

#A3C3CD
(163,195,205)
#ABC8D1
(171,200,209)
#B3CDD5
(179,205,213)
#BBD2D9
(187,210,217)
#C3D7DD
(195,215,221)
#CBDCE1
(203,220,225)
#D3E1E5
(211,225,229)
#DBE6E9
(219,230,233)
#E3EBED
(227,235,237)
#EBF0F1
(235,240,241)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C3CD color. Also use rgb(163,195,205) instead hex code.

Text Font Color

.myTextColor { color: #A3C3CD; }

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

This text font color is #A3C3CD.

Background Color

.myBgColor { background-color: #A3C3CD; }

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

This div background color is #A3C3CD.

Border color

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

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

This div border color is #A3C3CD.

Opacity

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

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

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

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

This text has shadow with #A3C3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C3CD.

Preview

Color preview on black background

This text has color #A3C3CD on black background.


Color preview on white background

This text has color #A3C3CD on white background.


Black color preview on #A3C3CD background

This text has black color on #A3C3CD background.


White color preview on #A3C3CD background

This text has white color on #A3C3CD background.


Related colors

Complementary color

Complementary color for #hex is #5C3C32.


I love getcolorcode.com

Triadic colors

1 #CDA3C3 and #C3CDA3 with #A3C3CD are triadic colors.

2 #CDC3A3 and #C3A3CD with #A3C3CD are triadic colors.