COLOR #A0B3C7

HEX: #A0B3C7 RGB: (160,179,199)

Color info

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

RGB color model

#A0B3C7 color RGB value is (160,179,199).

RGB: (160,179,199) (63%, 70%, 78%)

RGB channels and saturation

R 160 of 255 = 63%
G 179 of 255 = 70%
B 199 of 255 = 78%

160
179
199

R + G + B ~ 70%. #A0B3C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 179 + 199 = 538 (100%)
R 160 of 538 ~ 29.74%
G 179 of 538 ~ 33.27%
B 199 of 538 ~ 36.99'%

%29.74
%33.27
%36.99

CMYK color model

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

  • cyan value is 19.60%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 21.96%

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

CMYK percentages

%19.6
%10.05
%0
%21.96

Codes

Color #A0B3C7 in popluar color models

A0 B3 C7
RGB 160 179 199
HSL 211° 25.83% 70.39%
HSB/HSV 211° 19.60% 78.04%
CMYK 19.60% 10.05% 0.00%
21.96%

Color #A0B3C7 in popluar number systems.

HEX A0 B3 C7
Decimal 160 179 199
Binary 10100000 10110011 11000111
Octal 240 263 307

Shades and tints

Shades of #A0B3C7

#A0B3C7
(160,179,199)
#92A3B5
(146,163,181)
#8493A3
(132,147,163)
#768391
(118,131,145)
#68737F
(104,115,127)
#5A636D
(90,99,109)
#4C535B
(76,83,91)
#3E4349
(62,67,73)
#303337
(48,51,55)
#222325
(34,35,37)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #A0B3C7

#A0B3C7
(160,179,199)
#A8B9CC
(168,185,204)
#B0BFD1
(176,191,209)
#B8C5D6
(184,197,214)
#C0CBDB
(192,203,219)
#C8D1E0
(200,209,224)
#D0D7E5
(208,215,229)
#D8DDEA
(216,221,234)
#E0E3EF
(224,227,239)
#E8E9F4
(232,233,244)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B3C7 color. Also use rgb(160,179,199) instead hex code.

Text Font Color

.myTextColor { color: #A0B3C7; }

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

This text font color is #A0B3C7.

Background Color

.myBgColor { background-color: #A0B3C7; }

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

This div background color is #A0B3C7.

Border color

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

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

This div border color is #A0B3C7.

Opacity

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

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

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

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

This text has shadow with #A0B3C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B3C7.

Preview

Color preview on black background

This text has color #A0B3C7 on black background.


Color preview on white background

This text has color #A0B3C7 on white background.


Black color preview on #A0B3C7 background

This text has black color on #A0B3C7 background.


White color preview on #A0B3C7 background

This text has white color on #A0B3C7 background.


Related colors

Complementary color

Complementary color for #hex is #5F4C38.


I love getcolorcode.com

Triadic colors

1 #C7A0B3 and #B3C7A0 with #A0B3C7 are triadic colors.

2 #C7B3A0 and #B3A0C7 with #A0B3C7 are triadic colors.