COLOR #A0C1AD

HEX: #A0C1AD
RGB: (160,193,173)

Color info

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

RGB color model

#A0C1AD color RGB value is (160,193,173).

  • red value is 160;
  • green value is 193;
  • blue value is 173.
RGB:
(160,193,173)
(63%,76%,68%)

RGB channels and saturation

R 160 of 255 = 63%
G 193 of 255 = 76%
B 173 of 255 = 68%

160
193
173

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

Portions of RGB colors in percentages

R + G + B =
160 + 193 + 173 = 526 (100%)
R 160 of 526 ~ 30.42%
G 193 of 526 ~ 36.69%
B 173 of 526 ~ 32.89%

%30.42
%36.69
%32.89

CMYK color model

#A0C1AD color CMYK value is (17,0,10,24).

  • cyan value is 17.10%
  • magenta value is 0.00%
  • yellow value is 10.36%
  • key color value is 24.31%
CMYK:
(17,0,10,24)
C17M0Y10K24 
(17%,0%,10%,24%)
(0.17/0.00/0.10/0.24)	

CMYK percentages

%17.1
%0
%10.36
%24.31

Codes

Color #A0C1AD in popluar color models

A0C1AD
RGB160193173
HSL144°21.02%69.22%
HSB/HSV144°17.10%75.69%
CMYK17.10%0.00%10.36%
24.31%

Color #A0C1AD in popluar number systems.

HEXA0C1AD
Decimal160193173
Binary101000001100000110101101
Octal240301255

Shades and tints

Shades of #A0C1AD

#A0C1AD
(160,193,173)
#92B09E
(146,176,158)
#849F8F
(132,159,143)
#768E80
(118,142,128)
#687D71
(104,125,113)
#5A6C62
(90,108,98)
#4C5B53
(76,91,83)
#3E4A44
(62,74,68)
#303935
(48,57,53)
#222826
(34,40,38)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #A0C1AD

#A0C1AD
(160,193,173)
#A8C6B4
(168,198,180)
#B0CBBB
(176,203,187)
#B8D0C2
(184,208,194)
#C0D5C9
(192,213,201)
#C8DAD0
(200,218,208)
#D0DFD7
(208,223,215)
#D8E4DE
(216,228,222)
#E0E9E5
(224,233,229)
#E8EEEC
(232,238,236)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C1AD color. Also use rgb(160,193,173) instead hex code.

Text Font Color

.myTextColor { color: #A0C1AD; }

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

This text font color is #A0C1AD.


Background Color

.myBgColor { background-color: #A0C1AD; }

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

This div background color is #A0C1AD.


Border color

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

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

This div border color is #A0C1AD.


Opacity

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

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

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

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

This text has shadow with #A0C1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C1AD on black background.


Color preview on white background

This text has color #A0C1AD on white background.



Black color preview on #A0C1AD background

This text has black color on #A0C1AD background.


White color preview on #A0C1AD background

This text has white color on #A0C1AD background.