COLOR #A0C3BD

HEX: #A0C3BD
RGB: (160,195,189)

Color info

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

RGB color model

#A0C3BD color RGB value is (160,195,189).

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

RGB channels and saturation

R 160 of 255 = 63%
G 195 of 255 = 76%
B 189 of 255 = 74%

160
195
189

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

Portions of RGB colors in percentages

R + G + B =
160 + 195 + 189 = 544 (100%)
R 160 of 544 ~ 29.41%
G 195 of 544 ~ 35.85%
B 189 of 544 ~ 34.74%

%29.41
%35.85
%34.74

CMYK color model

#A0C3BD color CMYK value is (18,0,3,24).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 23.53%
CMYK:
(18,0,3,24)
C18M0Y3K24 
(18%,0%,3%,24%)
(0.18/0.00/0.03/0.24)	

CMYK percentages

%17.95
%0
%3.08
%23.53

Codes

Color #A0C3BD in popluar color models

A0C3BD
RGB160195189
HSL170°22.58%69.61%
HSB/HSV170°17.95%76.47%
CMYK17.95%0.00%3.08%
23.53%

Color #A0C3BD in popluar number systems.

HEXA0C3BD
Decimal160195189
Binary101000001100001110111101
Octal240303275

Shades and tints

Shades of #A0C3BD

#A0C3BD
(160,195,189)
#92B2AC
(146,178,172)
#84A19B
(132,161,155)
#76908A
(118,144,138)
#687F79
(104,127,121)
#5A6E68
(90,110,104)
#4C5D57
(76,93,87)
#3E4C46
(62,76,70)
#303B35
(48,59,53)
#222A24
(34,42,36)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #A0C3BD

#A0C3BD
(160,195,189)
#A8C8C3
(168,200,195)
#B0CDC9
(176,205,201)
#B8D2CF
(184,210,207)
#C0D7D5
(192,215,213)
#C8DCDB
(200,220,219)
#D0E1E1
(208,225,225)
#D8E6E7
(216,230,231)
#E0EBED
(224,235,237)
#E8F0F3
(232,240,243)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C3BD; }

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

This text font color is #A0C3BD.


Background Color

.myBgColor { background-color: #A0C3BD; }

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

This div background color is #A0C3BD.


Border color

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

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

This div border color is #A0C3BD.


Opacity

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

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

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

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

This text has shadow with #A0C3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C3BD on black background.


Color preview on white background

This text has color #A0C3BD on white background.



Black color preview on #A0C3BD background

This text has black color on #A0C3BD background.


White color preview on #A0C3BD background

This text has white color on #A0C3BD background.