COLOR #A0BCC1

HEX: #A0BCC1
RGB: (160,188,193)

Color info

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

RGB color model

#A0BCC1 color RGB value is (160,188,193).

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

RGB channels and saturation

R 160 of 255 = 63%
G 188 of 255 = 74%
B 193 of 255 = 76%

160
188
193

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

Portions of RGB colors in percentages

R + G + B =
160 + 188 + 193 = 541 (100%)
R 160 of 541 ~ 29.57%
G 188 of 541 ~ 34.75%
B 193 of 541 ~ 35.67%

%29.57
%34.75
%35.67

CMYK color model

#A0BCC1 color CMYK value is (17,3,0,24).

  • cyan value is 17.10%
  • magenta value is 2.59%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(17,3,0,24)
C17M3Y0K24 
(17%,3%,0%,24%)
(0.17/0.03/0.00/0.24)	

CMYK percentages

%17.1
%2.59
%0
%24.31

Codes

Color #A0BCC1 in popluar color models

A0BCC1
RGB160188193
HSL189°21.02%69.22%
HSB/HSV189°17.10%75.69%
CMYK17.10%2.59%0.00%
24.31%

Color #A0BCC1 in popluar number systems.

HEXA0BCC1
Decimal160188193
Binary101000001011110011000001
Octal240274301

Shades and tints

Shades of #A0BCC1

#A0BCC1
(160,188,193)
#92ABB0
(146,171,176)
#849A9F
(132,154,159)
#76898E
(118,137,142)
#68787D
(104,120,125)
#5A676C
(90,103,108)
#4C565B
(76,86,91)
#3E454A
(62,69,74)
#303439
(48,52,57)
#222328
(34,35,40)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #A0BCC1

#A0BCC1
(160,188,193)
#A8C2C6
(168,194,198)
#B0C8CB
(176,200,203)
#B8CED0
(184,206,208)
#C0D4D5
(192,212,213)
#C8DADA
(200,218,218)
#D0E0DF
(208,224,223)
#D8E6E4
(216,230,228)
#E0ECE9
(224,236,233)
#E8F2EE
(232,242,238)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BCC1; }

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

This text font color is #A0BCC1.


Background Color

.myBgColor { background-color: #A0BCC1; }

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

This div background color is #A0BCC1.


Border color

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

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

This div border color is #A0BCC1.


Opacity

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

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

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

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

This text has shadow with #A0BCC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BCC1 on black background.


Color preview on white background

This text has color #A0BCC1 on white background.



Black color preview on #A0BCC1 background

This text has black color on #A0BCC1 background.


White color preview on #A0BCC1 background

This text has white color on #A0BCC1 background.