COLOR #A3C2CB

HEX: #A3C2CB RGB: (163,194,203)

Color info

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

RGB color model

#A3C2CB color RGB value is (163,194,203).

RGB: (163,194,203) (64%, 76%, 80%)

RGB channels and saturation

R 163 of 255 = 64%
G 194 of 255 = 76%
B 203 of 255 = 80%

163
194
203

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

Portions of RGB colors in percentages

R + G + B = 163 + 194 + 203 = 560 (100%)
R 163 of 560 ~ 29.11%
G 194 of 560 ~ 34.64%
B 203 of 560 ~ 36.25'%

%29.11
%34.64
%36.25

CMYK color model

#A3C2CB color CMYK value is (20,4,0,20).

  • cyan value is 19.70%
  • magenta value is 4.43%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (20,4,0,20)
C20M4Y0K20 (20%, 4%, 0%, 20%)
(0.20 / 0.04 / 0.00 / 0.20)

CMYK percentages

%19.7
%4.43
%0
%20.39

Codes

Color #A3C2CB in popluar color models

A3 C2 CB
RGB 163 194 203
HSL 194° 27.78% 71.76%
HSB/HSV 194° 19.70% 79.61%
CMYK 19.70% 4.43% 0.00%
20.39%

Color #A3C2CB in popluar number systems.

HEX A3 C2 CB
Decimal 163 194 203
Binary 10100011 11000010 11001011
Octal 243 302 313

Shades and tints

Shades of #A3C2CB

#A3C2CB
(163,194,203)
#95B1B9
(149,177,185)
#87A0A7
(135,160,167)
#798F95
(121,143,149)
#6B7E83
(107,126,131)
#5D6D71
(93,109,113)
#4F5C5F
(79,92,95)
#414B4D
(65,75,77)
#333A3B
(51,58,59)
#252929
(37,41,41)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #A3C2CB

#A3C2CB
(163,194,203)
#ABC7CF
(171,199,207)
#B3CCD3
(179,204,211)
#BBD1D7
(187,209,215)
#C3D6DB
(195,214,219)
#CBDBDF
(203,219,223)
#D3E0E3
(211,224,227)
#DBE5E7
(219,229,231)
#E3EAEB
(227,234,235)
#EBEFEF
(235,239,239)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C2CB; }

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

This text font color is #A3C2CB.

Background Color

.myBgColor { background-color: #A3C2CB; }

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

This div background color is #A3C2CB.

Border color

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

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

This div border color is #A3C2CB.

Opacity

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

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

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

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

This text has shadow with #A3C2CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C2CB.

Preview

Color preview on black background

This text has color #A3C2CB on black background.


Color preview on white background

This text has color #A3C2CB on white background.


Black color preview on #A3C2CB background

This text has black color on #A3C2CB background.


White color preview on #A3C2CB background

This text has white color on #A3C2CB background.


Related colors

Complementary color

Complementary color for #hex is #5C3D34.


I love getcolorcode.com

Triadic colors

1 #CBA3C2 and #C2CBA3 with #A3C2CB are triadic colors.

2 #CBC2A3 and #C2A3CB with #A3C2CB are triadic colors.