COLOR #A1DCD3

HEX: #A1DCD3
RGB: (161,220,211)

Color info

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

RGB color model

#A1DCD3 color RGB value is (161,220,211).

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

RGB channels and saturation

R 161 of 255 = 63%
G 220 of 255 = 86%
B 211 of 255 = 83%

161
220
211

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

Portions of RGB colors in percentages

R + G + B =
161 + 220 + 211 = 592 (100%)
R 161 of 592 ~ 27.2%
G 220 of 592 ~ 37.16%
B 211 of 592 ~ 35.64%

%27.2
%37.16
%35.64

CMYK color model

#A1DCD3 color CMYK value is (27,0,4,14).

  • cyan value is 26.82%
  • magenta value is 0.00%
  • yellow value is 4.09%
  • key color value is 13.73%
CMYK:
(27,0,4,14)
C27M0Y4K14 
(27%,0%,4%,14%)
(0.27/0.00/0.04/0.14)	

CMYK percentages

%26.82
%0
%4.09
%13.73

Codes

Color #A1DCD3 in popluar color models

A1DCD3
RGB161220211
HSL171°45.74%74.71%
HSB/HSV171°26.82%86.27%
CMYK26.82%0.00%4.09%
13.73%

Color #A1DCD3 in popluar number systems.

HEXA1DCD3
Decimal161220211
Binary101000011101110011010011
Octal241334323

Shades and tints

Shades of #A1DCD3

#A1DCD3
(161,220,211)
#93C8C0
(147,200,192)
#85B4AD
(133,180,173)
#77A09A
(119,160,154)
#698C87
(105,140,135)
#5B7874
(91,120,116)
#4D6461
(77,100,97)
#3F504E
(63,80,78)
#313C3B
(49,60,59)
#232828
(35,40,40)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #A1DCD3

#A1DCD3
(161,220,211)
#A9DFD7
(169,223,215)
#B1E2DB
(177,226,219)
#B9E5DF
(185,229,223)
#C1E8E3
(193,232,227)
#C9EBE7
(201,235,231)
#D1EEEB
(209,238,235)
#D9F1EF
(217,241,239)
#E1F4F3
(225,244,243)
#E9F7F7
(233,247,247)
#F1FAFB
(241,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1DCD3; }

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

This text font color is #A1DCD3.


Background Color

.myBgColor { background-color: #A1DCD3; }

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

This div background color is #A1DCD3.


Border color

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

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

This div border color is #A1DCD3.


Opacity

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

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

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

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

This text has shadow with #A1DCD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DCD3 on black background.


Color preview on white background

This text has color #A1DCD3 on white background.



Black color preview on #A1DCD3 background

This text has black color on #A1DCD3 background.


White color preview on #A1DCD3 background

This text has white color on #A1DCD3 background.