COLOR #A2C1D1

HEX: #A2C1D1
RGB: (162,193,209)

Color info

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

RGB color model

#A2C1D1 color RGB value is (162,193,209).

  • red value is 162;
  • green value is 193;
  • blue value is 209.
RGB:
(162,193,209)
(64%,76%,82%)

RGB channels and saturation

R 162 of 255 = 64%
G 193 of 255 = 76%
B 209 of 255 = 82%

162
193
209

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

Portions of RGB colors in percentages

R + G + B =
162 + 193 + 209 = 564 (100%)
R 162 of 564 ~ 28.72%
G 193 of 564 ~ 34.22%
B 209 of 564 ~ 37.06%

%28.72
%34.22
%37.06

CMYK color model

#A2C1D1 color CMYK value is (22,8,0,18).

  • cyan value is 22.49%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(22,8,0,18)
C22M8Y0K18 
(22%,8%,0%,18%)
(0.22/0.08/0.00/0.18)	

CMYK percentages

%22.49
%7.66
%0
%18.04

Codes

Color #A2C1D1 in popluar color models

A2C1D1
RGB162193209
HSL200°33.81%72.75%
HSB/HSV200°22.49%81.96%
CMYK22.49%7.66%0.00%
18.04%

Color #A2C1D1 in popluar number systems.

HEXA2C1D1
Decimal162193209
Binary101000101100000111010001
Octal242301321

Shades and tints

Shades of #A2C1D1

#A2C1D1
(162,193,209)
#94B0BE
(148,176,190)
#869FAB
(134,159,171)
#788E98
(120,142,152)
#6A7D85
(106,125,133)
#5C6C72
(92,108,114)
#4E5B5F
(78,91,95)
#404A4C
(64,74,76)
#323939
(50,57,57)
#242826
(36,40,38)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #A2C1D1

#A2C1D1
(162,193,209)
#AAC6D5
(170,198,213)
#B2CBD9
(178,203,217)
#BAD0DD
(186,208,221)
#C2D5E1
(194,213,225)
#CADAE5
(202,218,229)
#D2DFE9
(210,223,233)
#DAE4ED
(218,228,237)
#E2E9F1
(226,233,241)
#EAEEF5
(234,238,245)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2C1D1 color. Also use rgb(162,193,209) instead hex code.

Text Font Color

.myTextColor { color: #A2C1D1; }

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

This text font color is #A2C1D1.


Background Color

.myBgColor { background-color: #A2C1D1; }

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

This div background color is #A2C1D1.


Border color

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

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

This div border color is #A2C1D1.


Opacity

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

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

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

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

This text has shadow with #A2C1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2C1D1 on black background.


Color preview on white background

This text has color #A2C1D1 on white background.



Black color preview on #A2C1D1 background

This text has black color on #A2C1D1 background.


White color preview on #A2C1D1 background

This text has white color on #A2C1D1 background.