COLOR #A1C6E7

HEX: #A1C6E7
RGB: (161,198,231)

Color info

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

RGB color model

#A1C6E7 color RGB value is (161,198,231).

  • red value is 161;
  • green value is 198;
  • blue value is 231.
RGB:
(161,198,231)
(63%,78%,91%)

RGB channels and saturation

R 161 of 255 = 63%
G 198 of 255 = 78%
B 231 of 255 = 91%

161
198
231

R + G + B ~ 77%. #A1C6E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 198 + 231 = 590 (100%)
R 161 of 590 ~ 27.29%
G 198 of 590 ~ 33.56%
B 231 of 590 ~ 39.15%

%27.29
%33.56
%39.15

CMYK color model

#A1C6E7 color CMYK value is (30,14,0,9).

  • cyan value is 30.30%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(30,14,0,9)
C30M14Y0K9 
(30%,14%,0%,9%)
(0.30/0.14/0.00/0.09)	

CMYK percentages

%30.3
%14.29
%0
%9.41

Codes

Color #A1C6E7 in popluar color models

A1C6E7
RGB161198231
HSL208°59.32%76.86%
HSB/HSV208°30.30%90.59%
CMYK30.30%14.29%0.00%
9.41%

Color #A1C6E7 in popluar number systems.

HEXA1C6E7
Decimal161198231
Binary101000011100011011100111
Octal241306347

Shades and tints

Shades of #A1C6E7

#A1C6E7
(161,198,231)
#93B4D2
(147,180,210)
#85A2BD
(133,162,189)
#7790A8
(119,144,168)
#697E93
(105,126,147)
#5B6C7E
(91,108,126)
#4D5A69
(77,90,105)
#3F4854
(63,72,84)
#31363F
(49,54,63)
#23242A
(35,36,42)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #A1C6E7

#A1C6E7
(161,198,231)
#A9CBE9
(169,203,233)
#B1D0EB
(177,208,235)
#B9D5ED
(185,213,237)
#C1DAEF
(193,218,239)
#C9DFF1
(201,223,241)
#D1E4F3
(209,228,243)
#D9E9F5
(217,233,245)
#E1EEF7
(225,238,247)
#E9F3F9
(233,243,249)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C6E7; }

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

This text font color is #A1C6E7.


Background Color

.myBgColor { background-color: #A1C6E7; }

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

This div background color is #A1C6E7.


Border color

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

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

This div border color is #A1C6E7.


Opacity

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

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

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

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

This text has shadow with #A1C6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C6E7 on black background.


Color preview on white background

This text has color #A1C6E7 on white background.



Black color preview on #A1C6E7 background

This text has black color on #A1C6E7 background.


White color preview on #A1C6E7 background

This text has white color on #A1C6E7 background.