COLOR #A0C7AB

HEX: #A0C7AB
RGB: (160,199,171)

Color info

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

RGB color model

#A0C7AB color RGB value is (160,199,171).

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

RGB channels and saturation

R 160 of 255 = 63%
G 199 of 255 = 78%
B 171 of 255 = 67%

160
199
171

R + G + B ~ 69%. #A0C7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 199 + 171 = 530 (100%)
R 160 of 530 ~ 30.19%
G 199 of 530 ~ 37.55%
B 171 of 530 ~ 32.26%

%30.19
%37.55
%32.26

CMYK color model

#A0C7AB color CMYK value is (20,0,14,22).

  • cyan value is 19.60%
  • magenta value is 0.00%
  • yellow value is 14.07%
  • key color value is 21.96%
CMYK:
(20,0,14,22)
C20M0Y14K22 
(20%,0%,14%,22%)
(0.20/0.00/0.14/0.22)	

CMYK percentages

%19.6
%0
%14.07
%21.96

Codes

Color #A0C7AB in popluar color models

A0C7AB
RGB160199171
HSL137°25.83%70.39%
HSB/HSV137°19.60%78.04%
CMYK19.60%0.00%14.07%
21.96%

Color #A0C7AB in popluar number systems.

HEXA0C7AB
Decimal160199171
Binary101000001100011110101011
Octal240307253

Shades and tints

Shades of #A0C7AB

#A0C7AB
(160,199,171)
#92B59C
(146,181,156)
#84A38D
(132,163,141)
#76917E
(118,145,126)
#687F6F
(104,127,111)
#5A6D60
(90,109,96)
#4C5B51
(76,91,81)
#3E4942
(62,73,66)
#303733
(48,55,51)
#222524
(34,37,36)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #A0C7AB

#A0C7AB
(160,199,171)
#A8CCB2
(168,204,178)
#B0D1B9
(176,209,185)
#B8D6C0
(184,214,192)
#C0DBC7
(192,219,199)
#C8E0CE
(200,224,206)
#D0E5D5
(208,229,213)
#D8EADC
(216,234,220)
#E0EFE3
(224,239,227)
#E8F4EA
(232,244,234)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C7AB; }

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

This text font color is #A0C7AB.


Background Color

.myBgColor { background-color: #A0C7AB; }

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

This div background color is #A0C7AB.


Border color

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

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

This div border color is #A0C7AB.


Opacity

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

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

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

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

This text has shadow with #A0C7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C7AB on black background.


Color preview on white background

This text has color #A0C7AB on white background.



Black color preview on #A0C7AB background

This text has black color on #A0C7AB background.


White color preview on #A0C7AB background

This text has white color on #A0C7AB background.