COLOR #A2D1C3

HEX: #A2D1C3
RGB: (162,209,195)

Color info

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

RGB color model

#A2D1C3 color RGB value is (162,209,195).

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

RGB channels and saturation

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

162
209
195

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

Portions of RGB colors in percentages

R + G + B =
162 + 209 + 195 = 566 (100%)
R 162 of 566 ~ 28.62%
G 209 of 566 ~ 36.93%
B 195 of 566 ~ 34.45%

%28.62
%36.93
%34.45

CMYK color model

#A2D1C3 color CMYK value is (22,0,7,18).

  • cyan value is 22.49%
  • magenta value is 0.00%
  • yellow value is 6.70%
  • key color value is 18.04%
CMYK:
(22,0,7,18)
C22M0Y7K18 
(22%,0%,7%,18%)
(0.22/0.00/0.07/0.18)	

CMYK percentages

%22.49
%0
%6.7
%18.04

Codes

Color #A2D1C3 in popluar color models

A2D1C3
RGB162209195
HSL162°33.81%72.75%
HSB/HSV162°22.49%81.96%
CMYK22.49%0.00%6.70%
18.04%

Color #A2D1C3 in popluar number systems.

HEXA2D1C3
Decimal162209195
Binary101000101101000111000011
Octal242321303

Shades and tints

Shades of #A2D1C3

#A2D1C3
(162,209,195)
#94BEB2
(148,190,178)
#86ABA1
(134,171,161)
#789890
(120,152,144)
#6A857F
(106,133,127)
#5C726E
(92,114,110)
#4E5F5D
(78,95,93)
#404C4C
(64,76,76)
#32393B
(50,57,59)
#24262A
(36,38,42)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #A2D1C3

#A2D1C3
(162,209,195)
#AAD5C8
(170,213,200)
#B2D9CD
(178,217,205)
#BADDD2
(186,221,210)
#C2E1D7
(194,225,215)
#CAE5DC
(202,229,220)
#D2E9E1
(210,233,225)
#DAEDE6
(218,237,230)
#E2F1EB
(226,241,235)
#EAF5F0
(234,245,240)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2D1C3; }

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

This text font color is #A2D1C3.


Background Color

.myBgColor { background-color: #A2D1C3; }

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

This div background color is #A2D1C3.


Border color

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

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

This div border color is #A2D1C3.


Opacity

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

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

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

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

This text has shadow with #A2D1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2D1C3 on black background.


Color preview on white background

This text has color #A2D1C3 on white background.



Black color preview on #A2D1C3 background

This text has black color on #A2D1C3 background.


White color preview on #A2D1C3 background

This text has white color on #A2D1C3 background.