COLOR #A1C5CC

HEX: #A1C5CC
RGB: (161,197,204)

Color info

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

RGB color model

#A1C5CC color RGB value is (161,197,204).

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

RGB channels and saturation

R 161 of 255 = 63%
G 197 of 255 = 77%
B 204 of 255 = 80%

161
197
204

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

Portions of RGB colors in percentages

R + G + B =
161 + 197 + 204 = 562 (100%)
R 161 of 562 ~ 28.65%
G 197 of 562 ~ 35.05%
B 204 of 562 ~ 36.3%

%28.65
%35.05
%36.3

CMYK color model

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

  • cyan value is 21.08%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(21,3,0,20)
C21M3Y0K20 
(21%,3%,0%,20%)
(0.21/0.03/0.00/0.20)	

CMYK percentages

%21.08
%3.43
%0
%20

Codes

Color #A1C5CC in popluar color models

A1C5CC
RGB161197204
HSL190°29.66%71.57%
HSB/HSV190°21.08%80.00%
CMYK21.08%3.43%0.00%
20.00%

Color #A1C5CC in popluar number systems.

HEXA1C5CC
Decimal161197204
Binary101000011100010111001100
Octal241305314

Shades and tints

Shades of #A1C5CC

#A1C5CC
(161,197,204)
#93B4BA
(147,180,186)
#85A3A8
(133,163,168)
#779296
(119,146,150)
#698184
(105,129,132)
#5B7072
(91,112,114)
#4D5F60
(77,95,96)
#3F4E4E
(63,78,78)
#313D3C
(49,61,60)
#232C2A
(35,44,42)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #A1C5CC

#A1C5CC
(161,197,204)
#A9CAD0
(169,202,208)
#B1CFD4
(177,207,212)
#B9D4D8
(185,212,216)
#C1D9DC
(193,217,220)
#C9DEE0
(201,222,224)
#D1E3E4
(209,227,228)
#D9E8E8
(217,232,232)
#E1EDEC
(225,237,236)
#E9F2F0
(233,242,240)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C5CC; }

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

This text font color is #A1C5CC.


Background Color

.myBgColor { background-color: #A1C5CC; }

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

This div background color is #A1C5CC.


Border color

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

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

This div border color is #A1C5CC.


Opacity

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

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

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

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

This text has shadow with #A1C5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C5CC on black background.


Color preview on white background

This text has color #A1C5CC on white background.



Black color preview on #A1C5CC background

This text has black color on #A1C5CC background.


White color preview on #A1C5CC background

This text has white color on #A1C5CC background.