COLOR #A1C7E0

HEX: #A1C7E0
RGB: (161,199,224)

Color info

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

RGB color model

#A1C7E0 color RGB value is (161,199,224).

  • red value is 161;
  • green value is 199;
  • blue value is 224.
RGB:
(161,199,224)
(63%,78%,88%)

RGB channels and saturation

R 161 of 255 = 63%
G 199 of 255 = 78%
B 224 of 255 = 88%

161
199
224

R + G + B ~ 76%. #A1C7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 199 + 224 = 584 (100%)
R 161 of 584 ~ 27.57%
G 199 of 584 ~ 34.08%
B 224 of 584 ~ 38.36%

%27.57
%34.08
%38.36

CMYK color model

#A1C7E0 color CMYK value is (28,11,0,12).

  • cyan value is 28.13%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(28,11,0,12)
C28M11Y0K12 
(28%,11%,0%,12%)
(0.28/0.11/0.00/0.12)	

CMYK percentages

%28.13
%11.16
%0
%12.16

Codes

Color #A1C7E0 in popluar color models

A1C7E0
RGB161199224
HSL204°50.40%75.49%
HSB/HSV204°28.13%87.84%
CMYK28.13%11.16%0.00%
12.16%

Color #A1C7E0 in popluar number systems.

HEXA1C7E0
Decimal161199224
Binary101000011100011111100000
Octal241307340

Shades and tints

Shades of #A1C7E0

#A1C7E0
(161,199,224)
#93B5CC
(147,181,204)
#85A3B8
(133,163,184)
#7791A4
(119,145,164)
#697F90
(105,127,144)
#5B6D7C
(91,109,124)
#4D5B68
(77,91,104)
#3F4954
(63,73,84)
#313740
(49,55,64)
#23252C
(35,37,44)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #A1C7E0

#A1C7E0
(161,199,224)
#A9CCE2
(169,204,226)
#B1D1E4
(177,209,228)
#B9D6E6
(185,214,230)
#C1DBE8
(193,219,232)
#C9E0EA
(201,224,234)
#D1E5EC
(209,229,236)
#D9EAEE
(217,234,238)
#E1EFF0
(225,239,240)
#E9F4F2
(233,244,242)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C7E0 color. Also use rgb(161,199,224) instead hex code.

Text Font Color

.myTextColor { color: #A1C7E0; }

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

This text font color is #A1C7E0.


Background Color

.myBgColor { background-color: #A1C7E0; }

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

This div background color is #A1C7E0.


Border color

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

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

This div border color is #A1C7E0.


Opacity

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

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

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

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

This text has shadow with #A1C7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C7E0 on black background.


Color preview on white background

This text has color #A1C7E0 on white background.



Black color preview on #A1C7E0 background

This text has black color on #A1C7E0 background.


White color preview on #A1C7E0 background

This text has white color on #A1C7E0 background.