COLOR #A1CCF9

HEX: #A1CCF9
RGB: (161,204,249)

Color info

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

RGB color model

#A1CCF9 color RGB value is (161,204,249).

  • red value is 161;
  • green value is 204;
  • blue value is 249.
RGB:
(161,204,249)
(63%,80%,98%)

RGB channels and saturation

R 161 of 255 = 63%
G 204 of 255 = 80%
B 249 of 255 = 98%

161
204
249

R + G + B ~ 80%. #A1CCF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 204 + 249 = 614 (100%)
R 161 of 614 ~ 26.22%
G 204 of 614 ~ 33.22%
B 249 of 614 ~ 40.55%

%26.22
%33.22
%40.55

CMYK color model

#A1CCF9 color CMYK value is (35,18,0,2).

  • cyan value is 35.34%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(35,18,0,2)
C35M18Y0K2 
(35%,18%,0%,2%)
(0.35/0.18/0.00/0.02)	

CMYK percentages

%35.34
%18.07
%0
%2.35

Codes

Color #A1CCF9 in popluar color models

A1CCF9
RGB161204249
HSL211°88.00%80.39%
HSB/HSV211°35.34%97.65%
CMYK35.34%18.07%0.00%
2.35%

Color #A1CCF9 in popluar number systems.

HEXA1CCF9
Decimal161204249
Binary101000011100110011111001
Octal241314371

Shades and tints

Shades of #A1CCF9

#A1CCF9
(161,204,249)
#93BAE3
(147,186,227)
#85A8CD
(133,168,205)
#7796B7
(119,150,183)
#6984A1
(105,132,161)
#5B728B
(91,114,139)
#4D6075
(77,96,117)
#3F4E5F
(63,78,95)
#313C49
(49,60,73)
#232A33
(35,42,51)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #A1CCF9

#A1CCF9
(161,204,249)
#A9D0F9
(169,208,249)
#B1D4F9
(177,212,249)
#B9D8F9
(185,216,249)
#C1DCF9
(193,220,249)
#C9E0F9
(201,224,249)
#D1E4F9
(209,228,249)
#D9E8F9
(217,232,249)
#E1ECF9
(225,236,249)
#E9F0F9
(233,240,249)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1CCF9 color. Also use rgb(161,204,249) instead hex code.

Text Font Color

.myTextColor { color: #A1CCF9; }

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

This text font color is #A1CCF9.


Background Color

.myBgColor { background-color: #A1CCF9; }

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

This div background color is #A1CCF9.


Border color

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

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

This div border color is #A1CCF9.


Opacity

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

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

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

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

This text has shadow with #A1CCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CCF9 on black background.


Color preview on white background

This text has color #A1CCF9 on white background.



Black color preview on #A1CCF9 background

This text has black color on #A1CCF9 background.


White color preview on #A1CCF9 background

This text has white color on #A1CCF9 background.