COLOR #A1DBB0

HEX: #A1DBB0 RGB: (161,219,176)

Color info

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

RGB color model

#A1DBB0 color RGB value is (161,219,176).

RGB: (161,219,176) (63%, 86%, 69%)

RGB channels and saturation

R 161 of 255 = 63%
G 219 of 255 = 86%
B 176 of 255 = 69%

161
219
176

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

Portions of RGB colors in percentages

R + G + B = 161 + 219 + 176 = 556 (100%)
R 161 of 556 ~ 28.96%
G 219 of 556 ~ 39.39%
B 176 of 556 ~ 31.65'%

%28.96
%39.39
%31.65

CMYK color model

#A1DBB0 color CMYK value is (26,0,20,14).

  • cyan value is 26.48%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 14.12%

CMYK: (26,0,20,14)
C26M0Y20K14 (26%, 0%, 20%, 14%)
(0.26 / 0.00 / 0.20 / 0.14)

CMYK percentages

%26.48
%0
%19.63
%14.12

Codes

Color #A1DBB0 in popluar color models

A1 DB B0
RGB 161 219 176
HSL 136° 44.62% 74.51%
HSB/HSV 136° 26.48% 85.88%
CMYK 26.48% 0.00% 19.63%
14.12%

Color #A1DBB0 in popluar number systems.

HEX A1 DB B0
Decimal 161 219 176
Binary 10100001 11011011 10110000
Octal 241 333 260

Shades and tints

Shades of #A1DBB0

#A1DBB0
(161,219,176)
#93C8A0
(147,200,160)
#85B590
(133,181,144)
#77A280
(119,162,128)
#698F70
(105,143,112)
#5B7C60
(91,124,96)
#4D6950
(77,105,80)
#3F5640
(63,86,64)
#314330
(49,67,48)
#233020
(35,48,32)
#151D10
(21,29,16)
#000000
(0,0,0)

Tints of #A1DBB0

#A1DBB0
(161,219,176)
#A9DEB7
(169,222,183)
#B1E1BE
(177,225,190)
#B9E4C5
(185,228,197)
#C1E7CC
(193,231,204)
#C9EAD3
(201,234,211)
#D1EDDA
(209,237,218)
#D9F0E1
(217,240,225)
#E1F3E8
(225,243,232)
#E9F6EF
(233,246,239)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1DBB0; }

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

This text font color is #A1DBB0.

Background Color

.myBgColor { background-color: #A1DBB0; }

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

This div background color is #A1DBB0.

Border color

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

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

This div border color is #A1DBB0.

Opacity

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

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

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

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

This text has shadow with #A1DBB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1DBB0.

Preview

Color preview on black background

This text has color #A1DBB0 on black background.


Color preview on white background

This text has color #A1DBB0 on white background.


Black color preview on #A1DBB0 background

This text has black color on #A1DBB0 background.


White color preview on #A1DBB0 background

This text has white color on #A1DBB0 background.


Related colors

Complementary color

Complementary color for #hex is #5E244F.


I love getcolorcode.com

Triadic colors

1 #B0A1DB and #DBB0A1 with #A1DBB0 are triadic colors.

2 #B0DBA1 and #DBA1B0 with #A1DBB0 are triadic colors.