COLOR #A0CAB4

HEX: #A0CAB4
RGB: (160,202,180)

Color info

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

RGB color model

#A0CAB4 color RGB value is (160,202,180).

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

RGB channels and saturation

R 160 of 255 = 63%
G 202 of 255 = 79%
B 180 of 255 = 71%

160
202
180

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

Portions of RGB colors in percentages

R + G + B =
160 + 202 + 180 = 542 (100%)
R 160 of 542 ~ 29.52%
G 202 of 542 ~ 37.27%
B 180 of 542 ~ 33.21%

%29.52
%37.27
%33.21

CMYK color model

#A0CAB4 color CMYK value is (21,0,11,21).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 20.78%
CMYK:
(21,0,11,21)
C21M0Y11K21 
(21%,0%,11%,21%)
(0.21/0.00/0.11/0.21)	

CMYK percentages

%20.79
%0
%10.89
%20.78

Codes

Color #A0CAB4 in popluar color models

A0CAB4
RGB160202180
HSL149°28.38%70.98%
HSB/HSV149°20.79%79.22%
CMYK20.79%0.00%10.89%
20.78%

Color #A0CAB4 in popluar number systems.

HEXA0CAB4
Decimal160202180
Binary101000001100101010110100
Octal240312264

Shades and tints

Shades of #A0CAB4

#A0CAB4
(160,202,180)
#92B8A4
(146,184,164)
#84A694
(132,166,148)
#769484
(118,148,132)
#688274
(104,130,116)
#5A7064
(90,112,100)
#4C5E54
(76,94,84)
#3E4C44
(62,76,68)
#303A34
(48,58,52)
#222824
(34,40,36)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #A0CAB4

#A0CAB4
(160,202,180)
#A8CEBA
(168,206,186)
#B0D2C0
(176,210,192)
#B8D6C6
(184,214,198)
#C0DACC
(192,218,204)
#C8DED2
(200,222,210)
#D0E2D8
(208,226,216)
#D8E6DE
(216,230,222)
#E0EAE4
(224,234,228)
#E8EEEA
(232,238,234)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0CAB4; }

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

This text font color is #A0CAB4.


Background Color

.myBgColor { background-color: #A0CAB4; }

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

This div background color is #A0CAB4.


Border color

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

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

This div border color is #A0CAB4.


Opacity

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

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

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

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

This text has shadow with #A0CAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CAB4 on black background.


Color preview on white background

This text has color #A0CAB4 on white background.



Black color preview on #A0CAB4 background

This text has black color on #A0CAB4 background.


White color preview on #A0CAB4 background

This text has white color on #A0CAB4 background.