COLOR #A0C3BA

HEX: #A0C3BA
RGB: (160,195,186)

Color info

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

RGB color model

#A0C3BA color RGB value is (160,195,186).

  • red value is 160;
  • green value is 195;
  • blue value is 186.
RGB:
(160,195,186)
(63%,76%,73%)

RGB channels and saturation

R 160 of 255 = 63%
G 195 of 255 = 76%
B 186 of 255 = 73%

160
195
186

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

Portions of RGB colors in percentages

R + G + B =
160 + 195 + 186 = 541 (100%)
R 160 of 541 ~ 29.57%
G 195 of 541 ~ 36.04%
B 186 of 541 ~ 34.38%

%29.57
%36.04
%34.38

CMYK color model

#A0C3BA color CMYK value is (18,0,5,24).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 23.53%
CMYK:
(18,0,5,24)
C18M0Y5K24 
(18%,0%,5%,24%)
(0.18/0.00/0.05/0.24)	

CMYK percentages

%17.95
%0
%4.62
%23.53

Codes

Color #A0C3BA in popluar color models

A0C3BA
RGB160195186
HSL165°22.58%69.61%
HSB/HSV165°17.95%76.47%
CMYK17.95%0.00%4.62%
23.53%

Color #A0C3BA in popluar number systems.

HEXA0C3BA
Decimal160195186
Binary101000001100001110111010
Octal240303272

Shades and tints

Shades of #A0C3BA

#A0C3BA
(160,195,186)
#92B2AA
(146,178,170)
#84A19A
(132,161,154)
#76908A
(118,144,138)
#687F7A
(104,127,122)
#5A6E6A
(90,110,106)
#4C5D5A
(76,93,90)
#3E4C4A
(62,76,74)
#303B3A
(48,59,58)
#222A2A
(34,42,42)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #A0C3BA

#A0C3BA
(160,195,186)
#A8C8C0
(168,200,192)
#B0CDC6
(176,205,198)
#B8D2CC
(184,210,204)
#C0D7D2
(192,215,210)
#C8DCD8
(200,220,216)
#D0E1DE
(208,225,222)
#D8E6E4
(216,230,228)
#E0EBEA
(224,235,234)
#E8F0F0
(232,240,240)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C3BA color. Also use rgb(160,195,186) instead hex code.

Text Font Color

.myTextColor { color: #A0C3BA; }

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

This text font color is #A0C3BA.


Background Color

.myBgColor { background-color: #A0C3BA; }

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

This div background color is #A0C3BA.


Border color

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

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

This div border color is #A0C3BA.


Opacity

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

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

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

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

This text has shadow with #A0C3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C3BA on black background.


Color preview on white background

This text has color #A0C3BA on white background.



Black color preview on #A0C3BA background

This text has black color on #A0C3BA background.


White color preview on #A0C3BA background

This text has white color on #A0C3BA background.