COLOR #A1C6F0

HEX: #A1C6F0 RGB: (161,198,240)

Color info

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

RGB color model

#A1C6F0 color RGB value is (161,198,240).

RGB: (161,198,240) (63%, 78%, 94%)

RGB channels and saturation

R 161 of 255 = 63%
G 198 of 255 = 78%
B 240 of 255 = 94%

161
198
240

R + G + B ~ 78%. #A1C6F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 198 + 240 = 599 (100%)
R 161 of 599 ~ 26.88%
G 198 of 599 ~ 33.06%
B 240 of 599 ~ 40.07'%

%26.88
%33.06
%40.07

CMYK color model

#A1C6F0 color CMYK value is (33,18,0,6).

  • cyan value is 32.92%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (33,18,0,6)
C33M18Y0K6 (33%, 18%, 0%, 6%)
(0.33 / 0.18 / 0.00 / 0.06)

CMYK percentages

%32.92
%17.5
%0
%5.88

Codes

Color #A1C6F0 in popluar color models

A1 C6 F0
RGB 161 198 240
HSL 212° 72.48% 78.63%
HSB/HSV 212° 32.92% 94.12%
CMYK 32.92% 17.50% 0.00%
5.88%

Color #A1C6F0 in popluar number systems.

HEX A1 C6 F0
Decimal 161 198 240
Binary 10100001 11000110 11110000
Octal 241 306 360

Shades and tints

Shades of #A1C6F0

#A1C6F0
(161,198,240)
#93B4DB
(147,180,219)
#85A2C6
(133,162,198)
#7790B1
(119,144,177)
#697E9C
(105,126,156)
#5B6C87
(91,108,135)
#4D5A72
(77,90,114)
#3F485D
(63,72,93)
#313648
(49,54,72)
#232433
(35,36,51)
#15121E
(21,18,30)
#000000
(0,0,0)

Tints of #A1C6F0

#A1C6F0
(161,198,240)
#A9CBF1
(169,203,241)
#B1D0F2
(177,208,242)
#B9D5F3
(185,213,243)
#C1DAF4
(193,218,244)
#C9DFF5
(201,223,245)
#D1E4F6
(209,228,246)
#D9E9F7
(217,233,247)
#E1EEF8
(225,238,248)
#E9F3F9
(233,243,249)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C6F0 color. Also use rgb(161,198,240) instead hex code.

Text Font Color

.myTextColor { color: #A1C6F0; }

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

This text font color is #A1C6F0.

Background Color

.myBgColor { background-color: #A1C6F0; }

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

This div background color is #A1C6F0.

Border color

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

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

This div border color is #A1C6F0.

Opacity

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

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

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

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

This text has shadow with #A1C6F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C6F0.

Preview

Color preview on black background

This text has color #A1C6F0 on black background.


Color preview on white background

This text has color #A1C6F0 on white background.


Black color preview on #A1C6F0 background

This text has black color on #A1C6F0 background.


White color preview on #A1C6F0 background

This text has white color on #A1C6F0 background.


Related colors

Complementary color

Complementary color for #hex is #5E390F.


I love getcolorcode.com

Triadic colors

1 #F0A1C6 and #C6F0A1 with #A1C6F0 are triadic colors.

2 #F0C6A1 and #C6A1F0 with #A1C6F0 are triadic colors.