COLOR #A5B0D1

HEX: #A5B0D1
RGB: (165,176,209)

Color info

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

RGB color model

#A5B0D1 color RGB value is (165,176,209).

  • red value is 165;
  • green value is 176;
  • blue value is 209.
RGB: (165,176,209) (65%,69%,82%)

RGB channels and saturation

R 165 of 255 = 65%
G 176 of 255 = 69%
B 209 of 255 = 82%

165
176
209

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

Portions of RGB colors in percentages

R + G + B =
165 + 176 + 209 = 550 (100%)
R 165 of 550 ~ 30%
G 176 of 550 ~ 32%
B 209 of 550 ~ 38%

%30
%32
%38

CMYK color model

#A5B0D1 color CMYK value is (21,16,0,18).

  • cyan value is 21.05%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (21,16,0,18) C21M16Y0K18 (21%,16%,0%,18%) (0.21/0.16/0.00/0.18)

CMYK percentages

%21.05
%15.79
%0
%18.04

Codes

Color #A5B0D1 in popluar color models

A5B0D1
RGB165176209
HSL225°32.35%73.33%
HSB/HSV225°21.05%81.96%
CMYK21.05%15.79%0.00%
18.04%

Color #A5B0D1 in popluar number systems.

HEXA5B0D1
Decimal165176209
Binary101001011011000011010001
Octal245260321

Shades and tints

Shades of #A5B0D1

#A5B0D1
(165,176,209)
#96A0BE
(150,160,190)
#8790AB
(135,144,171)
#788098
(120,128,152)
#697085
(105,112,133)
#5A6072
(90,96,114)
#4B505F
(75,80,95)
#3C404C
(60,64,76)
#2D3039
(45,48,57)
#1E2026
(30,32,38)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #A5B0D1

#A5B0D1
(165,176,209)
#ADB7D5
(173,183,213)
#B5BED9
(181,190,217)
#BDC5DD
(189,197,221)
#C5CCE1
(197,204,225)
#CDD3E5
(205,211,229)
#D5DAE9
(213,218,233)
#DDE1ED
(221,225,237)
#E5E8F1
(229,232,241)
#EDEFF5
(237,239,245)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B0D1 color. Also use rgb(165,176,209) instead hex code.

Text Font Color

.myTextColor { color: #A5B0D1; }

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

This text font color is #A5B0D1.


Background Color

.myBgColor { background-color: #A5B0D1; }

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

This div background color is #A5B0D1.


Border color

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

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

This div border color is #A5B0D1.


Opacity

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

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

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

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

This text has shadow with #A5B0D1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A5B0D1 on black background.


Color preview on white background

This text has color #A5B0D1 on white background.



Black color preview on #A5B0D1 background

This text has black color on #A5B0D1 background.


White color preview on #A5B0D1 background

This text has white color on #A5B0D1 background.