COLOR #A0CAB0

HEX: #A0CAB0 RGB: (160,202,176)

Color info

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

RGB color model

#A0CAB0 color RGB value is (160,202,176).

RGB: (160,202,176) (63%, 79%, 69%)

RGB channels and saturation

R 160 of 255 = 63%
G 202 of 255 = 79%
B 176 of 255 = 69%

160
202
176

R + G + B ~ 70%. #A0CAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 202 + 176 = 538 (100%)
R 160 of 538 ~ 29.74%
G 202 of 538 ~ 37.55%
B 176 of 538 ~ 32.71'%

%29.74
%37.55
%32.71

CMYK color model

#A0CAB0 color CMYK value is (21,0,13,21).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 20.78%

CMYK: (21,0,13,21)
C21M0Y13K21 (21%, 0%, 13%, 21%)
(0.21 / 0.00 / 0.13 / 0.21)

CMYK percentages

%20.79
%0
%12.87
%20.78

Codes

Color #A0CAB0 in popluar color models

A0 CA B0
RGB 160 202 176
HSL 143° 28.38% 70.98%
HSB/HSV 143° 20.79% 79.22%
CMYK 20.79% 0.00% 12.87%
20.78%

Color #A0CAB0 in popluar number systems.

HEX A0 CA B0
Decimal 160 202 176
Binary 10100000 11001010 10110000
Octal 240 312 260

Shades and tints

Shades of #A0CAB0

#A0CAB0
(160,202,176)
#92B8A0
(146,184,160)
#84A690
(132,166,144)
#769480
(118,148,128)
#688270
(104,130,112)
#5A7060
(90,112,96)
#4C5E50
(76,94,80)
#3E4C40
(62,76,64)
#303A30
(48,58,48)
#222820
(34,40,32)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #A0CAB0

#A0CAB0
(160,202,176)
#A8CEB7
(168,206,183)
#B0D2BE
(176,210,190)
#B8D6C5
(184,214,197)
#C0DACC
(192,218,204)
#C8DED3
(200,222,211)
#D0E2DA
(208,226,218)
#D8E6E1
(216,230,225)
#E0EAE8
(224,234,232)
#E8EEEF
(232,238,239)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0CAB0; }

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

This text font color is #A0CAB0.

Background Color

.myBgColor { background-color: #A0CAB0; }

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

This div background color is #A0CAB0.

Border color

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

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

This div border color is #A0CAB0.

Opacity

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

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

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

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

This text has shadow with #A0CAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0CAB0.

Preview

Color preview on black background

This text has color #A0CAB0 on black background.


Color preview on white background

This text has color #A0CAB0 on white background.


Black color preview on #A0CAB0 background

This text has black color on #A0CAB0 background.


White color preview on #A0CAB0 background

This text has white color on #A0CAB0 background.


Related colors

Complementary color

Complementary color for #hex is #5F354F.


I love getcolorcode.com

Triadic colors

1 #B0A0CA and #CAB0A0 with #A0CAB0 are triadic colors.

2 #B0CAA0 and #CAA0B0 with #A0CAB0 are triadic colors.