COLOR #A3C5CB

HEX: #A3C5CB
RGB: (163,197,203)

Color info

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

RGB color model

#A3C5CB color RGB value is (163,197,203).

  • red value is 163;
  • green value is 197;
  • blue value is 203.
RGB:
(163,197,203)
(64%,77%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 197 of 255 = 77%
B 203 of 255 = 80%

163
197
203

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

Portions of RGB colors in percentages

R + G + B =
163 + 197 + 203 = 563 (100%)
R 163 of 563 ~ 28.95%
G 197 of 563 ~ 34.99%
B 203 of 563 ~ 36.06%

%28.95
%34.99
%36.06

CMYK color model

#A3C5CB color CMYK value is (20,3,0,20).

  • cyan value is 19.70%
  • magenta value is 2.96%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(20,3,0,20)
C20M3Y0K20 
(20%,3%,0%,20%)
(0.20/0.03/0.00/0.20)	

CMYK percentages

%19.7
%2.96
%0
%20.39

Codes

Color #A3C5CB in popluar color models

A3C5CB
RGB163197203
HSL189°27.78%71.76%
HSB/HSV189°19.70%79.61%
CMYK19.70%2.96%0.00%
20.39%

Color #A3C5CB in popluar number systems.

HEXA3C5CB
Decimal163197203
Binary101000111100010111001011
Octal243305313

Shades and tints

Shades of #A3C5CB

#A3C5CB
(163,197,203)
#95B4B9
(149,180,185)
#87A3A7
(135,163,167)
#799295
(121,146,149)
#6B8183
(107,129,131)
#5D7071
(93,112,113)
#4F5F5F
(79,95,95)
#414E4D
(65,78,77)
#333D3B
(51,61,59)
#252C29
(37,44,41)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #A3C5CB

#A3C5CB
(163,197,203)
#ABCACF
(171,202,207)
#B3CFD3
(179,207,211)
#BBD4D7
(187,212,215)
#C3D9DB
(195,217,219)
#CBDEDF
(203,222,223)
#D3E3E3
(211,227,227)
#DBE8E7
(219,232,231)
#E3EDEB
(227,237,235)
#EBF2EF
(235,242,239)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C5CB; }

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

This text font color is #A3C5CB.


Background Color

.myBgColor { background-color: #A3C5CB; }

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

This div background color is #A3C5CB.


Border color

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

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

This div border color is #A3C5CB.


Opacity

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

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

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

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

This text has shadow with #A3C5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C5CB on black background.


Color preview on white background

This text has color #A3C5CB on white background.



Black color preview on #A3C5CB background

This text has black color on #A3C5CB background.


White color preview on #A3C5CB background

This text has white color on #A3C5CB background.