COLOR #A1C4DC

HEX: #A1C4DC
RGB: (161,196,220)

Color info

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

RGB color model

#A1C4DC color RGB value is (161,196,220).

  • red value is 161;
  • green value is 196;
  • blue value is 220.
RGB:
(161,196,220)
(63%,77%,86%)

RGB channels and saturation

R 161 of 255 = 63%
G 196 of 255 = 77%
B 220 of 255 = 86%

161
196
220

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

Portions of RGB colors in percentages

R + G + B =
161 + 196 + 220 = 577 (100%)
R 161 of 577 ~ 27.9%
G 196 of 577 ~ 33.97%
B 220 of 577 ~ 38.13%

%27.9
%33.97
%38.13

CMYK color model

#A1C4DC color CMYK value is (27,11,0,14).

  • cyan value is 26.82%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(27,11,0,14)
C27M11Y0K14 
(27%,11%,0%,14%)
(0.27/0.11/0.00/0.14)	

CMYK percentages

%26.82
%10.91
%0
%13.73

Codes

Color #A1C4DC in popluar color models

A1C4DC
RGB161196220
HSL204°45.74%74.71%
HSB/HSV204°26.82%86.27%
CMYK26.82%10.91%0.00%
13.73%

Color #A1C4DC in popluar number systems.

HEXA1C4DC
Decimal161196220
Binary101000011100010011011100
Octal241304334

Shades and tints

Shades of #A1C4DC

#A1C4DC
(161,196,220)
#93B3C8
(147,179,200)
#85A2B4
(133,162,180)
#7791A0
(119,145,160)
#69808C
(105,128,140)
#5B6F78
(91,111,120)
#4D5E64
(77,94,100)
#3F4D50
(63,77,80)
#313C3C
(49,60,60)
#232B28
(35,43,40)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #A1C4DC

#A1C4DC
(161,196,220)
#A9C9DF
(169,201,223)
#B1CEE2
(177,206,226)
#B9D3E5
(185,211,229)
#C1D8E8
(193,216,232)
#C9DDEB
(201,221,235)
#D1E2EE
(209,226,238)
#D9E7F1
(217,231,241)
#E1ECF4
(225,236,244)
#E9F1F7
(233,241,247)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C4DC color. Also use rgb(161,196,220) instead hex code.

Text Font Color

.myTextColor { color: #A1C4DC; }

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

This text font color is #A1C4DC.


Background Color

.myBgColor { background-color: #A1C4DC; }

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

This div background color is #A1C4DC.


Border color

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

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

This div border color is #A1C4DC.


Opacity

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

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

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

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

This text has shadow with #A1C4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C4DC on black background.


Color preview on white background

This text has color #A1C4DC on white background.



Black color preview on #A1C4DC background

This text has black color on #A1C4DC background.


White color preview on #A1C4DC background

This text has white color on #A1C4DC background.