COLOR #A1D8C1

HEX: #A1D8C1
RGB: (161,216,193)

Color info

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

RGB color model

#A1D8C1 color RGB value is (161,216,193).

  • red value is 161;
  • green value is 216;
  • blue value is 193.
RGB:
(161,216,193)
(63%,85%,76%)

RGB channels and saturation

R 161 of 255 = 63%
G 216 of 255 = 85%
B 193 of 255 = 76%

161
216
193

R + G + B ~ 75%. #A1D8C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 216 + 193 = 570 (100%)
R 161 of 570 ~ 28.25%
G 216 of 570 ~ 37.89%
B 193 of 570 ~ 33.86%

%28.25
%37.89
%33.86

CMYK color model

#A1D8C1 color CMYK value is (25,0,11,15).

  • cyan value is 25.46%
  • magenta value is 0.00%
  • yellow value is 10.65%
  • key color value is 15.29%
CMYK:
(25,0,11,15)
C25M0Y11K15 
(25%,0%,11%,15%)
(0.25/0.00/0.11/0.15)	

CMYK percentages

%25.46
%0
%10.65
%15.29

Codes

Color #A1D8C1 in popluar color models

A1D8C1
RGB161216193
HSL155°41.35%73.92%
HSB/HSV155°25.46%84.71%
CMYK25.46%0.00%10.65%
15.29%

Color #A1D8C1 in popluar number systems.

HEXA1D8C1
Decimal161216193
Binary101000011101100011000001
Octal241330301

Shades and tints

Shades of #A1D8C1

#A1D8C1
(161,216,193)
#93C5B0
(147,197,176)
#85B29F
(133,178,159)
#779F8E
(119,159,142)
#698C7D
(105,140,125)
#5B796C
(91,121,108)
#4D665B
(77,102,91)
#3F534A
(63,83,74)
#314039
(49,64,57)
#232D28
(35,45,40)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #A1D8C1

#A1D8C1
(161,216,193)
#A9DBC6
(169,219,198)
#B1DECB
(177,222,203)
#B9E1D0
(185,225,208)
#C1E4D5
(193,228,213)
#C9E7DA
(201,231,218)
#D1EADF
(209,234,223)
#D9EDE4
(217,237,228)
#E1F0E9
(225,240,233)
#E9F3EE
(233,243,238)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D8C1 color. Also use rgb(161,216,193) instead hex code.

Text Font Color

.myTextColor { color: #A1D8C1; }

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

This text font color is #A1D8C1.


Background Color

.myBgColor { background-color: #A1D8C1; }

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

This div background color is #A1D8C1.


Border color

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

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

This div border color is #A1D8C1.


Opacity

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

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

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

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

This text has shadow with #A1D8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D8C1 on black background.


Color preview on white background

This text has color #A1D8C1 on white background.



Black color preview on #A1D8C1 background

This text has black color on #A1D8C1 background.


White color preview on #A1D8C1 background

This text has white color on #A1D8C1 background.