COLOR #A0ADCB

HEX: #A0ADCB
RGB: (160,173,203)

Color info

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

RGB color model

#A0ADCB color RGB value is (160,173,203).

  • red value is 160;
  • green value is 173;
  • blue value is 203.
RGB:
(160,173,203)
(63%,68%,80%)

RGB channels and saturation

R 160 of 255 = 63%
G 173 of 255 = 68%
B 203 of 255 = 80%

160
173
203

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

Portions of RGB colors in percentages

R + G + B =
160 + 173 + 203 = 536 (100%)
R 160 of 536 ~ 29.85%
G 173 of 536 ~ 32.28%
B 203 of 536 ~ 37.87%

%29.85
%32.28
%37.87

CMYK color model

#A0ADCB color CMYK value is (21,15,0,20).

  • cyan value is 21.18%
  • magenta value is 14.78%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(21,15,0,20)
C21M15Y0K20 
(21%,15%,0%,20%)
(0.21/0.15/0.00/0.20)	

CMYK percentages

%21.18
%14.78
%0
%20.39

Codes

Color #A0ADCB in popluar color models

A0ADCB
RGB160173203
HSL222°29.25%71.18%
HSB/HSV222°21.18%79.61%
CMYK21.18%14.78%0.00%
20.39%

Color #A0ADCB in popluar number systems.

HEXA0ADCB
Decimal160173203
Binary101000001010110111001011
Octal240255313

Shades and tints

Shades of #A0ADCB

#A0ADCB
(160,173,203)
#929EB9
(146,158,185)
#848FA7
(132,143,167)
#768095
(118,128,149)
#687183
(104,113,131)
#5A6271
(90,98,113)
#4C535F
(76,83,95)
#3E444D
(62,68,77)
#30353B
(48,53,59)
#222629
(34,38,41)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #A0ADCB

#A0ADCB
(160,173,203)
#A8B4CF
(168,180,207)
#B0BBD3
(176,187,211)
#B8C2D7
(184,194,215)
#C0C9DB
(192,201,219)
#C8D0DF
(200,208,223)
#D0D7E3
(208,215,227)
#D8DEE7
(216,222,231)
#E0E5EB
(224,229,235)
#E8ECEF
(232,236,239)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0ADCB color. Also use rgb(160,173,203) instead hex code.

Text Font Color

.myTextColor { color: #A0ADCB; }

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

This text font color is #A0ADCB.


Background Color

.myBgColor { background-color: #A0ADCB; }

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

This div background color is #A0ADCB.


Border color

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

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

This div border color is #A0ADCB.


Opacity

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

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

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

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

This text has shadow with #A0ADCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ADCB on black background.


Color preview on white background

This text has color #A0ADCB on white background.



Black color preview on #A0ADCB background

This text has black color on #A0ADCB background.


White color preview on #A0ADCB background

This text has white color on #A0ADCB background.