COLOR #A1DCF5

HEX: #A1DCF5
RGB: (161,220,245)

Color info

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

RGB color model

#A1DCF5 color RGB value is (161,220,245).

  • red value is 161;
  • green value is 220;
  • blue value is 245.
RGB:
(161,220,245)
(63%,86%,96%)

RGB channels and saturation

R 161 of 255 = 63%
G 220 of 255 = 86%
B 245 of 255 = 96%

161
220
245

R + G + B ~ 82%. #A1DCF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 220 + 245 = 626 (100%)
R 161 of 626 ~ 25.72%
G 220 of 626 ~ 35.14%
B 245 of 626 ~ 39.14%

%25.72
%35.14
%39.14

CMYK color model

#A1DCF5 color CMYK value is (34,10,0,4).

  • cyan value is 34.29%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(34,10,0,4)
C34M10Y0K4 
(34%,10%,0%,4%)
(0.34/0.10/0.00/0.04)	

CMYK percentages

%34.29
%10.2
%0
%3.92

Codes

Color #A1DCF5 in popluar color models

A1DCF5
RGB161220245
HSL198°80.77%79.61%
HSB/HSV198°34.29%96.08%
CMYK34.29%10.20%0.00%
3.92%

Color #A1DCF5 in popluar number systems.

HEXA1DCF5
Decimal161220245
Binary101000011101110011110101
Octal241334365

Shades and tints

Shades of #A1DCF5

#A1DCF5
(161,220,245)
#93C8DF
(147,200,223)
#85B4C9
(133,180,201)
#77A0B3
(119,160,179)
#698C9D
(105,140,157)
#5B7887
(91,120,135)
#4D6471
(77,100,113)
#3F505B
(63,80,91)
#313C45
(49,60,69)
#23282F
(35,40,47)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #A1DCF5

#A1DCF5
(161,220,245)
#A9DFF5
(169,223,245)
#B1E2F5
(177,226,245)
#B9E5F5
(185,229,245)
#C1E8F5
(193,232,245)
#C9EBF5
(201,235,245)
#D1EEF5
(209,238,245)
#D9F1F5
(217,241,245)
#E1F4F5
(225,244,245)
#E9F7F5
(233,247,245)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1DCF5 color. Also use rgb(161,220,245) instead hex code.

Text Font Color

.myTextColor { color: #A1DCF5; }

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

This text font color is #A1DCF5.


Background Color

.myBgColor { background-color: #A1DCF5; }

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

This div background color is #A1DCF5.


Border color

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

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

This div border color is #A1DCF5.


Opacity

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

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

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

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

This text has shadow with #A1DCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DCF5 on black background.


Color preview on white background

This text has color #A1DCF5 on white background.



Black color preview on #A1DCF5 background

This text has black color on #A1DCF5 background.


White color preview on #A1DCF5 background

This text has white color on #A1DCF5 background.