COLOR #A1D9E9

HEX: #A1D9E9 RGB: (161,217,233)

Color info

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

RGB color model

#A1D9E9 color RGB value is (161,217,233).

RGB: (161,217,233) (63%, 85%, 91%)

RGB channels and saturation

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

161
217
233

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

Portions of RGB colors in percentages

R + G + B = 161 + 217 + 233 = 611 (100%)
R 161 of 611 ~ 26.35%
G 217 of 611 ~ 35.52%
B 233 of 611 ~ 38.13'%

%26.35
%35.52
%38.13

CMYK color model

#A1D9E9 color CMYK value is (31,7,0,9).

  • cyan value is 30.90%
  • magenta value is 6.87%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (31,7,0,9)
C31M7Y0K9 (31%, 7%, 0%, 9%)
(0.31 / 0.07 / 0.00 / 0.09)

CMYK percentages

%30.9
%6.87
%0
%8.63

Codes

Color #A1D9E9 in popluar color models

A1 D9 E9
RGB 161 217 233
HSL 193° 62.07% 77.25%
HSB/HSV 193° 30.90% 91.37%
CMYK 30.90% 6.87% 0.00%
8.63%

Color #A1D9E9 in popluar number systems.

HEX A1 D9 E9
Decimal 161 217 233
Binary 10100001 11011001 11101001
Octal 241 331 351

Shades and tints

Shades of #A1D9E9

#A1D9E9
(161,217,233)
#93C6D4
(147,198,212)
#85B3BF
(133,179,191)
#77A0AA
(119,160,170)
#698D95
(105,141,149)
#5B7A80
(91,122,128)
#4D676B
(77,103,107)
#3F5456
(63,84,86)
#314141
(49,65,65)
#232E2C
(35,46,44)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #A1D9E9

#A1D9E9
(161,217,233)
#A9DCEB
(169,220,235)
#B1DFED
(177,223,237)
#B9E2EF
(185,226,239)
#C1E5F1
(193,229,241)
#C9E8F3
(201,232,243)
#D1EBF5
(209,235,245)
#D9EEF7
(217,238,247)
#E1F1F9
(225,241,249)
#E9F4FB
(233,244,251)
#F1F7FD
(241,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D9E9; }

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

This text font color is #A1D9E9.

Background Color

.myBgColor { background-color: #A1D9E9; }

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

This div background color is #A1D9E9.

Border color

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

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

This div border color is #A1D9E9.

Opacity

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

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

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

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

This text has shadow with #A1D9E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1D9E9.

Preview

Color preview on black background

This text has color #A1D9E9 on black background.


Color preview on white background

This text has color #A1D9E9 on white background.


Black color preview on #A1D9E9 background

This text has black color on #A1D9E9 background.


White color preview on #A1D9E9 background

This text has white color on #A1D9E9 background.


Related colors

Complementary color

Complementary color for #hex is #5E2616.


I love getcolorcode.com

Triadic colors

1 #E9A1D9 and #D9E9A1 with #A1D9E9 are triadic colors.

2 #E9D9A1 and #D9A1E9 with #A1D9E9 are triadic colors.