COLOR #A1D5CE

HEX: #A1D5CE
RGB: (161,213,206)

Color info

#A1D5CE contains red, green and blue colors in about the same proportion. Web safe color of #A1D5CE is #99CCCC (or #9CC).

RGB color model

#A1D5CE color RGB value is (161,213,206).

  • red value is 161;
  • green value is 213;
  • blue value is 206.
RGB:
(161,213,206)
(63%,84%,81%)

RGB channels and saturation

R 161 of 255 = 63%
G 213 of 255 = 84%
B 206 of 255 = 81%

161
213
206

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

Portions of RGB colors in percentages

R + G + B =
161 + 213 + 206 = 580 (100%)
R 161 of 580 ~ 27.76%
G 213 of 580 ~ 36.72%
B 206 of 580 ~ 35.52%

%27.76
%36.72
%35.52

CMYK color model

#A1D5CE color CMYK value is (24,0,3,16).

  • cyan value is 24.41%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK:
(24,0,3,16)
C24M0Y3K16 
(24%,0%,3%,16%)
(0.24/0.00/0.03/0.16)	

CMYK percentages

%24.41
%0
%3.29
%16.47

Codes

Color #A1D5CE in popluar color models

A1D5CE
RGB161213206
HSL172°38.24%73.33%
HSB/HSV172°24.41%83.53%
CMYK24.41%0.00%3.29%
16.47%

Color #A1D5CE in popluar number systems.

HEXA1D5CE
Decimal161213206
Binary101000011101010111001110
Octal241325316

Shades and tints

Shades of #A1D5CE

#A1D5CE
(161,213,206)
#93C2BC
(147,194,188)
#85AFAA
(133,175,170)
#779C98
(119,156,152)
#698986
(105,137,134)
#5B7674
(91,118,116)
#4D6362
(77,99,98)
#3F5050
(63,80,80)
#313D3E
(49,61,62)
#232A2C
(35,42,44)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #A1D5CE

#A1D5CE
(161,213,206)
#A9D8D2
(169,216,210)
#B1DBD6
(177,219,214)
#B9DEDA
(185,222,218)
#C1E1DE
(193,225,222)
#C9E4E2
(201,228,226)
#D1E7E6
(209,231,230)
#D9EAEA
(217,234,234)
#E1EDEE
(225,237,238)
#E9F0F2
(233,240,242)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D5CE color. Also use rgb(161,213,206) instead hex code.

Text Font Color

.myTextColor { color: #A1D5CE; }

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

This text font color is #A1D5CE.


Background Color

.myBgColor { background-color: #A1D5CE; }

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

This div background color is #A1D5CE.


Border color

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

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

This div border color is #A1D5CE.


Opacity

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

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

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

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

This text has shadow with #A1D5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D5CE on black background.


Color preview on white background

This text has color #A1D5CE on white background.



Black color preview on #A1D5CE background

This text has black color on #A1D5CE background.


White color preview on #A1D5CE background

This text has white color on #A1D5CE background.