COLOR #A5B5D6

HEX: #A5B5D6
RGB: (165,181,214)

Color info

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

RGB color model

#A5B5D6 color RGB value is (165,181,214).

  • red value is 165;
  • green value is 181;
  • blue value is 214.
RGB:
(165,181,214)
(65%,71%,84%)

RGB channels and saturation

R 165 of 255 = 65%
G 181 of 255 = 71%
B 214 of 255 = 84%

165
181
214

R + G + B ~ 73%. #A5B5D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 181 + 214 = 560 (100%)
R 165 of 560 ~ 29.46%
G 181 of 560 ~ 32.32%
B 214 of 560 ~ 38.21%

%29.46
%32.32
%38.21

CMYK color model

#A5B5D6 color CMYK value is (23,15,0,16).

  • cyan value is 22.90%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(23,15,0,16)
C23M15Y0K16 
(23%,15%,0%,16%)
(0.23/0.15/0.00/0.16)	

CMYK percentages

%22.9
%15.42
%0
%16.08

Codes

Color #A5B5D6 in popluar color models

A5B5D6
RGB165181214
HSL220°37.40%74.31%
HSB/HSV220°22.90%83.92%
CMYK22.90%15.42%0.00%
16.08%

Color #A5B5D6 in popluar number systems.

HEXA5B5D6
Decimal165181214
Binary101001011011010111010110
Octal245265326

Shades and tints

Shades of #A5B5D6

#A5B5D6
(165,181,214)
#96A5C3
(150,165,195)
#8795B0
(135,149,176)
#78859D
(120,133,157)
#69758A
(105,117,138)
#5A6577
(90,101,119)
#4B5564
(75,85,100)
#3C4551
(60,69,81)
#2D353E
(45,53,62)
#1E252B
(30,37,43)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #A5B5D6

#A5B5D6
(165,181,214)
#ADBBD9
(173,187,217)
#B5C1DC
(181,193,220)
#BDC7DF
(189,199,223)
#C5CDE2
(197,205,226)
#CDD3E5
(205,211,229)
#D5D9E8
(213,217,232)
#DDDFEB
(221,223,235)
#E5E5EE
(229,229,238)
#EDEBF1
(237,235,241)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B5D6 color. Also use rgb(165,181,214) instead hex code.

Text Font Color

.myTextColor { color: #A5B5D6; }

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

This text font color is #A5B5D6.


Background Color

.myBgColor { background-color: #A5B5D6; }

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

This div background color is #A5B5D6.


Border color

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

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

This div border color is #A5B5D6.


Opacity

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

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

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

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

This text has shadow with #A5B5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B5D6 on black background.


Color preview on white background

This text has color #A5B5D6 on white background.



Black color preview on #A5B5D6 background

This text has black color on #A5B5D6 background.


White color preview on #A5B5D6 background

This text has white color on #A5B5D6 background.