COLOR #A1CAF1

HEX: #A1CAF1
RGB: (161,202,241)

Color info

#A1CAF1 contains mainly green and blue colors. Web safe color of #A1CAF1 is #99CCFF (or #9CF).

RGB color model

#A1CAF1 color RGB value is (161,202,241).

  • red value is 161;
  • green value is 202;
  • blue value is 241.
RGB:
(161,202,241)
(63%,79%,95%)

RGB channels and saturation

R 161 of 255 = 63%
G 202 of 255 = 79%
B 241 of 255 = 95%

161
202
241

R + G + B ~ 79%. #A1CAF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 202 + 241 = 604 (100%)
R 161 of 604 ~ 26.66%
G 202 of 604 ~ 33.44%
B 241 of 604 ~ 39.9%

%26.66
%33.44
%39.9

CMYK color model

#A1CAF1 color CMYK value is (33,16,0,5).

  • cyan value is 33.20%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(33,16,0,5)
C33M16Y0K5 
(33%,16%,0%,5%)
(0.33/0.16/0.00/0.05)	

CMYK percentages

%33.2
%16.18
%0
%5.49

Codes

Color #A1CAF1 in popluar color models

A1CAF1
RGB161202241
HSL209°74.07%78.82%
HSB/HSV209°33.20%94.51%
CMYK33.20%16.18%0.00%
5.49%

Color #A1CAF1 in popluar number systems.

HEXA1CAF1
Decimal161202241
Binary101000011100101011110001
Octal241312361

Shades and tints

Shades of #A1CAF1

#A1CAF1
(161,202,241)
#93B8DC
(147,184,220)
#85A6C7
(133,166,199)
#7794B2
(119,148,178)
#69829D
(105,130,157)
#5B7088
(91,112,136)
#4D5E73
(77,94,115)
#3F4C5E
(63,76,94)
#313A49
(49,58,73)
#232834
(35,40,52)
#15161F
(21,22,31)
#000000
(0,0,0)

Tints of #A1CAF1

#A1CAF1
(161,202,241)
#A9CEF2
(169,206,242)
#B1D2F3
(177,210,243)
#B9D6F4
(185,214,244)
#C1DAF5
(193,218,245)
#C9DEF6
(201,222,246)
#D1E2F7
(209,226,247)
#D9E6F8
(217,230,248)
#E1EAF9
(225,234,249)
#E9EEFA
(233,238,250)
#F1F2FB
(241,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1CAF1 color. Also use rgb(161,202,241) instead hex code.

Text Font Color

.myTextColor { color: #A1CAF1; }

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

This text font color is #A1CAF1.


Background Color

.myBgColor { background-color: #A1CAF1; }

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

This div background color is #A1CAF1.


Border color

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

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

This div border color is #A1CAF1.


Opacity

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

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

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

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

This text has shadow with #A1CAF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CAF1 on black background.


Color preview on white background

This text has color #A1CAF1 on white background.



Black color preview on #A1CAF1 background

This text has black color on #A1CAF1 background.


White color preview on #A1CAF1 background

This text has white color on #A1CAF1 background.