COLOR #A0B7CC

HEX: #A0B7CC RGB: (160,183,204)

Color info

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

RGB color model

#A0B7CC color RGB value is (160,183,204).

RGB: (160,183,204) (63%, 72%, 80%)

RGB channels and saturation

R 160 of 255 = 63%
G 183 of 255 = 72%
B 204 of 255 = 80%

160
183
204

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

Portions of RGB colors in percentages

R + G + B = 160 + 183 + 204 = 547 (100%)
R 160 of 547 ~ 29.25%
G 183 of 547 ~ 33.46%
B 204 of 547 ~ 37.29'%

%29.25
%33.46
%37.29

CMYK color model

#A0B7CC color CMYK value is (22,10,0,20).

  • cyan value is 21.57%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (22,10,0,20)
C22M10Y0K20 (22%, 10%, 0%, 20%)
(0.22 / 0.10 / 0.00 / 0.20)

CMYK percentages

%21.57
%10.29
%0
%20

Codes

Color #A0B7CC in popluar color models

A0 B7 CC
RGB 160 183 204
HSL 209° 30.14% 71.37%
HSB/HSV 209° 21.57% 80.00%
CMYK 21.57% 10.29% 0.00%
20.00%

Color #A0B7CC in popluar number systems.

HEX A0 B7 CC
Decimal 160 183 204
Binary 10100000 10110111 11001100
Octal 240 267 314

Shades and tints

Shades of #A0B7CC

#A0B7CC
(160,183,204)
#92A7BA
(146,167,186)
#8497A8
(132,151,168)
#768796
(118,135,150)
#687784
(104,119,132)
#5A6772
(90,103,114)
#4C5760
(76,87,96)
#3E474E
(62,71,78)
#30373C
(48,55,60)
#22272A
(34,39,42)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #A0B7CC

#A0B7CC
(160,183,204)
#A8BDD0
(168,189,208)
#B0C3D4
(176,195,212)
#B8C9D8
(184,201,216)
#C0CFDC
(192,207,220)
#C8D5E0
(200,213,224)
#D0DBE4
(208,219,228)
#D8E1E8
(216,225,232)
#E0E7EC
(224,231,236)
#E8EDF0
(232,237,240)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B7CC; }

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

This text font color is #A0B7CC.

Background Color

.myBgColor { background-color: #A0B7CC; }

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

This div background color is #A0B7CC.

Border color

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

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

This div border color is #A0B7CC.

Opacity

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

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

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

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

This text has shadow with #A0B7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B7CC.

Preview

Color preview on black background

This text has color #A0B7CC on black background.


Color preview on white background

This text has color #A0B7CC on white background.


Black color preview on #A0B7CC background

This text has black color on #A0B7CC background.


White color preview on #A0B7CC background

This text has white color on #A0B7CC background.


Related colors

Complementary color

Complementary color for #hex is #5F4833.


I love getcolorcode.com

Triadic colors

1 #CCA0B7 and #B7CCA0 with #A0B7CC are triadic colors.

2 #CCB7A0 and #B7A0CC with #A0B7CC are triadic colors.