COLOR #A0BCC8

HEX: #A0BCC8
RGB: (160,188,200)

Color info

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

RGB color model

#A0BCC8 color RGB value is (160,188,200).

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

RGB channels and saturation

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

160
188
200

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

Portions of RGB colors in percentages

R + G + B =
160 + 188 + 200 = 548 (100%)
R 160 of 548 ~ 29.2%
G 188 of 548 ~ 34.31%
B 200 of 548 ~ 36.5%

%29.2
%34.31
%36.5

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(20,6,0,22)
C20M6Y0K22 
(20%,6%,0%,22%)
(0.20/0.06/0.00/0.22)	

CMYK percentages

%20
%6
%0
%21.57

Codes

Color #A0BCC8 in popluar color models

A0BCC8
RGB160188200
HSL198°26.67%70.59%
HSB/HSV198°20.00%78.43%
CMYK20.00%6.00%0.00%
21.57%

Color #A0BCC8 in popluar number systems.

HEXA0BCC8
Decimal160188200
Binary101000001011110011001000
Octal240274310

Shades and tints

Shades of #A0BCC8

#A0BCC8
(160,188,200)
#92ABB6
(146,171,182)
#849AA4
(132,154,164)
#768992
(118,137,146)
#687880
(104,120,128)
#5A676E
(90,103,110)
#4C565C
(76,86,92)
#3E454A
(62,69,74)
#303438
(48,52,56)
#222326
(34,35,38)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #A0BCC8

#A0BCC8
(160,188,200)
#A8C2CD
(168,194,205)
#B0C8D2
(176,200,210)
#B8CED7
(184,206,215)
#C0D4DC
(192,212,220)
#C8DAE1
(200,218,225)
#D0E0E6
(208,224,230)
#D8E6EB
(216,230,235)
#E0ECF0
(224,236,240)
#E8F2F5
(232,242,245)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BCC8; }

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

This text font color is #A0BCC8.


Background Color

.myBgColor { background-color: #A0BCC8; }

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

This div background color is #A0BCC8.


Border color

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

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

This div border color is #A0BCC8.


Opacity

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

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

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

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

This text has shadow with #A0BCC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BCC8 on black background.


Color preview on white background

This text has color #A0BCC8 on white background.



Black color preview on #A0BCC8 background

This text has black color on #A0BCC8 background.


White color preview on #A0BCC8 background

This text has white color on #A0BCC8 background.