COLOR #A4C1CC

HEX: #A4C1CC
RGB: (164,193,204)

Color info

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

RGB color model

#A4C1CC color RGB value is (164,193,204).

  • red value is 164;
  • green value is 193;
  • blue value is 204.
RGB:
(164,193,204)
(64%,76%,80%)

RGB channels and saturation

R 164 of 255 = 64%
G 193 of 255 = 76%
B 204 of 255 = 80%

164
193
204

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

Portions of RGB colors in percentages

R + G + B =
164 + 193 + 204 = 561 (100%)
R 164 of 561 ~ 29.23%
G 193 of 561 ~ 34.4%
B 204 of 561 ~ 36.36%

%29.23
%34.4
%36.36

CMYK color model

#A4C1CC color CMYK value is (20,5,0,20).

  • cyan value is 19.61%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(20,5,0,20)
C20M5Y0K20 
(20%,5%,0%,20%)
(0.20/0.05/0.00/0.20)	

CMYK percentages

%19.61
%5.39
%0
%20

Codes

Color #A4C1CC in popluar color models

A4C1CC
RGB164193204
HSL197°28.17%72.16%
HSB/HSV197°19.61%80.00%
CMYK19.61%5.39%0.00%
20.00%

Color #A4C1CC in popluar number systems.

HEXA4C1CC
Decimal164193204
Binary101001001100000111001100
Octal244301314

Shades and tints

Shades of #A4C1CC

#A4C1CC
(164,193,204)
#96B0BA
(150,176,186)
#889FA8
(136,159,168)
#7A8E96
(122,142,150)
#6C7D84
(108,125,132)
#5E6C72
(94,108,114)
#505B60
(80,91,96)
#424A4E
(66,74,78)
#34393C
(52,57,60)
#26282A
(38,40,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #A4C1CC

#A4C1CC
(164,193,204)
#ACC6D0
(172,198,208)
#B4CBD4
(180,203,212)
#BCD0D8
(188,208,216)
#C4D5DC
(196,213,220)
#CCDAE0
(204,218,224)
#D4DFE4
(212,223,228)
#DCE4E8
(220,228,232)
#E4E9EC
(228,233,236)
#ECEEF0
(236,238,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C1CC color. Also use rgb(164,193,204) instead hex code.

Text Font Color

.myTextColor { color: #A4C1CC; }

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

This text font color is #A4C1CC.


Background Color

.myBgColor { background-color: #A4C1CC; }

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

This div background color is #A4C1CC.


Border color

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

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

This div border color is #A4C1CC.


Opacity

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

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

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

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

This text has shadow with #A4C1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C1CC on black background.


Color preview on white background

This text has color #A4C1CC on white background.



Black color preview on #A4C1CC background

This text has black color on #A4C1CC background.


White color preview on #A4C1CC background

This text has white color on #A4C1CC background.