COLOR #A0C3BB

HEX: #A0C3BB
RGB: (160,195,187)

Color info

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

RGB color model

#A0C3BB color RGB value is (160,195,187).

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

RGB channels and saturation

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

160
195
187

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

Portions of RGB colors in percentages

R + G + B =
160 + 195 + 187 = 542 (100%)
R 160 of 542 ~ 29.52%
G 195 of 542 ~ 35.98%
B 187 of 542 ~ 34.5%

%29.52
%35.98
%34.5

CMYK color model

#A0C3BB color CMYK value is (18,0,4,24).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 4.10%
  • key color value is 23.53%
CMYK:
(18,0,4,24)
C18M0Y4K24 
(18%,0%,4%,24%)
(0.18/0.00/0.04/0.24)	

CMYK percentages

%17.95
%0
%4.1
%23.53

Codes

Color #A0C3BB in popluar color models

A0C3BB
RGB160195187
HSL166°22.58%69.61%
HSB/HSV166°17.95%76.47%
CMYK17.95%0.00%4.10%
23.53%

Color #A0C3BB in popluar number systems.

HEXA0C3BB
Decimal160195187
Binary101000001100001110111011
Octal240303273

Shades and tints

Shades of #A0C3BB

#A0C3BB
(160,195,187)
#92B2AA
(146,178,170)
#84A199
(132,161,153)
#769088
(118,144,136)
#687F77
(104,127,119)
#5A6E66
(90,110,102)
#4C5D55
(76,93,85)
#3E4C44
(62,76,68)
#303B33
(48,59,51)
#222A22
(34,42,34)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #A0C3BB

#A0C3BB
(160,195,187)
#A8C8C1
(168,200,193)
#B0CDC7
(176,205,199)
#B8D2CD
(184,210,205)
#C0D7D3
(192,215,211)
#C8DCD9
(200,220,217)
#D0E1DF
(208,225,223)
#D8E6E5
(216,230,229)
#E0EBEB
(224,235,235)
#E8F0F1
(232,240,241)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C3BB; }

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

This text font color is #A0C3BB.


Background Color

.myBgColor { background-color: #A0C3BB; }

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

This div background color is #A0C3BB.


Border color

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

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

This div border color is #A0C3BB.


Opacity

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

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

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

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

This text has shadow with #A0C3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C3BB on black background.


Color preview on white background

This text has color #A0C3BB on white background.



Black color preview on #A0C3BB background

This text has black color on #A0C3BB background.


White color preview on #A0C3BB background

This text has white color on #A0C3BB background.