COLOR #A1D8FF

HEX: #A1D8FF
RGB: (161,216,255)

Color info

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

RGB color model

#A1D8FF color RGB value is (161,216,255).

  • red value is 161;
  • green value is 216;
  • blue value is 255.
RGB:
(161,216,255)
(63%,85%,100%)

RGB channels and saturation

R 161 of 255 = 63%
G 216 of 255 = 85%
B 255 of 255 = 100%

161
216
255

R + G + B ~ 83%. #A1D8FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 216 + 255 = 632 (100%)
R 161 of 632 ~ 25.47%
G 216 of 632 ~ 34.18%
B 255 of 632 ~ 40.35%

%25.47
%34.18
%40.35

CMYK color model

#A1D8FF color CMYK value is (37,15,0,0).

  • cyan value is 36.86%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(37,15,0,0)
C37M15Y0K0 
(37%,15%,0%,0%)
(0.37/0.15/0.00/0.00)	

CMYK percentages

%36.86
%15.29
%0
%0

Codes

Color #A1D8FF in popluar color models

A1D8FF
RGB161216255
HSL205°100.00%81.57%
HSB/HSV205°36.86%100.00%
CMYK36.86%15.29%0.00%
0.00%

Color #A1D8FF in popluar number systems.

HEXA1D8FF
Decimal161216255
Binary101000011101100011111111
Octal241330377

Shades and tints

Shades of #A1D8FF

#A1D8FF
(161,216,255)
#93C5E8
(147,197,232)
#85B2D1
(133,178,209)
#779FBA
(119,159,186)
#698CA3
(105,140,163)
#5B798C
(91,121,140)
#4D6675
(77,102,117)
#3F535E
(63,83,94)
#314047
(49,64,71)
#232D30
(35,45,48)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #A1D8FF

#A1D8FF
(161,216,255)
#A9DBFF
(169,219,255)
#B1DEFF
(177,222,255)
#B9E1FF
(185,225,255)
#C1E4FF
(193,228,255)
#C9E7FF
(201,231,255)
#D1EAFF
(209,234,255)
#D9EDFF
(217,237,255)
#E1F0FF
(225,240,255)
#E9F3FF
(233,243,255)
#F1F6FF
(241,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D8FF color. Also use rgb(161,216,255) instead hex code.

Text Font Color

.myTextColor { color: #A1D8FF; }

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

This text font color is #A1D8FF.


Background Color

.myBgColor { background-color: #A1D8FF; }

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

This div background color is #A1D8FF.


Border color

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

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

This div border color is #A1D8FF.


Opacity

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

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

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

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

This text has shadow with #A1D8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D8FF on black background.


Color preview on white background

This text has color #A1D8FF on white background.



Black color preview on #A1D8FF background

This text has black color on #A1D8FF background.


White color preview on #A1D8FF background

This text has white color on #A1D8FF background.