COLOR #A0DBB5

HEX: #A0DBB5
RGB: (160,219,181)

Color info

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

RGB color model

#A0DBB5 color RGB value is (160,219,181).

  • red value is 160;
  • green value is 219;
  • blue value is 181.
RGB:
(160,219,181)
(63%,86%,71%)

RGB channels and saturation

R 160 of 255 = 63%
G 219 of 255 = 86%
B 181 of 255 = 71%

160
219
181

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

Portions of RGB colors in percentages

R + G + B =
160 + 219 + 181 = 560 (100%)
R 160 of 560 ~ 28.57%
G 219 of 560 ~ 39.11%
B 181 of 560 ~ 32.32%

%28.57
%39.11
%32.32

CMYK color model

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

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

CMYK percentages

%26.94
%0
%17.35
%14.12

Codes

Color #A0DBB5 in popluar color models

A0DBB5
RGB160219181
HSL141°45.04%74.31%
HSB/HSV141°26.94%85.88%
CMYK26.94%0.00%17.35%
14.12%

Color #A0DBB5 in popluar number systems.

HEXA0DBB5
Decimal160219181
Binary101000001101101110110101
Octal240333265

Shades and tints

Shades of #A0DBB5

#A0DBB5
(160,219,181)
#92C8A5
(146,200,165)
#84B595
(132,181,149)
#76A285
(118,162,133)
#688F75
(104,143,117)
#5A7C65
(90,124,101)
#4C6955
(76,105,85)
#3E5645
(62,86,69)
#304335
(48,67,53)
#223025
(34,48,37)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #A0DBB5

#A0DBB5
(160,219,181)
#A8DEBB
(168,222,187)
#B0E1C1
(176,225,193)
#B8E4C7
(184,228,199)
#C0E7CD
(192,231,205)
#C8EAD3
(200,234,211)
#D0EDD9
(208,237,217)
#D8F0DF
(216,240,223)
#E0F3E5
(224,243,229)
#E8F6EB
(232,246,235)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0DBB5 color. Also use rgb(160,219,181) instead hex code.

Text Font Color

.myTextColor { color: #A0DBB5; }

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

This text font color is #A0DBB5.


Background Color

.myBgColor { background-color: #A0DBB5; }

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

This div background color is #A0DBB5.


Border color

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

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

This div border color is #A0DBB5.


Opacity

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

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

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

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

This text has shadow with #A0DBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DBB5 on black background.


Color preview on white background

This text has color #A0DBB5 on white background.



Black color preview on #A0DBB5 background

This text has black color on #A0DBB5 background.


White color preview on #A0DBB5 background

This text has white color on #A0DBB5 background.