COLOR #A1D2DC

HEX: #A1D2DC
RGB: (161,210,220)

Color info

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

RGB color model

#A1D2DC color RGB value is (161,210,220).

  • red value is 161;
  • green value is 210;
  • blue value is 220.
RGB:
(161,210,220)
(63%,82%,86%)

RGB channels and saturation

R 161 of 255 = 63%
G 210 of 255 = 82%
B 220 of 255 = 86%

161
210
220

R + G + B ~ 77%. #A1D2DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 210 + 220 = 591 (100%)
R 161 of 591 ~ 27.24%
G 210 of 591 ~ 35.53%
B 220 of 591 ~ 37.23%

%27.24
%35.53
%37.23

CMYK color model

#A1D2DC color CMYK value is (27,5,0,14).

  • cyan value is 26.82%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(27,5,0,14)
C27M5Y0K14 
(27%,5%,0%,14%)
(0.27/0.05/0.00/0.14)	

CMYK percentages

%26.82
%4.55
%0
%13.73

Codes

Color #A1D2DC in popluar color models

A1D2DC
RGB161210220
HSL190°45.74%74.71%
HSB/HSV190°26.82%86.27%
CMYK26.82%4.55%0.00%
13.73%

Color #A1D2DC in popluar number systems.

HEXA1D2DC
Decimal161210220
Binary101000011101001011011100
Octal241322334

Shades and tints

Shades of #A1D2DC

#A1D2DC
(161,210,220)
#93BFC8
(147,191,200)
#85ACB4
(133,172,180)
#7799A0
(119,153,160)
#69868C
(105,134,140)
#5B7378
(91,115,120)
#4D6064
(77,96,100)
#3F4D50
(63,77,80)
#313A3C
(49,58,60)
#232728
(35,39,40)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #A1D2DC

#A1D2DC
(161,210,220)
#A9D6DF
(169,214,223)
#B1DAE2
(177,218,226)
#B9DEE5
(185,222,229)
#C1E2E8
(193,226,232)
#C9E6EB
(201,230,235)
#D1EAEE
(209,234,238)
#D9EEF1
(217,238,241)
#E1F2F4
(225,242,244)
#E9F6F7
(233,246,247)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D2DC color. Also use rgb(161,210,220) instead hex code.

Text Font Color

.myTextColor { color: #A1D2DC; }

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

This text font color is #A1D2DC.


Background Color

.myBgColor { background-color: #A1D2DC; }

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

This div background color is #A1D2DC.


Border color

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

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

This div border color is #A1D2DC.


Opacity

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

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

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

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

This text has shadow with #A1D2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D2DC on black background.


Color preview on white background

This text has color #A1D2DC on white background.



Black color preview on #A1D2DC background

This text has black color on #A1D2DC background.


White color preview on #A1D2DC background

This text has white color on #A1D2DC background.