COLOR #A1DAE9

HEX: #A1DAE9
RGB: (161,218,233)

Color info

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

RGB color model

#A1DAE9 color RGB value is (161,218,233).

  • red value is 161;
  • green value is 218;
  • blue value is 233.
RGB:
(161,218,233)
(63%,85%,91%)

RGB channels and saturation

R 161 of 255 = 63%
G 218 of 255 = 85%
B 233 of 255 = 91%

161
218
233

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

Portions of RGB colors in percentages

R + G + B =
161 + 218 + 233 = 612 (100%)
R 161 of 612 ~ 26.31%
G 218 of 612 ~ 35.62%
B 233 of 612 ~ 38.07%

%26.31
%35.62
%38.07

CMYK color model

#A1DAE9 color CMYK value is (31,6,0,9).

  • cyan value is 30.90%
  • magenta value is 6.44%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(31,6,0,9)
C31M6Y0K9 
(31%,6%,0%,9%)
(0.31/0.06/0.00/0.09)	

CMYK percentages

%30.9
%6.44
%0
%8.63

Codes

Color #A1DAE9 in popluar color models

A1DAE9
RGB161218233
HSL193°62.07%77.25%
HSB/HSV193°30.90%91.37%
CMYK30.90%6.44%0.00%
8.63%

Color #A1DAE9 in popluar number systems.

HEXA1DAE9
Decimal161218233
Binary101000011101101011101001
Octal241332351

Shades and tints

Shades of #A1DAE9

#A1DAE9
(161,218,233)
#93C7D4
(147,199,212)
#85B4BF
(133,180,191)
#77A1AA
(119,161,170)
#698E95
(105,142,149)
#5B7B80
(91,123,128)
#4D686B
(77,104,107)
#3F5556
(63,85,86)
#314241
(49,66,65)
#232F2C
(35,47,44)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #A1DAE9

#A1DAE9
(161,218,233)
#A9DDEB
(169,221,235)
#B1E0ED
(177,224,237)
#B9E3EF
(185,227,239)
#C1E6F1
(193,230,241)
#C9E9F3
(201,233,243)
#D1ECF5
(209,236,245)
#D9EFF7
(217,239,247)
#E1F2F9
(225,242,249)
#E9F5FB
(233,245,251)
#F1F8FD
(241,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1DAE9 color. Also use rgb(161,218,233) instead hex code.

Text Font Color

.myTextColor { color: #A1DAE9; }

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

This text font color is #A1DAE9.


Background Color

.myBgColor { background-color: #A1DAE9; }

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

This div background color is #A1DAE9.


Border color

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

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

This div border color is #A1DAE9.


Opacity

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

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

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

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

This text has shadow with #A1DAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DAE9 on black background.


Color preview on white background

This text has color #A1DAE9 on white background.



Black color preview on #A1DAE9 background

This text has black color on #A1DAE9 background.


White color preview on #A1DAE9 background

This text has white color on #A1DAE9 background.