COLOR #A5B7DC

HEX: #A5B7DC
RGB: (165,183,220)

Color info

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

RGB color model

#A5B7DC color RGB value is (165,183,220).

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

RGB channels and saturation

R 165 of 255 = 65%
G 183 of 255 = 72%
B 220 of 255 = 86%

165
183
220

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

Portions of RGB colors in percentages

R + G + B =
165 + 183 + 220 = 568 (100%)
R 165 of 568 ~ 29.05%
G 183 of 568 ~ 32.22%
B 220 of 568 ~ 38.73%

%29.05
%32.22
%38.73

CMYK color model

#A5B7DC color CMYK value is (25,17,0,14).

  • cyan value is 25.00%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(25,17,0,14)
C25M17Y0K14 
(25%,17%,0%,14%)
(0.25/0.17/0.00/0.14)	

CMYK percentages

%25
%16.82
%0
%13.73

Codes

Color #A5B7DC in popluar color models

A5B7DC
RGB165183220
HSL220°44.00%75.49%
HSB/HSV220°25.00%86.27%
CMYK25.00%16.82%0.00%
13.73%

Color #A5B7DC in popluar number systems.

HEXA5B7DC
Decimal165183220
Binary101001011011011111011100
Octal245267334

Shades and tints

Shades of #A5B7DC

#A5B7DC
(165,183,220)
#96A7C8
(150,167,200)
#8797B4
(135,151,180)
#7887A0
(120,135,160)
#69778C
(105,119,140)
#5A6778
(90,103,120)
#4B5764
(75,87,100)
#3C4750
(60,71,80)
#2D373C
(45,55,60)
#1E2728
(30,39,40)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #A5B7DC

#A5B7DC
(165,183,220)
#ADBDDF
(173,189,223)
#B5C3E2
(181,195,226)
#BDC9E5
(189,201,229)
#C5CFE8
(197,207,232)
#CDD5EB
(205,213,235)
#D5DBEE
(213,219,238)
#DDE1F1
(221,225,241)
#E5E7F4
(229,231,244)
#EDEDF7
(237,237,247)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B7DC; }

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

This text font color is #A5B7DC.


Background Color

.myBgColor { background-color: #A5B7DC; }

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

This div background color is #A5B7DC.


Border color

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

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

This div border color is #A5B7DC.


Opacity

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

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

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

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

This text has shadow with #A5B7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B7DC on black background.


Color preview on white background

This text has color #A5B7DC on white background.



Black color preview on #A5B7DC background

This text has black color on #A5B7DC background.


White color preview on #A5B7DC background

This text has white color on #A5B7DC background.