COLOR #A1DCB7

HEX: #A1DCB7
RGB: (161,220,183)

Color info

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

RGB color model

#A1DCB7 color RGB value is (161,220,183).

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

RGB channels and saturation

R 161 of 255 = 63%
G 220 of 255 = 86%
B 183 of 255 = 72%

161
220
183

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

Portions of RGB colors in percentages

R + G + B =
161 + 220 + 183 = 564 (100%)
R 161 of 564 ~ 28.55%
G 220 of 564 ~ 39.01%
B 183 of 564 ~ 32.45%

%28.55
%39.01
%32.45

CMYK color model

#A1DCB7 color CMYK value is (27,0,17,14).

  • cyan value is 26.82%
  • magenta value is 0.00%
  • yellow value is 16.82%
  • key color value is 13.73%
CMYK:
(27,0,17,14)
C27M0Y17K14 
(27%,0%,17%,14%)
(0.27/0.00/0.17/0.14)	

CMYK percentages

%26.82
%0
%16.82
%13.73

Codes

Color #A1DCB7 in popluar color models

A1DCB7
RGB161220183
HSL142°45.74%74.71%
HSB/HSV142°26.82%86.27%
CMYK26.82%0.00%16.82%
13.73%

Color #A1DCB7 in popluar number systems.

HEXA1DCB7
Decimal161220183
Binary101000011101110010110111
Octal241334267

Shades and tints

Shades of #A1DCB7

#A1DCB7
(161,220,183)
#93C8A7
(147,200,167)
#85B497
(133,180,151)
#77A087
(119,160,135)
#698C77
(105,140,119)
#5B7867
(91,120,103)
#4D6457
(77,100,87)
#3F5047
(63,80,71)
#313C37
(49,60,55)
#232827
(35,40,39)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #A1DCB7

#A1DCB7
(161,220,183)
#A9DFBD
(169,223,189)
#B1E2C3
(177,226,195)
#B9E5C9
(185,229,201)
#C1E8CF
(193,232,207)
#C9EBD5
(201,235,213)
#D1EEDB
(209,238,219)
#D9F1E1
(217,241,225)
#E1F4E7
(225,244,231)
#E9F7ED
(233,247,237)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1DCB7; }

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

This text font color is #A1DCB7.


Background Color

.myBgColor { background-color: #A1DCB7; }

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

This div background color is #A1DCB7.


Border color

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

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

This div border color is #A1DCB7.


Opacity

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

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

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

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

This text has shadow with #A1DCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DCB7 on black background.


Color preview on white background

This text has color #A1DCB7 on white background.



Black color preview on #A1DCB7 background

This text has black color on #A1DCB7 background.


White color preview on #A1DCB7 background

This text has white color on #A1DCB7 background.