COLOR #A2D5CD

HEX: #A2D5CD
RGB: (162,213,205)

Color info

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

RGB color model

#A2D5CD color RGB value is (162,213,205).

  • red value is 162;
  • green value is 213;
  • blue value is 205.
RGB:
(162,213,205)
(64%,84%,80%)

RGB channels and saturation

R 162 of 255 = 64%
G 213 of 255 = 84%
B 205 of 255 = 80%

162
213
205

R + G + B ~ 76%. #A2D5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 213 + 205 = 580 (100%)
R 162 of 580 ~ 27.93%
G 213 of 580 ~ 36.72%
B 205 of 580 ~ 35.34%

%27.93
%36.72
%35.34

CMYK color model

#A2D5CD color CMYK value is (24,0,4,16).

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 3.76%
  • key color value is 16.47%
CMYK:
(24,0,4,16)
C24M0Y4K16 
(24%,0%,4%,16%)
(0.24/0.00/0.04/0.16)	

CMYK percentages

%23.94
%0
%3.76
%16.47

Codes

Color #A2D5CD in popluar color models

A2D5CD
RGB162213205
HSL171°37.78%73.53%
HSB/HSV171°23.94%83.53%
CMYK23.94%0.00%3.76%
16.47%

Color #A2D5CD in popluar number systems.

HEXA2D5CD
Decimal162213205
Binary101000101101010111001101
Octal242325315

Shades and tints

Shades of #A2D5CD

#A2D5CD
(162,213,205)
#94C2BB
(148,194,187)
#86AFA9
(134,175,169)
#789C97
(120,156,151)
#6A8985
(106,137,133)
#5C7673
(92,118,115)
#4E6361
(78,99,97)
#40504F
(64,80,79)
#323D3D
(50,61,61)
#242A2B
(36,42,43)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #A2D5CD

#A2D5CD
(162,213,205)
#AAD8D1
(170,216,209)
#B2DBD5
(178,219,213)
#BADED9
(186,222,217)
#C2E1DD
(194,225,221)
#CAE4E1
(202,228,225)
#D2E7E5
(210,231,229)
#DAEAE9
(218,234,233)
#E2EDED
(226,237,237)
#EAF0F1
(234,240,241)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2D5CD color. Also use rgb(162,213,205) instead hex code.

Text Font Color

.myTextColor { color: #A2D5CD; }

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

This text font color is #A2D5CD.


Background Color

.myBgColor { background-color: #A2D5CD; }

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

This div background color is #A2D5CD.


Border color

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

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

This div border color is #A2D5CD.


Opacity

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

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

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

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

This text has shadow with #A2D5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2D5CD on black background.


Color preview on white background

This text has color #A2D5CD on white background.



Black color preview on #A2D5CD background

This text has black color on #A2D5CD background.


White color preview on #A2D5CD background

This text has white color on #A2D5CD background.