COLOR #A1C9F1

HEX: #A1C9F1 RGB: (161,201,241)

Color info

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

RGB color model

#A1C9F1 color RGB value is (161,201,241).

RGB: (161,201,241) (63%, 79%, 95%)

RGB channels and saturation

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

161
201
241

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

Portions of RGB colors in percentages

R + G + B = 161 + 201 + 241 = 603 (100%)
R 161 of 603 ~ 26.7%
G 201 of 603 ~ 33.33%
B 241 of 603 ~ 39.97'%

%26.7
%33.33
%39.97

CMYK color model

#A1C9F1 color CMYK value is (33,17,0,5).

  • cyan value is 33.20%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (33,17,0,5)
C33M17Y0K5 (33%, 17%, 0%, 5%)
(0.33 / 0.17 / 0.00 / 0.05)

CMYK percentages

%33.2
%16.6
%0
%5.49

Codes

Color #A1C9F1 in popluar color models

A1 C9 F1
RGB 161 201 241
HSL 210° 74.07% 78.82%
HSB/HSV 210° 33.20% 94.51%
CMYK 33.20% 16.60% 0.00%
5.49%

Color #A1C9F1 in popluar number systems.

HEX A1 C9 F1
Decimal 161 201 241
Binary 10100001 11001001 11110001
Octal 241 311 361

Shades and tints

Shades of #A1C9F1

#A1C9F1
(161,201,241)
#93B7DC
(147,183,220)
#85A5C7
(133,165,199)
#7793B2
(119,147,178)
#69819D
(105,129,157)
#5B6F88
(91,111,136)
#4D5D73
(77,93,115)
#3F4B5E
(63,75,94)
#313949
(49,57,73)
#232734
(35,39,52)
#15151F
(21,21,31)
#000000
(0,0,0)

Tints of #A1C9F1

#A1C9F1
(161,201,241)
#A9CDF2
(169,205,242)
#B1D1F3
(177,209,243)
#B9D5F4
(185,213,244)
#C1D9F5
(193,217,245)
#C9DDF6
(201,221,246)
#D1E1F7
(209,225,247)
#D9E5F8
(217,229,248)
#E1E9F9
(225,233,249)
#E9EDFA
(233,237,250)
#F1F1FB
(241,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C9F1; }

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

This text font color is #A1C9F1.

Background Color

.myBgColor { background-color: #A1C9F1; }

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

This div background color is #A1C9F1.

Border color

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

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

This div border color is #A1C9F1.

Opacity

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

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

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

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

This text has shadow with #A1C9F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C9F1.

Preview

Color preview on black background

This text has color #A1C9F1 on black background.


Color preview on white background

This text has color #A1C9F1 on white background.


Black color preview on #A1C9F1 background

This text has black color on #A1C9F1 background.


White color preview on #A1C9F1 background

This text has white color on #A1C9F1 background.


Related colors

Complementary color

Complementary color for #hex is #5E360E.


I love getcolorcode.com

Triadic colors

1 #F1A1C9 and #C9F1A1 with #A1C9F1 are triadic colors.

2 #F1C9A1 and #C9A1F1 with #A1C9F1 are triadic colors.