COLOR #A0D6D8

HEX: #A0D6D8
RGB: (160,214,216)

Color info

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

RGB color model

#A0D6D8 color RGB value is (160,214,216).

  • red value is 160;
  • green value is 214;
  • blue value is 216.
RGB:
(160,214,216)
(63%,84%,85%)

RGB channels and saturation

R 160 of 255 = 63%
G 214 of 255 = 84%
B 216 of 255 = 85%

160
214
216

R + G + B ~ 77%. #A0D6D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 214 + 216 = 590 (100%)
R 160 of 590 ~ 27.12%
G 214 of 590 ~ 36.27%
B 216 of 590 ~ 36.61%

%27.12
%36.27
%36.61

CMYK color model

#A0D6D8 color CMYK value is (26,1,0,15).

  • cyan value is 25.93%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(26,1,0,15)
C26M1Y0K15 
(26%,1%,0%,15%)
(0.26/0.01/0.00/0.15)	

CMYK percentages

%25.93
%0.93
%0
%15.29

Codes

Color #A0D6D8 in popluar color models

A0D6D8
RGB160214216
HSL182°41.79%73.73%
HSB/HSV182°25.93%84.71%
CMYK25.93%0.93%0.00%
15.29%

Color #A0D6D8 in popluar number systems.

HEXA0D6D8
Decimal160214216
Binary101000001101011011011000
Octal240326330

Shades and tints

Shades of #A0D6D8

#A0D6D8
(160,214,216)
#92C3C5
(146,195,197)
#84B0B2
(132,176,178)
#769D9F
(118,157,159)
#688A8C
(104,138,140)
#5A7779
(90,119,121)
#4C6466
(76,100,102)
#3E5153
(62,81,83)
#303E40
(48,62,64)
#222B2D
(34,43,45)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #A0D6D8

#A0D6D8
(160,214,216)
#A8D9DB
(168,217,219)
#B0DCDE
(176,220,222)
#B8DFE1
(184,223,225)
#C0E2E4
(192,226,228)
#C8E5E7
(200,229,231)
#D0E8EA
(208,232,234)
#D8EBED
(216,235,237)
#E0EEF0
(224,238,240)
#E8F1F3
(232,241,243)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0D6D8 color. Also use rgb(160,214,216) instead hex code.

Text Font Color

.myTextColor { color: #A0D6D8; }

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

This text font color is #A0D6D8.


Background Color

.myBgColor { background-color: #A0D6D8; }

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

This div background color is #A0D6D8.


Border color

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

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

This div border color is #A0D6D8.


Opacity

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

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

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

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

This text has shadow with #A0D6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0D6D8 on black background.


Color preview on white background

This text has color #A0D6D8 on white background.



Black color preview on #A0D6D8 background

This text has black color on #A0D6D8 background.


White color preview on #A0D6D8 background

This text has white color on #A0D6D8 background.