COLOR #A1D3EE

HEX: #A1D3EE RGB: (161,211,238)

Color info

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

RGB color model

#A1D3EE color RGB value is (161,211,238).

RGB: (161,211,238) (63%, 83%, 93%)

RGB channels and saturation

R 161 of 255 = 63%
G 211 of 255 = 83%
B 238 of 255 = 93%

161
211
238

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

Portions of RGB colors in percentages

R + G + B = 161 + 211 + 238 = 610 (100%)
R 161 of 610 ~ 26.39%
G 211 of 610 ~ 34.59%
B 238 of 610 ~ 39.02'%

%26.39
%34.59
%39.02

CMYK color model

#A1D3EE color CMYK value is (32,11,0,7).

  • cyan value is 32.35%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (32,11,0,7)
C32M11Y0K7 (32%, 11%, 0%, 7%)
(0.32 / 0.11 / 0.00 / 0.07)

CMYK percentages

%32.35
%11.34
%0
%6.67

Codes

Color #A1D3EE in popluar color models

A1 D3 EE
RGB 161 211 238
HSL 201° 69.37% 78.24%
HSB/HSV 201° 32.35% 93.33%
CMYK 32.35% 11.34% 0.00%
6.67%

Color #A1D3EE in popluar number systems.

HEX A1 D3 EE
Decimal 161 211 238
Binary 10100001 11010011 11101110
Octal 241 323 356

Shades and tints

Shades of #A1D3EE

#A1D3EE
(161,211,238)
#93C0D9
(147,192,217)
#85ADC4
(133,173,196)
#779AAF
(119,154,175)
#69879A
(105,135,154)
#5B7485
(91,116,133)
#4D6170
(77,97,112)
#3F4E5B
(63,78,91)
#313B46
(49,59,70)
#232831
(35,40,49)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #A1D3EE

#A1D3EE
(161,211,238)
#A9D7EF
(169,215,239)
#B1DBF0
(177,219,240)
#B9DFF1
(185,223,241)
#C1E3F2
(193,227,242)
#C9E7F3
(201,231,243)
#D1EBF4
(209,235,244)
#D9EFF5
(217,239,245)
#E1F3F6
(225,243,246)
#E9F7F7
(233,247,247)
#F1FBF8
(241,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D3EE color. Also use rgb(161,211,238) instead hex code.

Text Font Color

.myTextColor { color: #A1D3EE; }

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

This text font color is #A1D3EE.

Background Color

.myBgColor { background-color: #A1D3EE; }

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

This div background color is #A1D3EE.

Border color

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

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

This div border color is #A1D3EE.

Opacity

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

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

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

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

This text has shadow with #A1D3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1D3EE.

Preview

Color preview on black background

This text has color #A1D3EE on black background.


Color preview on white background

This text has color #A1D3EE on white background.


Black color preview on #A1D3EE background

This text has black color on #A1D3EE background.


White color preview on #A1D3EE background

This text has white color on #A1D3EE background.


Related colors

Complementary color

Complementary color for #hex is #5E2C11.


I love getcolorcode.com

Triadic colors

1 #EEA1D3 and #D3EEA1 with #A1D3EE are triadic colors.

2 #EED3A1 and #D3A1EE with #A1D3EE are triadic colors.