COLOR #A1C8E6

HEX: #A1C8E6 RGB: (161,200,230)

Color info

#A1C8E6 contains mainly green and blue colors. Web safe color of #A1C8E6 is #99CCCC (or #9CC).

RGB color model

#A1C8E6 color RGB value is (161,200,230).

RGB: (161,200,230) (63%, 78%, 90%)

RGB channels and saturation

R 161 of 255 = 63%
G 200 of 255 = 78%
B 230 of 255 = 90%

161
200
230

R + G + B ~ 77%. #A1C8E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 200 + 230 = 591 (100%)
R 161 of 591 ~ 27.24%
G 200 of 591 ~ 33.84%
B 230 of 591 ~ 38.92'%

%27.24
%33.84
%38.92

CMYK color model

#A1C8E6 color CMYK value is (30,13,0,10).

  • cyan value is 30.00%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (30,13,0,10)
C30M13Y0K10 (30%, 13%, 0%, 10%)
(0.30 / 0.13 / 0.00 / 0.10)

CMYK percentages

%30
%13.04
%0
%9.8

Codes

Color #A1C8E6 in popluar color models

A1 C8 E6
RGB 161 200 230
HSL 206° 57.98% 76.67%
HSB/HSV 206° 30.00% 90.20%
CMYK 30.00% 13.04% 0.00%
9.80%

Color #A1C8E6 in popluar number systems.

HEX A1 C8 E6
Decimal 161 200 230
Binary 10100001 11001000 11100110
Octal 241 310 346

Shades and tints

Shades of #A1C8E6

#A1C8E6
(161,200,230)
#93B6D2
(147,182,210)
#85A4BE
(133,164,190)
#7792AA
(119,146,170)
#698096
(105,128,150)
#5B6E82
(91,110,130)
#4D5C6E
(77,92,110)
#3F4A5A
(63,74,90)
#313846
(49,56,70)
#232632
(35,38,50)
#15141E
(21,20,30)
#000000
(0,0,0)

Tints of #A1C8E6

#A1C8E6
(161,200,230)
#A9CDE8
(169,205,232)
#B1D2EA
(177,210,234)
#B9D7EC
(185,215,236)
#C1DCEE
(193,220,238)
#C9E1F0
(201,225,240)
#D1E6F2
(209,230,242)
#D9EBF4
(217,235,244)
#E1F0F6
(225,240,246)
#E9F5F8
(233,245,248)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C8E6 color. Also use rgb(161,200,230) instead hex code.

Text Font Color

.myTextColor { color: #A1C8E6; }

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

This text font color is #A1C8E6.

Background Color

.myBgColor { background-color: #A1C8E6; }

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

This div background color is #A1C8E6.

Border color

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

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

This div border color is #A1C8E6.

Opacity

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

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

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

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

This text has shadow with #A1C8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1C8E6.

Preview

Color preview on black background

This text has color #A1C8E6 on black background.


Color preview on white background

This text has color #A1C8E6 on white background.


Black color preview on #A1C8E6 background

This text has black color on #A1C8E6 background.


White color preview on #A1C8E6 background

This text has white color on #A1C8E6 background.


Related colors

Complementary color

Complementary color for #hex is #5E3719.


I love getcolorcode.com

Triadic colors

1 #E6A1C8 and #C8E6A1 with #A1C8E6 are triadic colors.

2 #E6C8A1 and #C8A1E6 with #A1C8E6 are triadic colors.