COLOR #A1C5CE

HEX: #A1C5CE
RGB: (161,197,206)

Color info

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

RGB color model

#A1C5CE color RGB value is (161,197,206).

  • red value is 161;
  • green value is 197;
  • blue value is 206.
RGB:
(161,197,206)
(63%,77%,81%)

RGB channels and saturation

R 161 of 255 = 63%
G 197 of 255 = 77%
B 206 of 255 = 81%

161
197
206

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

Portions of RGB colors in percentages

R + G + B =
161 + 197 + 206 = 564 (100%)
R 161 of 564 ~ 28.55%
G 197 of 564 ~ 34.93%
B 206 of 564 ~ 36.52%

%28.55
%34.93
%36.52

CMYK color model

#A1C5CE color CMYK value is (22,4,0,19).

  • cyan value is 21.84%
  • magenta value is 4.37%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(22,4,0,19)
C22M4Y0K19 
(22%,4%,0%,19%)
(0.22/0.04/0.00/0.19)	

CMYK percentages

%21.84
%4.37
%0
%19.22

Codes

Color #A1C5CE in popluar color models

A1C5CE
RGB161197206
HSL192°31.47%71.96%
HSB/HSV192°21.84%80.78%
CMYK21.84%4.37%0.00%
19.22%

Color #A1C5CE in popluar number systems.

HEXA1C5CE
Decimal161197206
Binary101000011100010111001110
Octal241305316

Shades and tints

Shades of #A1C5CE

#A1C5CE
(161,197,206)
#93B4BC
(147,180,188)
#85A3AA
(133,163,170)
#779298
(119,146,152)
#698186
(105,129,134)
#5B7074
(91,112,116)
#4D5F62
(77,95,98)
#3F4E50
(63,78,80)
#313D3E
(49,61,62)
#232C2C
(35,44,44)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #A1C5CE

#A1C5CE
(161,197,206)
#A9CAD2
(169,202,210)
#B1CFD6
(177,207,214)
#B9D4DA
(185,212,218)
#C1D9DE
(193,217,222)
#C9DEE2
(201,222,226)
#D1E3E6
(209,227,230)
#D9E8EA
(217,232,234)
#E1EDEE
(225,237,238)
#E9F2F2
(233,242,242)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C5CE color. Also use rgb(161,197,206) instead hex code.

Text Font Color

.myTextColor { color: #A1C5CE; }

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

This text font color is #A1C5CE.


Background Color

.myBgColor { background-color: #A1C5CE; }

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

This div background color is #A1C5CE.


Border color

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

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

This div border color is #A1C5CE.


Opacity

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

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

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

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

This text has shadow with #A1C5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C5CE on black background.


Color preview on white background

This text has color #A1C5CE on white background.



Black color preview on #A1C5CE background

This text has black color on #A1C5CE background.


White color preview on #A1C5CE background

This text has white color on #A1C5CE background.