COLOR #A0C0BD

HEX: #A0C0BD
RGB: (160,192,189)

Color info

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

RGB color model

#A0C0BD color RGB value is (160,192,189).

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

RGB channels and saturation

R 160 of 255 = 63%
G 192 of 255 = 75%
B 189 of 255 = 74%

160
192
189

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

Portions of RGB colors in percentages

R + G + B =
160 + 192 + 189 = 541 (100%)
R 160 of 541 ~ 29.57%
G 192 of 541 ~ 35.49%
B 189 of 541 ~ 34.94%

%29.57
%35.49
%34.94

CMYK color model

#A0C0BD color CMYK value is (17,0,2,25).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 1.56%
  • key color value is 24.71%
CMYK:
(17,0,2,25)
C17M0Y2K25 
(17%,0%,2%,25%)
(0.17/0.00/0.02/0.25)	

CMYK percentages

%16.67
%0
%1.56
%24.71

Codes

Color #A0C0BD in popluar color models

A0C0BD
RGB160192189
HSL174°20.25%69.02%
HSB/HSV174°16.67%75.29%
CMYK16.67%0.00%1.56%
24.71%

Color #A0C0BD in popluar number systems.

HEXA0C0BD
Decimal160192189
Binary101000001100000010111101
Octal240300275

Shades and tints

Shades of #A0C0BD

#A0C0BD
(160,192,189)
#92AFAC
(146,175,172)
#849E9B
(132,158,155)
#768D8A
(118,141,138)
#687C79
(104,124,121)
#5A6B68
(90,107,104)
#4C5A57
(76,90,87)
#3E4946
(62,73,70)
#303835
(48,56,53)
#222724
(34,39,36)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #A0C0BD

#A0C0BD
(160,192,189)
#A8C5C3
(168,197,195)
#B0CAC9
(176,202,201)
#B8CFCF
(184,207,207)
#C0D4D5
(192,212,213)
#C8D9DB
(200,217,219)
#D0DEE1
(208,222,225)
#D8E3E7
(216,227,231)
#E0E8ED
(224,232,237)
#E8EDF3
(232,237,243)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C0BD; }

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

This text font color is #A0C0BD.


Background Color

.myBgColor { background-color: #A0C0BD; }

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

This div background color is #A0C0BD.


Border color

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

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

This div border color is #A0C0BD.


Opacity

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

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

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

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

This text has shadow with #A0C0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C0BD on black background.


Color preview on white background

This text has color #A0C0BD on white background.



Black color preview on #A0C0BD background

This text has black color on #A0C0BD background.


White color preview on #A0C0BD background

This text has white color on #A0C0BD background.