COLOR #A5B7D6

HEX: #A5B7D6
RGB: (165,183,214)

Color info

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

RGB color model

#A5B7D6 color RGB value is (165,183,214).

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

RGB channels and saturation

R 165 of 255 = 65%
G 183 of 255 = 72%
B 214 of 255 = 84%

165
183
214

R + G + B ~ 74%. #A5B7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 183 + 214 = 562 (100%)
R 165 of 562 ~ 29.36%
G 183 of 562 ~ 32.56%
B 214 of 562 ~ 38.08%

%29.36
%32.56
%38.08

CMYK color model

#A5B7D6 color CMYK value is (23,14,0,16).

  • cyan value is 22.90%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(23,14,0,16)
C23M14Y0K16 
(23%,14%,0%,16%)
(0.23/0.14/0.00/0.16)	

CMYK percentages

%22.9
%14.49
%0
%16.08

Codes

Color #A5B7D6 in popluar color models

A5B7D6
RGB165183214
HSL218°37.40%74.31%
HSB/HSV218°22.90%83.92%
CMYK22.90%14.49%0.00%
16.08%

Color #A5B7D6 in popluar number systems.

HEXA5B7D6
Decimal165183214
Binary101001011011011111010110
Octal245267326

Shades and tints

Shades of #A5B7D6

#A5B7D6
(165,183,214)
#96A7C3
(150,167,195)
#8797B0
(135,151,176)
#78879D
(120,135,157)
#69778A
(105,119,138)
#5A6777
(90,103,119)
#4B5764
(75,87,100)
#3C4751
(60,71,81)
#2D373E
(45,55,62)
#1E272B
(30,39,43)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #A5B7D6

#A5B7D6
(165,183,214)
#ADBDD9
(173,189,217)
#B5C3DC
(181,195,220)
#BDC9DF
(189,201,223)
#C5CFE2
(197,207,226)
#CDD5E5
(205,213,229)
#D5DBE8
(213,219,232)
#DDE1EB
(221,225,235)
#E5E7EE
(229,231,238)
#EDEDF1
(237,237,241)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B7D6; }

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

This text font color is #A5B7D6.


Background Color

.myBgColor { background-color: #A5B7D6; }

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

This div background color is #A5B7D6.


Border color

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

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

This div border color is #A5B7D6.


Opacity

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

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

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

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

This text has shadow with #A5B7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B7D6 on black background.


Color preview on white background

This text has color #A5B7D6 on white background.



Black color preview on #A5B7D6 background

This text has black color on #A5B7D6 background.


White color preview on #A5B7D6 background

This text has white color on #A5B7D6 background.