COLOR #A1DBB9

HEX: #A1DBB9
RGB: (161,219,185)

Color info

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

RGB color model

#A1DBB9 color RGB value is (161,219,185).

  • red value is 161;
  • green value is 219;
  • blue value is 185.
RGB:
(161,219,185)
(63%,86%,73%)

RGB channels and saturation

R 161 of 255 = 63%
G 219 of 255 = 86%
B 185 of 255 = 73%

161
219
185

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

Portions of RGB colors in percentages

R + G + B =
161 + 219 + 185 = 565 (100%)
R 161 of 565 ~ 28.5%
G 219 of 565 ~ 38.76%
B 185 of 565 ~ 32.74%

%28.5
%38.76
%32.74

CMYK color model

#A1DBB9 color CMYK value is (26,0,16,14).

  • cyan value is 26.48%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 14.12%
CMYK:
(26,0,16,14)
C26M0Y16K14 
(26%,0%,16%,14%)
(0.26/0.00/0.16/0.14)	

CMYK percentages

%26.48
%0
%15.53
%14.12

Codes

Color #A1DBB9 in popluar color models

A1DBB9
RGB161219185
HSL145°44.62%74.51%
HSB/HSV145°26.48%85.88%
CMYK26.48%0.00%15.53%
14.12%

Color #A1DBB9 in popluar number systems.

HEXA1DBB9
Decimal161219185
Binary101000011101101110111001
Octal241333271

Shades and tints

Shades of #A1DBB9

#A1DBB9
(161,219,185)
#93C8A9
(147,200,169)
#85B599
(133,181,153)
#77A289
(119,162,137)
#698F79
(105,143,121)
#5B7C69
(91,124,105)
#4D6959
(77,105,89)
#3F5649
(63,86,73)
#314339
(49,67,57)
#233029
(35,48,41)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #A1DBB9

#A1DBB9
(161,219,185)
#A9DEBF
(169,222,191)
#B1E1C5
(177,225,197)
#B9E4CB
(185,228,203)
#C1E7D1
(193,231,209)
#C9EAD7
(201,234,215)
#D1EDDD
(209,237,221)
#D9F0E3
(217,240,227)
#E1F3E9
(225,243,233)
#E9F6EF
(233,246,239)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1DBB9 color. Also use rgb(161,219,185) instead hex code.

Text Font Color

.myTextColor { color: #A1DBB9; }

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

This text font color is #A1DBB9.


Background Color

.myBgColor { background-color: #A1DBB9; }

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

This div background color is #A1DBB9.


Border color

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

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

This div border color is #A1DBB9.


Opacity

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

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

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

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

This text has shadow with #A1DBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DBB9 on black background.


Color preview on white background

This text has color #A1DBB9 on white background.



Black color preview on #A1DBB9 background

This text has black color on #A1DBB9 background.


White color preview on #A1DBB9 background

This text has white color on #A1DBB9 background.