COLOR #A1CCEE

HEX: #A1CCEE RGB: (161,204,238)

Color info

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

RGB color model

#A1CCEE color RGB value is (161,204,238).

RGB: (161,204,238) (63%, 80%, 93%)

RGB channels and saturation

R 161 of 255 = 63%
G 204 of 255 = 80%
B 238 of 255 = 93%

161
204
238

R + G + B ~ 79%. #A1CCEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 204 + 238 = 603 (100%)
R 161 of 603 ~ 26.7%
G 204 of 603 ~ 33.83%
B 238 of 603 ~ 39.47'%

%26.7
%33.83
%39.47

CMYK color model

#A1CCEE color CMYK value is (32,14,0,7).

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

CMYK: (32,14,0,7)
C32M14Y0K7 (32%, 14%, 0%, 7%)
(0.32 / 0.14 / 0.00 / 0.07)

CMYK percentages

%32.35
%14.29
%0
%6.67

Codes

Color #A1CCEE in popluar color models

A1 CC EE
RGB 161 204 238
HSL 206° 69.37% 78.24%
HSB/HSV 206° 32.35% 93.33%
CMYK 32.35% 14.29% 0.00%
6.67%

Color #A1CCEE in popluar number systems.

HEX A1 CC EE
Decimal 161 204 238
Binary 10100001 11001100 11101110
Octal 241 314 356

Shades and tints

Shades of #A1CCEE

#A1CCEE
(161,204,238)
#93BAD9
(147,186,217)
#85A8C4
(133,168,196)
#7796AF
(119,150,175)
#69849A
(105,132,154)
#5B7285
(91,114,133)
#4D6070
(77,96,112)
#3F4E5B
(63,78,91)
#313C46
(49,60,70)
#232A31
(35,42,49)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #A1CCEE

#A1CCEE
(161,204,238)
#A9D0EF
(169,208,239)
#B1D4F0
(177,212,240)
#B9D8F1
(185,216,241)
#C1DCF2
(193,220,242)
#C9E0F3
(201,224,243)
#D1E4F4
(209,228,244)
#D9E8F5
(217,232,245)
#E1ECF6
(225,236,246)
#E9F0F7
(233,240,247)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CCEE; }

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

This text font color is #A1CCEE.

Background Color

.myBgColor { background-color: #A1CCEE; }

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

This div background color is #A1CCEE.

Border color

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

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

This div border color is #A1CCEE.

Opacity

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

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

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

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

This text has shadow with #A1CCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1CCEE.

Preview

Color preview on black background

This text has color #A1CCEE on black background.


Color preview on white background

This text has color #A1CCEE on white background.


Black color preview on #A1CCEE background

This text has black color on #A1CCEE background.


White color preview on #A1CCEE background

This text has white color on #A1CCEE background.


Related colors

Complementary color

Complementary color for #hex is #5E3311.


I love getcolorcode.com

Triadic colors

1 #EEA1CC and #CCEEA1 with #A1CCEE are triadic colors.

2 #EECCA1 and #CCA1EE with #A1CCEE are triadic colors.