COLOR #A5B0D4

HEX: #A5B0D4
RGB: (165,176,212)

Color info

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

RGB color model

#A5B0D4 color RGB value is (165,176,212).

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

RGB channels and saturation

R 165 of 255 = 65%
G 176 of 255 = 69%
B 212 of 255 = 83%

165
176
212

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

Portions of RGB colors in percentages

R + G + B =
165 + 176 + 212 = 553 (100%)
R 165 of 553 ~ 29.84%
G 176 of 553 ~ 31.83%
B 212 of 553 ~ 38.34%

%29.84
%31.83
%38.34

CMYK color model

#A5B0D4 color CMYK value is (22,17,0,17).

  • cyan value is 22.17%
  • magenta value is 16.98%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(22,17,0,17)
C22M17Y0K17 
(22%,17%,0%,17%)
(0.22/0.17/0.00/0.17)	

CMYK percentages

%22.17
%16.98
%0
%16.86

Codes

Color #A5B0D4 in popluar color models

A5B0D4
RGB165176212
HSL226°35.34%73.92%
HSB/HSV226°22.17%83.14%
CMYK22.17%16.98%0.00%
16.86%

Color #A5B0D4 in popluar number systems.

HEXA5B0D4
Decimal165176212
Binary101001011011000011010100
Octal245260324

Shades and tints

Shades of #A5B0D4

#A5B0D4
(165,176,212)
#96A0C1
(150,160,193)
#8790AE
(135,144,174)
#78809B
(120,128,155)
#697088
(105,112,136)
#5A6075
(90,96,117)
#4B5062
(75,80,98)
#3C404F
(60,64,79)
#2D303C
(45,48,60)
#1E2029
(30,32,41)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #A5B0D4

#A5B0D4
(165,176,212)
#ADB7D7
(173,183,215)
#B5BEDA
(181,190,218)
#BDC5DD
(189,197,221)
#C5CCE0
(197,204,224)
#CDD3E3
(205,211,227)
#D5DAE6
(213,218,230)
#DDE1E9
(221,225,233)
#E5E8EC
(229,232,236)
#EDEFEF
(237,239,239)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B0D4; }

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

This text font color is #A5B0D4.


Background Color

.myBgColor { background-color: #A5B0D4; }

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

This div background color is #A5B0D4.


Border color

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

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

This div border color is #A5B0D4.


Opacity

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

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

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

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

This text has shadow with #A5B0D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B0D4 on black background.


Color preview on white background

This text has color #A5B0D4 on white background.



Black color preview on #A5B0D4 background

This text has black color on #A5B0D4 background.


White color preview on #A5B0D4 background

This text has white color on #A5B0D4 background.