COLOR #A1D1C7

HEX: #A1D1C7
RGB: (161,209,199)

Color info

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

RGB color model

#A1D1C7 color RGB value is (161,209,199).

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

RGB channels and saturation

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

161
209
199

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

Portions of RGB colors in percentages

R + G + B =
161 + 209 + 199 = 569 (100%)
R 161 of 569 ~ 28.3%
G 209 of 569 ~ 36.73%
B 199 of 569 ~ 34.97%

%28.3
%36.73
%34.97

CMYK color model

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

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • 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
%4.78
%18.04

Codes

Color #A1D1C7 in popluar color models

A1D1C7
RGB161209199
HSL168°34.29%72.55%
HSB/HSV168°22.97%81.96%
CMYK22.97%0.00%4.78%
18.04%

Color #A1D1C7 in popluar number systems.

HEXA1D1C7
Decimal161209199
Binary101000011101000111000111
Octal241321307

Shades and tints

Shades of #A1D1C7

#A1D1C7
(161,209,199)
#93BEB5
(147,190,181)
#85ABA3
(133,171,163)
#779891
(119,152,145)
#69857F
(105,133,127)
#5B726D
(91,114,109)
#4D5F5B
(77,95,91)
#3F4C49
(63,76,73)
#313937
(49,57,55)
#232625
(35,38,37)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #A1D1C7

#A1D1C7
(161,209,199)
#A9D5CC
(169,213,204)
#B1D9D1
(177,217,209)
#B9DDD6
(185,221,214)
#C1E1DB
(193,225,219)
#C9E5E0
(201,229,224)
#D1E9E5
(209,233,229)
#D9EDEA
(217,237,234)
#E1F1EF
(225,241,239)
#E9F5F4
(233,245,244)
#F1F9F9
(241,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1D1C7; }

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

This text font color is #A1D1C7.


Background Color

.myBgColor { background-color: #A1D1C7; }

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

This div background color is #A1D1C7.


Border color

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

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

This div border color is #A1D1C7.


Opacity

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

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

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

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

This text has shadow with #A1D1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D1C7 on black background.


Color preview on white background

This text has color #A1D1C7 on white background.



Black color preview on #A1D1C7 background

This text has black color on #A1D1C7 background.


White color preview on #A1D1C7 background

This text has white color on #A1D1C7 background.