COLOR #A1CECC

HEX: #A1CECC
RGB: (161,206,204)

Color info

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

RGB color model

#A1CECC color RGB value is (161,206,204).

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

RGB channels and saturation

R 161 of 255 = 63%
G 206 of 255 = 81%
B 204 of 255 = 80%

161
206
204

R + G + B ~ 75%. #A1CECC is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 206 + 204 = 571 (100%)
R 161 of 571 ~ 28.2%
G 206 of 571 ~ 36.08%
B 204 of 571 ~ 35.73%

%28.2
%36.08
%35.73

CMYK color model

#A1CECC color CMYK value is (22,0,1,19).

  • cyan value is 21.84%
  • magenta value is 0.00%
  • yellow value is 0.97%
  • key color value is 19.22%
CMYK:
(22,0,1,19)
C22M0Y1K19 
(22%,0%,1%,19%)
(0.22/0.00/0.01/0.19)	

CMYK percentages

%21.84
%0
%0.97
%19.22

Codes

Color #A1CECC in popluar color models

A1CECC
RGB161206204
HSL177°31.47%71.96%
HSB/HSV177°21.84%80.78%
CMYK21.84%0.00%0.97%
19.22%

Color #A1CECC in popluar number systems.

HEXA1CECC
Decimal161206204
Binary101000011100111011001100
Octal241316314

Shades and tints

Shades of #A1CECC

#A1CECC
(161,206,204)
#93BCBA
(147,188,186)
#85AAA8
(133,170,168)
#779896
(119,152,150)
#698684
(105,134,132)
#5B7472
(91,116,114)
#4D6260
(77,98,96)
#3F504E
(63,80,78)
#313E3C
(49,62,60)
#232C2A
(35,44,42)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #A1CECC

#A1CECC
(161,206,204)
#A9D2D0
(169,210,208)
#B1D6D4
(177,214,212)
#B9DAD8
(185,218,216)
#C1DEDC
(193,222,220)
#C9E2E0
(201,226,224)
#D1E6E4
(209,230,228)
#D9EAE8
(217,234,232)
#E1EEEC
(225,238,236)
#E9F2F0
(233,242,240)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CECC; }

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

This text font color is #A1CECC.


Background Color

.myBgColor { background-color: #A1CECC; }

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

This div background color is #A1CECC.


Border color

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

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

This div border color is #A1CECC.


Opacity

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

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

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

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

This text has shadow with #A1CECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CECC on black background.


Color preview on white background

This text has color #A1CECC on white background.



Black color preview on #A1CECC background

This text has black color on #A1CECC background.


White color preview on #A1CECC background

This text has white color on #A1CECC background.