COLOR #A1C7CA

HEX: #A1C7CA
RGB: (161,199,202)

Color info

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

RGB color model

#A1C7CA color RGB value is (161,199,202).

  • red value is 161;
  • green value is 199;
  • blue value is 202.
RGB:
(161,199,202)
(63%,78%,79%)

RGB channels and saturation

R 161 of 255 = 63%
G 199 of 255 = 78%
B 202 of 255 = 79%

161
199
202

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

Portions of RGB colors in percentages

R + G + B =
161 + 199 + 202 = 562 (100%)
R 161 of 562 ~ 28.65%
G 199 of 562 ~ 35.41%
B 202 of 562 ~ 35.94%

%28.65
%35.41
%35.94

CMYK color model

#A1C7CA color CMYK value is (20,1,0,21).

  • cyan value is 20.30%
  • magenta value is 1.49%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(20,1,0,21)
C20M1Y0K21 
(20%,1%,0%,21%)
(0.20/0.01/0.00/0.21)	

CMYK percentages

%20.3
%1.49
%0
%20.78

Codes

Color #A1C7CA in popluar color models

A1C7CA
RGB161199202
HSL184°27.89%71.18%
HSB/HSV184°20.30%79.22%
CMYK20.30%1.49%0.00%
20.78%

Color #A1C7CA in popluar number systems.

HEXA1C7CA
Decimal161199202
Binary101000011100011111001010
Octal241307312

Shades and tints

Shades of #A1C7CA

#A1C7CA
(161,199,202)
#93B5B8
(147,181,184)
#85A3A6
(133,163,166)
#779194
(119,145,148)
#697F82
(105,127,130)
#5B6D70
(91,109,112)
#4D5B5E
(77,91,94)
#3F494C
(63,73,76)
#31373A
(49,55,58)
#232528
(35,37,40)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #A1C7CA

#A1C7CA
(161,199,202)
#A9CCCE
(169,204,206)
#B1D1D2
(177,209,210)
#B9D6D6
(185,214,214)
#C1DBDA
(193,219,218)
#C9E0DE
(201,224,222)
#D1E5E2
(209,229,226)
#D9EAE6
(217,234,230)
#E1EFEA
(225,239,234)
#E9F4EE
(233,244,238)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C7CA color. Also use rgb(161,199,202) instead hex code.

Text Font Color

.myTextColor { color: #A1C7CA; }

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

This text font color is #A1C7CA.


Background Color

.myBgColor { background-color: #A1C7CA; }

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

This div background color is #A1C7CA.


Border color

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

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

This div border color is #A1C7CA.


Opacity

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

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

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

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

This text has shadow with #A1C7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C7CA on black background.


Color preview on white background

This text has color #A1C7CA on white background.



Black color preview on #A1C7CA background

This text has black color on #A1C7CA background.


White color preview on #A1C7CA background

This text has white color on #A1C7CA background.