COLOR #A1DEF4

HEX: #A1DEF4
RGB: (161,222,244)

Color info

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

RGB color model

#A1DEF4 color RGB value is (161,222,244).

  • red value is 161;
  • green value is 222;
  • blue value is 244.
RGB:
(161,222,244)
(63%,87%,96%)

RGB channels and saturation

R 161 of 255 = 63%
G 222 of 255 = 87%
B 244 of 255 = 96%

161
222
244

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

Portions of RGB colors in percentages

R + G + B =
161 + 222 + 244 = 627 (100%)
R 161 of 627 ~ 25.68%
G 222 of 627 ~ 35.41%
B 244 of 627 ~ 38.92%

%25.68
%35.41
%38.92

CMYK color model

#A1DEF4 color CMYK value is (34,9,0,4).

  • cyan value is 34.02%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(34,9,0,4)
C34M9Y0K4 
(34%,9%,0%,4%)
(0.34/0.09/0.00/0.04)	

CMYK percentages

%34.02
%9.02
%0
%4.31

Codes

Color #A1DEF4 in popluar color models

A1DEF4
RGB161222244
HSL196°79.05%79.41%
HSB/HSV196°34.02%95.69%
CMYK34.02%9.02%0.00%
4.31%

Color #A1DEF4 in popluar number systems.

HEXA1DEF4
Decimal161222244
Binary101000011101111011110100
Octal241336364

Shades and tints

Shades of #A1DEF4

#A1DEF4
(161,222,244)
#93CADE
(147,202,222)
#85B6C8
(133,182,200)
#77A2B2
(119,162,178)
#698E9C
(105,142,156)
#5B7A86
(91,122,134)
#4D6670
(77,102,112)
#3F525A
(63,82,90)
#313E44
(49,62,68)
#232A2E
(35,42,46)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #A1DEF4

#A1DEF4
(161,222,244)
#A9E1F5
(169,225,245)
#B1E4F6
(177,228,246)
#B9E7F7
(185,231,247)
#C1EAF8
(193,234,248)
#C9EDF9
(201,237,249)
#D1F0FA
(209,240,250)
#D9F3FB
(217,243,251)
#E1F6FC
(225,246,252)
#E9F9FD
(233,249,253)
#F1FCFE
(241,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1DEF4 color. Also use rgb(161,222,244) instead hex code.

Text Font Color

.myTextColor { color: #A1DEF4; }

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

This text font color is #A1DEF4.


Background Color

.myBgColor { background-color: #A1DEF4; }

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

This div background color is #A1DEF4.


Border color

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

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

This div border color is #A1DEF4.


Opacity

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

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

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

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

This text has shadow with #A1DEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DEF4 on black background.


Color preview on white background

This text has color #A1DEF4 on white background.



Black color preview on #A1DEF4 background

This text has black color on #A1DEF4 background.


White color preview on #A1DEF4 background

This text has white color on #A1DEF4 background.