COLOR #A1D5CD

HEX: #A1D5CD
RGB: (161,213,205)

Color info

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

RGB color model

#A1D5CD color RGB value is (161,213,205).

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

RGB channels and saturation

R 161 of 255 = 63%
G 213 of 255 = 84%
B 205 of 255 = 80%

161
213
205

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

Portions of RGB colors in percentages

R + G + B =
161 + 213 + 205 = 579 (100%)
R 161 of 579 ~ 27.81%
G 213 of 579 ~ 36.79%
B 205 of 579 ~ 35.41%

%27.81
%36.79
%35.41

CMYK color model

#A1D5CD color CMYK value is (24,0,4,16).

  • cyan value is 24.41%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 16.47%
CMYK:
(24,0,4,16)
C24M0Y4K16 
(24%,0%,4%,16%)
(0.24/0.00/0.04/0.16)	

CMYK percentages

%24.41
%0
%3.76
%16.47

Codes

Color #A1D5CD in popluar color models

A1D5CD
RGB161213205
HSL171°38.24%73.33%
HSB/HSV171°24.41%83.53%
CMYK24.41%0.00%3.76%
16.47%

Color #A1D5CD in popluar number systems.

HEXA1D5CD
Decimal161213205
Binary101000011101010111001101
Octal241325315

Shades and tints

Shades of #A1D5CD

#A1D5CD
(161,213,205)
#93C2BB
(147,194,187)
#85AFA9
(133,175,169)
#779C97
(119,156,151)
#698985
(105,137,133)
#5B7673
(91,118,115)
#4D6361
(77,99,97)
#3F504F
(63,80,79)
#313D3D
(49,61,61)
#232A2B
(35,42,43)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #A1D5CD

#A1D5CD
(161,213,205)
#A9D8D1
(169,216,209)
#B1DBD5
(177,219,213)
#B9DED9
(185,222,217)
#C1E1DD
(193,225,221)
#C9E4E1
(201,228,225)
#D1E7E5
(209,231,229)
#D9EAE9
(217,234,233)
#E1EDED
(225,237,237)
#E9F0F1
(233,240,241)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D5CD; }

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

This text font color is #A1D5CD.


Background Color

.myBgColor { background-color: #A1D5CD; }

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

This div background color is #A1D5CD.


Border color

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

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

This div border color is #A1D5CD.


Opacity

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

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

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

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

This text has shadow with #A1D5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D5CD on black background.


Color preview on white background

This text has color #A1D5CD on white background.



Black color preview on #A1D5CD background

This text has black color on #A1D5CD background.


White color preview on #A1D5CD background

This text has white color on #A1D5CD background.