COLOR #A1D1C0

HEX: #A1D1C0
RGB: (161,209,192)

Color info

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

RGB color model

#A1D1C0 color RGB value is (161,209,192).

  • red value is 161;
  • green value is 209;
  • blue value is 192.
RGB:
(161,209,192)
(63%,82%,75%)

RGB channels and saturation

R 161 of 255 = 63%
G 209 of 255 = 82%
B 192 of 255 = 75%

161
209
192

R + G + B ~ 73%. #A1D1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 209 + 192 = 562 (100%)
R 161 of 562 ~ 28.65%
G 209 of 562 ~ 37.19%
B 192 of 562 ~ 34.16%

%28.65
%37.19
%34.16

CMYK color model

#A1D1C0 color CMYK value is (23,0,8,18).

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 8.13%
  • key color value is 18.04%
CMYK:
(23,0,8,18)
C23M0Y8K18 
(23%,0%,8%,18%)
(0.23/0.00/0.08/0.18)	

CMYK percentages

%22.97
%0
%8.13
%18.04

Codes

Color #A1D1C0 in popluar color models

A1D1C0
RGB161209192
HSL159°34.29%72.55%
HSB/HSV159°22.97%81.96%
CMYK22.97%0.00%8.13%
18.04%

Color #A1D1C0 in popluar number systems.

HEXA1D1C0
Decimal161209192
Binary101000011101000111000000
Octal241321300

Shades and tints

Shades of #A1D1C0

#A1D1C0
(161,209,192)
#93BEAF
(147,190,175)
#85AB9E
(133,171,158)
#77988D
(119,152,141)
#69857C
(105,133,124)
#5B726B
(91,114,107)
#4D5F5A
(77,95,90)
#3F4C49
(63,76,73)
#313938
(49,57,56)
#232627
(35,38,39)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #A1D1C0

#A1D1C0
(161,209,192)
#A9D5C5
(169,213,197)
#B1D9CA
(177,217,202)
#B9DDCF
(185,221,207)
#C1E1D4
(193,225,212)
#C9E5D9
(201,229,217)
#D1E9DE
(209,233,222)
#D9EDE3
(217,237,227)
#E1F1E8
(225,241,232)
#E9F5ED
(233,245,237)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D1C0 color. Also use rgb(161,209,192) instead hex code.

Text Font Color

.myTextColor { color: #A1D1C0; }

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

This text font color is #A1D1C0.


Background Color

.myBgColor { background-color: #A1D1C0; }

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

This div background color is #A1D1C0.


Border color

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

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

This div border color is #A1D1C0.


Opacity

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

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

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

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

This text has shadow with #A1D1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D1C0 on black background.


Color preview on white background

This text has color #A1D1C0 on white background.



Black color preview on #A1D1C0 background

This text has black color on #A1D1C0 background.


White color preview on #A1D1C0 background

This text has white color on #A1D1C0 background.