COLOR #A1DBB7

HEX: #A1DBB7 RGB: (161,219,183)

Color info

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

RGB color model

#A1DBB7 color RGB value is (161,219,183).

RGB: (161,219,183) (63%, 86%, 72%)

RGB channels and saturation

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

161
219
183

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

Portions of RGB colors in percentages

R + G + B = 161 + 219 + 183 = 563 (100%)
R 161 of 563 ~ 28.6%
G 219 of 563 ~ 38.9%
B 183 of 563 ~ 32.5'%

%28.6
%38.9
%32.5

CMYK color model

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

  • cyan value is 26.48%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • 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
%16.44
%14.12

Codes

Color #A1DBB7 in popluar color models

A1 DB B7
RGB 161 219 183
HSL 143° 44.62% 74.51%
HSB/HSV 143° 26.48% 85.88%
CMYK 26.48% 0.00% 16.44%
14.12%

Color #A1DBB7 in popluar number systems.

HEX A1 DB B7
Decimal 161 219 183
Binary 10100001 11011011 10110111
Octal 241 333 267

Shades and tints

Shades of #A1DBB7

#A1DBB7
(161,219,183)
#93C8A7
(147,200,167)
#85B597
(133,181,151)
#77A287
(119,162,135)
#698F77
(105,143,119)
#5B7C67
(91,124,103)
#4D6957
(77,105,87)
#3F5647
(63,86,71)
#314337
(49,67,55)
#233027
(35,48,39)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #A1DBB7

#A1DBB7
(161,219,183)
#A9DEBD
(169,222,189)
#B1E1C3
(177,225,195)
#B9E4C9
(185,228,201)
#C1E7CF
(193,231,207)
#C9EAD5
(201,234,213)
#D1EDDB
(209,237,219)
#D9F0E1
(217,240,225)
#E1F3E7
(225,243,231)
#E9F6ED
(233,246,237)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1DBB7; }

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

This text font color is #A1DBB7.

Background Color

.myBgColor { background-color: #A1DBB7; }

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

This div background color is #A1DBB7.

Border color

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

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

This div border color is #A1DBB7.

Opacity

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

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

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

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

This text has shadow with #A1DBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1DBB7.

Preview

Color preview on black background

This text has color #A1DBB7 on black background.


Color preview on white background

This text has color #A1DBB7 on white background.


Black color preview on #A1DBB7 background

This text has black color on #A1DBB7 background.


White color preview on #A1DBB7 background

This text has white color on #A1DBB7 background.


Related colors

Complementary color

Complementary color for #hex is #5E2448.


I love getcolorcode.com

Triadic colors

1 #B7A1DB and #DBB7A1 with #A1DBB7 are triadic colors.

2 #B7DBA1 and #DBA1B7 with #A1DBB7 are triadic colors.