COLOR #A0B2CC

HEX: #A0B2CC
RGB: (160,178,204)

Color info

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

RGB color model

#A0B2CC color RGB value is (160,178,204).

  • red value is 160;
  • green value is 178;
  • blue value is 204.
RGB:
(160,178,204)
(63%,70%,80%)

RGB channels and saturation

R 160 of 255 = 63%
G 178 of 255 = 70%
B 204 of 255 = 80%

160
178
204

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

Portions of RGB colors in percentages

R + G + B =
160 + 178 + 204 = 542 (100%)
R 160 of 542 ~ 29.52%
G 178 of 542 ~ 32.84%
B 204 of 542 ~ 37.64%

%29.52
%32.84
%37.64

CMYK color model

#A0B2CC color CMYK value is (22,13,0,20).

  • cyan value is 21.57%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(22,13,0,20)
C22M13Y0K20 
(22%,13%,0%,20%)
(0.22/0.13/0.00/0.20)	

CMYK percentages

%21.57
%12.75
%0
%20

Codes

Color #A0B2CC in popluar color models

A0B2CC
RGB160178204
HSL215°30.14%71.37%
HSB/HSV215°21.57%80.00%
CMYK21.57%12.75%0.00%
20.00%

Color #A0B2CC in popluar number systems.

HEXA0B2CC
Decimal160178204
Binary101000001011001011001100
Octal240262314

Shades and tints

Shades of #A0B2CC

#A0B2CC
(160,178,204)
#92A2BA
(146,162,186)
#8492A8
(132,146,168)
#768296
(118,130,150)
#687284
(104,114,132)
#5A6272
(90,98,114)
#4C5260
(76,82,96)
#3E424E
(62,66,78)
#30323C
(48,50,60)
#22222A
(34,34,42)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #A0B2CC

#A0B2CC
(160,178,204)
#A8B9D0
(168,185,208)
#B0C0D4
(176,192,212)
#B8C7D8
(184,199,216)
#C0CEDC
(192,206,220)
#C8D5E0
(200,213,224)
#D0DCE4
(208,220,228)
#D8E3E8
(216,227,232)
#E0EAEC
(224,234,236)
#E8F1F0
(232,241,240)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B2CC color. Also use rgb(160,178,204) instead hex code.

Text Font Color

.myTextColor { color: #A0B2CC; }

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

This text font color is #A0B2CC.


Background Color

.myBgColor { background-color: #A0B2CC; }

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

This div background color is #A0B2CC.


Border color

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

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

This div border color is #A0B2CC.


Opacity

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

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

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

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

This text has shadow with #A0B2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B2CC on black background.


Color preview on white background

This text has color #A0B2CC on white background.



Black color preview on #A0B2CC background

This text has black color on #A0B2CC background.


White color preview on #A0B2CC background

This text has white color on #A0B2CC background.