COLOR #A1D1C6

HEX: #A1D1C6
RGB: (161,209,198)

Color info

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

RGB color model

#A1D1C6 color RGB value is (161,209,198).

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

RGB channels and saturation

R 161 of 255 = 63%
G 209 of 255 = 82%
B 198 of 255 = 78%

161
209
198

R + G + B ~ 74%. #A1D1C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 209 + 198 = 568 (100%)
R 161 of 568 ~ 28.35%
G 209 of 568 ~ 36.8%
B 198 of 568 ~ 34.86%

%28.35
%36.8
%34.86

CMYK color model

#A1D1C6 color CMYK value is (23,0,5,18).

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 18.04%
CMYK:
(23,0,5,18)
C23M0Y5K18 
(23%,0%,5%,18%)
(0.23/0.00/0.05/0.18)	

CMYK percentages

%22.97
%0
%5.26
%18.04

Codes

Color #A1D1C6 in popluar color models

A1D1C6
RGB161209198
HSL166°34.29%72.55%
HSB/HSV166°22.97%81.96%
CMYK22.97%0.00%5.26%
18.04%

Color #A1D1C6 in popluar number systems.

HEXA1D1C6
Decimal161209198
Binary101000011101000111000110
Octal241321306

Shades and tints

Shades of #A1D1C6

#A1D1C6
(161,209,198)
#93BEB4
(147,190,180)
#85ABA2
(133,171,162)
#779890
(119,152,144)
#69857E
(105,133,126)
#5B726C
(91,114,108)
#4D5F5A
(77,95,90)
#3F4C48
(63,76,72)
#313936
(49,57,54)
#232624
(35,38,36)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #A1D1C6

#A1D1C6
(161,209,198)
#A9D5CB
(169,213,203)
#B1D9D0
(177,217,208)
#B9DDD5
(185,221,213)
#C1E1DA
(193,225,218)
#C9E5DF
(201,229,223)
#D1E9E4
(209,233,228)
#D9EDE9
(217,237,233)
#E1F1EE
(225,241,238)
#E9F5F3
(233,245,243)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D1C6; }

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

This text font color is #A1D1C6.


Background Color

.myBgColor { background-color: #A1D1C6; }

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

This div background color is #A1D1C6.


Border color

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

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

This div border color is #A1D1C6.


Opacity

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

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

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

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

This text has shadow with #A1D1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D1C6 on black background.


Color preview on white background

This text has color #A1D1C6 on white background.



Black color preview on #A1D1C6 background

This text has black color on #A1D1C6 background.


White color preview on #A1D1C6 background

This text has white color on #A1D1C6 background.