COLOR #A1D5BB

HEX: #A1D5BB RGB: (161,213,187)

Color info

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

RGB color model

#A1D5BB color RGB value is (161,213,187).

RGB: (161,213,187) (63%, 84%, 73%)

RGB channels and saturation

R 161 of 255 = 63%
G 213 of 255 = 84%
B 187 of 255 = 73%

161
213
187

R + G + B ~ 73%. #A1D5BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 213 + 187 = 561 (100%)
R 161 of 561 ~ 28.7%
G 213 of 561 ~ 37.97%
B 187 of 561 ~ 33.33'%

%28.7
%37.97
%33.33

CMYK color model

#A1D5BB color CMYK value is (24,0,12,16).

  • cyan value is 24.41%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 16.47%

CMYK: (24,0,12,16)
C24M0Y12K16 (24%, 0%, 12%, 16%)
(0.24 / 0.00 / 0.12 / 0.16)

CMYK percentages

%24.41
%0
%12.21
%16.47

Codes

Color #A1D5BB in popluar color models

A1 D5 BB
RGB 161 213 187
HSL 150° 38.24% 73.33%
HSB/HSV 150° 24.41% 83.53%
CMYK 24.41% 0.00% 12.21%
16.47%

Color #A1D5BB in popluar number systems.

HEX A1 D5 BB
Decimal 161 213 187
Binary 10100001 11010101 10111011
Octal 241 325 273

Shades and tints

Shades of #A1D5BB

#A1D5BB
(161,213,187)
#93C2AA
(147,194,170)
#85AF99
(133,175,153)
#779C88
(119,156,136)
#698977
(105,137,119)
#5B7666
(91,118,102)
#4D6355
(77,99,85)
#3F5044
(63,80,68)
#313D33
(49,61,51)
#232A22
(35,42,34)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #A1D5BB

#A1D5BB
(161,213,187)
#A9D8C1
(169,216,193)
#B1DBC7
(177,219,199)
#B9DECD
(185,222,205)
#C1E1D3
(193,225,211)
#C9E4D9
(201,228,217)
#D1E7DF
(209,231,223)
#D9EAE5
(217,234,229)
#E1EDEB
(225,237,235)
#E9F0F1
(233,240,241)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D5BB color. Also use rgb(161,213,187) instead hex code.

Text Font Color

.myTextColor { color: #A1D5BB; }

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

This text font color is #A1D5BB.

Background Color

.myBgColor { background-color: #A1D5BB; }

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

This div background color is #A1D5BB.

Border color

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

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

This div border color is #A1D5BB.

Opacity

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

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

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

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

This text has shadow with #A1D5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1D5BB.

Preview

Color preview on black background

This text has color #A1D5BB on black background.


Color preview on white background

This text has color #A1D5BB on white background.


Black color preview on #A1D5BB background

This text has black color on #A1D5BB background.


White color preview on #A1D5BB background

This text has white color on #A1D5BB background.


Related colors

Complementary color

Complementary color for #hex is #5E2A44.


I love getcolorcode.com

Triadic colors

1 #BBA1D5 and #D5BBA1 with #A1D5BB are triadic colors.

2 #BBD5A1 and #D5A1BB with #A1D5BB are triadic colors.