COLOR #A0B1D7

HEX: #A0B1D7
RGB: (160,177,215)

Color info

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

RGB color model

#A0B1D7 color RGB value is (160,177,215).

  • red value is 160;
  • green value is 177;
  • blue value is 215.
RGB:
(160,177,215)
(63%,69%,84%)

RGB channels and saturation

R 160 of 255 = 63%
G 177 of 255 = 69%
B 215 of 255 = 84%

160
177
215

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

Portions of RGB colors in percentages

R + G + B =
160 + 177 + 215 = 552 (100%)
R 160 of 552 ~ 28.99%
G 177 of 552 ~ 32.07%
B 215 of 552 ~ 38.95%

%28.99
%32.07
%38.95

CMYK color model

#A0B1D7 color CMYK value is (26,18,0,16).

  • cyan value is 25.58%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(26,18,0,16)
C26M18Y0K16 
(26%,18%,0%,16%)
(0.26/0.18/0.00/0.16)	

CMYK percentages

%25.58
%17.67
%0
%15.69

Codes

Color #A0B1D7 in popluar color models

A0B1D7
RGB160177215
HSL221°40.74%73.53%
HSB/HSV221°25.58%84.31%
CMYK25.58%17.67%0.00%
15.69%

Color #A0B1D7 in popluar number systems.

HEXA0B1D7
Decimal160177215
Binary101000001011000111010111
Octal240261327

Shades and tints

Shades of #A0B1D7

#A0B1D7
(160,177,215)
#92A1C4
(146,161,196)
#8491B1
(132,145,177)
#76819E
(118,129,158)
#68718B
(104,113,139)
#5A6178
(90,97,120)
#4C5165
(76,81,101)
#3E4152
(62,65,82)
#30313F
(48,49,63)
#22212C
(34,33,44)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #A0B1D7

#A0B1D7
(160,177,215)
#A8B8DA
(168,184,218)
#B0BFDD
(176,191,221)
#B8C6E0
(184,198,224)
#C0CDE3
(192,205,227)
#C8D4E6
(200,212,230)
#D0DBE9
(208,219,233)
#D8E2EC
(216,226,236)
#E0E9EF
(224,233,239)
#E8F0F2
(232,240,242)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B1D7 color. Also use rgb(160,177,215) instead hex code.

Text Font Color

.myTextColor { color: #A0B1D7; }

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

This text font color is #A0B1D7.


Background Color

.myBgColor { background-color: #A0B1D7; }

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

This div background color is #A0B1D7.


Border color

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

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

This div border color is #A0B1D7.


Opacity

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

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

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

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

This text has shadow with #A0B1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B1D7 on black background.


Color preview on white background

This text has color #A0B1D7 on white background.



Black color preview on #A0B1D7 background

This text has black color on #A0B1D7 background.


White color preview on #A0B1D7 background

This text has white color on #A0B1D7 background.