COLOR #A0CAA6

HEX: #A0CAA6
RGB: (160,202,166)

Color info

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

RGB color model

#A0CAA6 color RGB value is (160,202,166).

  • red value is 160;
  • green value is 202;
  • blue value is 166.
RGB:
(160,202,166)
(63%,79%,65%)

RGB channels and saturation

R 160 of 255 = 63%
G 202 of 255 = 79%
B 166 of 255 = 65%

160
202
166

R + G + B ~ 69%. #A0CAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 202 + 166 = 528 (100%)
R 160 of 528 ~ 30.3%
G 202 of 528 ~ 38.26%
B 166 of 528 ~ 31.44%

%30.3
%38.26
%31.44

CMYK color model

#A0CAA6 color CMYK value is (21,0,18,21).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 20.78%
CMYK:
(21,0,18,21)
C21M0Y18K21 
(21%,0%,18%,21%)
(0.21/0.00/0.18/0.21)	

CMYK percentages

%20.79
%0
%17.82
%20.78

Codes

Color #A0CAA6 in popluar color models

A0CAA6
RGB160202166
HSL129°28.38%70.98%
HSB/HSV129°20.79%79.22%
CMYK20.79%0.00%17.82%
20.78%

Color #A0CAA6 in popluar number systems.

HEXA0CAA6
Decimal160202166
Binary101000001100101010100110
Octal240312246

Shades and tints

Shades of #A0CAA6

#A0CAA6
(160,202,166)
#92B897
(146,184,151)
#84A688
(132,166,136)
#769479
(118,148,121)
#68826A
(104,130,106)
#5A705B
(90,112,91)
#4C5E4C
(76,94,76)
#3E4C3D
(62,76,61)
#303A2E
(48,58,46)
#22281F
(34,40,31)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #A0CAA6

#A0CAA6
(160,202,166)
#A8CEAE
(168,206,174)
#B0D2B6
(176,210,182)
#B8D6BE
(184,214,190)
#C0DAC6
(192,218,198)
#C8DECE
(200,222,206)
#D0E2D6
(208,226,214)
#D8E6DE
(216,230,222)
#E0EAE6
(224,234,230)
#E8EEEE
(232,238,238)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CAA6 color. Also use rgb(160,202,166) instead hex code.

Text Font Color

.myTextColor { color: #A0CAA6; }

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

This text font color is #A0CAA6.


Background Color

.myBgColor { background-color: #A0CAA6; }

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

This div background color is #A0CAA6.


Border color

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

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

This div border color is #A0CAA6.


Opacity

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

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

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

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

This text has shadow with #A0CAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CAA6 on black background.


Color preview on white background

This text has color #A0CAA6 on white background.



Black color preview on #A0CAA6 background

This text has black color on #A0CAA6 background.


White color preview on #A0CAA6 background

This text has white color on #A0CAA6 background.