COLOR #A1C3BC

HEX: #A1C3BC
RGB: (161,195,188)

Color info

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

RGB color model

#A1C3BC color RGB value is (161,195,188).

  • red value is 161;
  • green value is 195;
  • blue value is 188.
RGB:
(161,195,188)
(63%,76%,74%)

RGB channels and saturation

R 161 of 255 = 63%
G 195 of 255 = 76%
B 188 of 255 = 74%

161
195
188

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

Portions of RGB colors in percentages

R + G + B =
161 + 195 + 188 = 544 (100%)
R 161 of 544 ~ 29.6%
G 195 of 544 ~ 35.85%
B 188 of 544 ~ 34.56%

%29.6
%35.85
%34.56

CMYK color model

#A1C3BC color CMYK value is (17,0,4,24).

  • cyan value is 17.44%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 23.53%
CMYK:
(17,0,4,24)
C17M0Y4K24 
(17%,0%,4%,24%)
(0.17/0.00/0.04/0.24)	

CMYK percentages

%17.44
%0
%3.59
%23.53

Codes

Color #A1C3BC in popluar color models

A1C3BC
RGB161195188
HSL168°22.08%69.80%
HSB/HSV168°17.44%76.47%
CMYK17.44%0.00%3.59%
23.53%

Color #A1C3BC in popluar number systems.

HEXA1C3BC
Decimal161195188
Binary101000011100001110111100
Octal241303274

Shades and tints

Shades of #A1C3BC

#A1C3BC
(161,195,188)
#93B2AB
(147,178,171)
#85A19A
(133,161,154)
#779089
(119,144,137)
#697F78
(105,127,120)
#5B6E67
(91,110,103)
#4D5D56
(77,93,86)
#3F4C45
(63,76,69)
#313B34
(49,59,52)
#232A23
(35,42,35)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #A1C3BC

#A1C3BC
(161,195,188)
#A9C8C2
(169,200,194)
#B1CDC8
(177,205,200)
#B9D2CE
(185,210,206)
#C1D7D4
(193,215,212)
#C9DCDA
(201,220,218)
#D1E1E0
(209,225,224)
#D9E6E6
(217,230,230)
#E1EBEC
(225,235,236)
#E9F0F2
(233,240,242)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C3BC color. Also use rgb(161,195,188) instead hex code.

Text Font Color

.myTextColor { color: #A1C3BC; }

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

This text font color is #A1C3BC.


Background Color

.myBgColor { background-color: #A1C3BC; }

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

This div background color is #A1C3BC.


Border color

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

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

This div border color is #A1C3BC.


Opacity

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

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

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

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

This text has shadow with #A1C3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C3BC on black background.


Color preview on white background

This text has color #A1C3BC on white background.



Black color preview on #A1C3BC background

This text has black color on #A1C3BC background.


White color preview on #A1C3BC background

This text has white color on #A1C3BC background.