COLOR #A3C1BC

HEX: #A3C1BC
RGB: (163,193,188)

Color info

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

RGB color model

#A3C1BC color RGB value is (163,193,188).

  • red value is 163;
  • green value is 193;
  • blue value is 188.
RGB:
(163,193,188)
(64%,76%,74%)

RGB channels and saturation

R 163 of 255 = 64%
G 193 of 255 = 76%
B 188 of 255 = 74%

163
193
188

R + G + B ~ 71%. #A3C1BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 193 + 188 = 544 (100%)
R 163 of 544 ~ 29.96%
G 193 of 544 ~ 35.48%
B 188 of 544 ~ 34.56%

%29.96
%35.48
%34.56

CMYK color model

#A3C1BC color CMYK value is (16,0,3,24).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 2.59%
  • key color value is 24.31%
CMYK:
(16,0,3,24)
C16M0Y3K24 
(16%,0%,3%,24%)
(0.16/0.00/0.03/0.24)	

CMYK percentages

%15.54
%0
%2.59
%24.31

Codes

Color #A3C1BC in popluar color models

A3C1BC
RGB163193188
HSL170°19.48%69.80%
HSB/HSV170°15.54%75.69%
CMYK15.54%0.00%2.59%
24.31%

Color #A3C1BC in popluar number systems.

HEXA3C1BC
Decimal163193188
Binary101000111100000110111100
Octal243301274

Shades and tints

Shades of #A3C1BC

#A3C1BC
(163,193,188)
#95B0AB
(149,176,171)
#879F9A
(135,159,154)
#798E89
(121,142,137)
#6B7D78
(107,125,120)
#5D6C67
(93,108,103)
#4F5B56
(79,91,86)
#414A45
(65,74,69)
#333934
(51,57,52)
#252823
(37,40,35)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #A3C1BC

#A3C1BC
(163,193,188)
#ABC6C2
(171,198,194)
#B3CBC8
(179,203,200)
#BBD0CE
(187,208,206)
#C3D5D4
(195,213,212)
#CBDADA
(203,218,218)
#D3DFE0
(211,223,224)
#DBE4E6
(219,228,230)
#E3E9EC
(227,233,236)
#EBEEF2
(235,238,242)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C1BC color. Also use rgb(163,193,188) instead hex code.

Text Font Color

.myTextColor { color: #A3C1BC; }

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

This text font color is #A3C1BC.


Background Color

.myBgColor { background-color: #A3C1BC; }

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

This div background color is #A3C1BC.


Border color

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

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

This div border color is #A3C1BC.


Opacity

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

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

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

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

This text has shadow with #A3C1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C1BC on black background.


Color preview on white background

This text has color #A3C1BC on white background.



Black color preview on #A3C1BC background

This text has black color on #A3C1BC background.


White color preview on #A3C1BC background

This text has white color on #A3C1BC background.