COLOR #A0C6B6

HEX: #A0C6B6
RGB: (160,198,182)

Color info

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

RGB color model

#A0C6B6 color RGB value is (160,198,182).

  • red value is 160;
  • green value is 198;
  • blue value is 182.
RGB:
(160,198,182)
(63%,78%,71%)

RGB channels and saturation

R 160 of 255 = 63%
G 198 of 255 = 78%
B 182 of 255 = 71%

160
198
182

R + G + B ~ 71%. #A0C6B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 198 + 182 = 540 (100%)
R 160 of 540 ~ 29.63%
G 198 of 540 ~ 36.67%
B 182 of 540 ~ 33.7%

%29.63
%36.67
%33.7

CMYK color model

#A0C6B6 color CMYK value is (19,0,8,22).

  • cyan value is 19.19%
  • magenta value is 0.00%
  • yellow value is 8.08%
  • key color value is 22.35%
CMYK:
(19,0,8,22)
C19M0Y8K22 
(19%,0%,8%,22%)
(0.19/0.00/0.08/0.22)	

CMYK percentages

%19.19
%0
%8.08
%22.35

Codes

Color #A0C6B6 in popluar color models

A0C6B6
RGB160198182
HSL155°25.00%70.20%
HSB/HSV155°19.19%77.65%
CMYK19.19%0.00%8.08%
22.35%

Color #A0C6B6 in popluar number systems.

HEXA0C6B6
Decimal160198182
Binary101000001100011010110110
Octal240306266

Shades and tints

Shades of #A0C6B6

#A0C6B6
(160,198,182)
#92B4A6
(146,180,166)
#84A296
(132,162,150)
#769086
(118,144,134)
#687E76
(104,126,118)
#5A6C66
(90,108,102)
#4C5A56
(76,90,86)
#3E4846
(62,72,70)
#303636
(48,54,54)
#222426
(34,36,38)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #A0C6B6

#A0C6B6
(160,198,182)
#A8CBBC
(168,203,188)
#B0D0C2
(176,208,194)
#B8D5C8
(184,213,200)
#C0DACE
(192,218,206)
#C8DFD4
(200,223,212)
#D0E4DA
(208,228,218)
#D8E9E0
(216,233,224)
#E0EEE6
(224,238,230)
#E8F3EC
(232,243,236)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C6B6 color. Also use rgb(160,198,182) instead hex code.

Text Font Color

.myTextColor { color: #A0C6B6; }

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

This text font color is #A0C6B6.


Background Color

.myBgColor { background-color: #A0C6B6; }

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

This div background color is #A0C6B6.


Border color

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

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

This div border color is #A0C6B6.


Opacity

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

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

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

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

This text has shadow with #A0C6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C6B6 on black background.


Color preview on white background

This text has color #A0C6B6 on white background.



Black color preview on #A0C6B6 background

This text has black color on #A0C6B6 background.


White color preview on #A0C6B6 background

This text has white color on #A0C6B6 background.