COLOR #A0C7BC

HEX: #A0C7BC
RGB: (160,199,188)

Color info

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

RGB color model

#A0C7BC color RGB value is (160,199,188).

  • red value is 160;
  • green value is 199;
  • blue value is 188.
RGB:
(160,199,188)
(63%,78%,74%)

RGB channels and saturation

R 160 of 255 = 63%
G 199 of 255 = 78%
B 188 of 255 = 74%

160
199
188

R + G + B ~ 72%. #A0C7BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 199 + 188 = 547 (100%)
R 160 of 547 ~ 29.25%
G 199 of 547 ~ 36.38%
B 188 of 547 ~ 34.37%

%29.25
%36.38
%34.37

CMYK color model

#A0C7BC color CMYK value is (20,0,6,22).

  • cyan value is 19.60%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 21.96%
CMYK:
(20,0,6,22)
C20M0Y6K22 
(20%,0%,6%,22%)
(0.20/0.00/0.06/0.22)	

CMYK percentages

%19.6
%0
%5.53
%21.96

Codes

Color #A0C7BC in popluar color models

A0C7BC
RGB160199188
HSL163°25.83%70.39%
HSB/HSV163°19.60%78.04%
CMYK19.60%0.00%5.53%
21.96%

Color #A0C7BC in popluar number systems.

HEXA0C7BC
Decimal160199188
Binary101000001100011110111100
Octal240307274

Shades and tints

Shades of #A0C7BC

#A0C7BC
(160,199,188)
#92B5AB
(146,181,171)
#84A39A
(132,163,154)
#769189
(118,145,137)
#687F78
(104,127,120)
#5A6D67
(90,109,103)
#4C5B56
(76,91,86)
#3E4945
(62,73,69)
#303734
(48,55,52)
#222523
(34,37,35)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #A0C7BC

#A0C7BC
(160,199,188)
#A8CCC2
(168,204,194)
#B0D1C8
(176,209,200)
#B8D6CE
(184,214,206)
#C0DBD4
(192,219,212)
#C8E0DA
(200,224,218)
#D0E5E0
(208,229,224)
#D8EAE6
(216,234,230)
#E0EFEC
(224,239,236)
#E8F4F2
(232,244,242)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C7BC color. Also use rgb(160,199,188) instead hex code.

Text Font Color

.myTextColor { color: #A0C7BC; }

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

This text font color is #A0C7BC.


Background Color

.myBgColor { background-color: #A0C7BC; }

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

This div background color is #A0C7BC.


Border color

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

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

This div border color is #A0C7BC.


Opacity

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

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

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

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

This text has shadow with #A0C7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C7BC on black background.


Color preview on white background

This text has color #A0C7BC on white background.



Black color preview on #A0C7BC background

This text has black color on #A0C7BC background.


White color preview on #A0C7BC background

This text has white color on #A0C7BC background.