COLOR #A0B4CD

HEX: #A0B4CD
RGB: (160,180,205)

Color info

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

RGB color model

#A0B4CD color RGB value is (160,180,205).

  • red value is 160;
  • green value is 180;
  • blue value is 205.
RGB:
(160,180,205)
(63%,71%,80%)

RGB channels and saturation

R 160 of 255 = 63%
G 180 of 255 = 71%
B 205 of 255 = 80%

160
180
205

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

Portions of RGB colors in percentages

R + G + B =
160 + 180 + 205 = 545 (100%)
R 160 of 545 ~ 29.36%
G 180 of 545 ~ 33.03%
B 205 of 545 ~ 37.61%

%29.36
%33.03
%37.61

CMYK color model

#A0B4CD color CMYK value is (22,12,0,20).

  • cyan value is 21.95%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(22,12,0,20)
C22M12Y0K20 
(22%,12%,0%,20%)
(0.22/0.12/0.00/0.20)	

CMYK percentages

%21.95
%12.2
%0
%19.61

Codes

Color #A0B4CD in popluar color models

A0B4CD
RGB160180205
HSL213°31.03%71.57%
HSB/HSV213°21.95%80.39%
CMYK21.95%12.20%0.00%
19.61%

Color #A0B4CD in popluar number systems.

HEXA0B4CD
Decimal160180205
Binary101000001011010011001101
Octal240264315

Shades and tints

Shades of #A0B4CD

#A0B4CD
(160,180,205)
#92A4BB
(146,164,187)
#8494A9
(132,148,169)
#768497
(118,132,151)
#687485
(104,116,133)
#5A6473
(90,100,115)
#4C5461
(76,84,97)
#3E444F
(62,68,79)
#30343D
(48,52,61)
#22242B
(34,36,43)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #A0B4CD

#A0B4CD
(160,180,205)
#A8BAD1
(168,186,209)
#B0C0D5
(176,192,213)
#B8C6D9
(184,198,217)
#C0CCDD
(192,204,221)
#C8D2E1
(200,210,225)
#D0D8E5
(208,216,229)
#D8DEE9
(216,222,233)
#E0E4ED
(224,228,237)
#E8EAF1
(232,234,241)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B4CD; }

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

This text font color is #A0B4CD.


Background Color

.myBgColor { background-color: #A0B4CD; }

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

This div background color is #A0B4CD.


Border color

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

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

This div border color is #A0B4CD.


Opacity

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

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

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

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

This text has shadow with #A0B4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B4CD on black background.


Color preview on white background

This text has color #A0B4CD on white background.



Black color preview on #A0B4CD background

This text has black color on #A0B4CD background.


White color preview on #A0B4CD background

This text has white color on #A0B4CD background.