COLOR #A0B4C9

HEX: #A0B4C9 RGB: (160,180,201)

Color info

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

RGB color model

#A0B4C9 color RGB value is (160,180,201).

RGB: (160,180,201) (63%, 71%, 79%)

RGB channels and saturation

R 160 of 255 = 63%
G 180 of 255 = 71%
B 201 of 255 = 79%

160
180
201

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

Portions of RGB colors in percentages

R + G + B = 160 + 180 + 201 = 541 (100%)
R 160 of 541 ~ 29.57%
G 180 of 541 ~ 33.27%
B 201 of 541 ~ 37.15'%

%29.57
%33.27
%37.15

CMYK color model

#A0B4C9 color CMYK value is (20,10,0,21).

  • cyan value is 20.40%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (20,10,0,21)
C20M10Y0K21 (20%, 10%, 0%, 21%)
(0.20 / 0.10 / 0.00 / 0.21)

CMYK percentages

%20.4
%10.45
%0
%21.18

Codes

Color #A0B4C9 in popluar color models

A0 B4 C9
RGB 160 180 201
HSL 211° 27.52% 70.78%
HSB/HSV 211° 20.40% 78.82%
CMYK 20.40% 10.45% 0.00%
21.18%

Color #A0B4C9 in popluar number systems.

HEX A0 B4 C9
Decimal 160 180 201
Binary 10100000 10110100 11001001
Octal 240 264 311

Shades and tints

Shades of #A0B4C9

#A0B4C9
(160,180,201)
#92A4B7
(146,164,183)
#8494A5
(132,148,165)
#768493
(118,132,147)
#687481
(104,116,129)
#5A646F
(90,100,111)
#4C545D
(76,84,93)
#3E444B
(62,68,75)
#303439
(48,52,57)
#222427
(34,36,39)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #A0B4C9

#A0B4C9
(160,180,201)
#A8BACD
(168,186,205)
#B0C0D1
(176,192,209)
#B8C6D5
(184,198,213)
#C0CCD9
(192,204,217)
#C8D2DD
(200,210,221)
#D0D8E1
(208,216,225)
#D8DEE5
(216,222,229)
#E0E4E9
(224,228,233)
#E8EAED
(232,234,237)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B4C9 color. Also use rgb(160,180,201) instead hex code.

Text Font Color

.myTextColor { color: #A0B4C9; }

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

This text font color is #A0B4C9.

Background Color

.myBgColor { background-color: #A0B4C9; }

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

This div background color is #A0B4C9.

Border color

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

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

This div border color is #A0B4C9.

Opacity

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

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

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

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

This text has shadow with #A0B4C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B4C9.

Preview

Color preview on black background

This text has color #A0B4C9 on black background.


Color preview on white background

This text has color #A0B4C9 on white background.


Black color preview on #A0B4C9 background

This text has black color on #A0B4C9 background.


White color preview on #A0B4C9 background

This text has white color on #A0B4C9 background.


Related colors

Complementary color

Complementary color for #hex is #5F4B36.


I love getcolorcode.com

Triadic colors

1 #C9A0B4 and #B4C9A0 with #A0B4C9 are triadic colors.

2 #C9B4A0 and #B4A0C9 with #A0B4C9 are triadic colors.