COLOR #A5B7D8

HEX: #A5B7D8
RGB: (165,183,216)

Color info

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

RGB color model

#A5B7D8 color RGB value is (165,183,216).

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

RGB channels and saturation

R 165 of 255 = 65%
G 183 of 255 = 72%
B 216 of 255 = 85%

165
183
216

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

Portions of RGB colors in percentages

R + G + B =
165 + 183 + 216 = 564 (100%)
R 165 of 564 ~ 29.26%
G 183 of 564 ~ 32.45%
B 216 of 564 ~ 38.3%

%29.26
%32.45
%38.3

CMYK color model

#A5B7D8 color CMYK value is (24,15,0,15).

  • cyan value is 23.61%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(24,15,0,15)
C24M15Y0K15 
(24%,15%,0%,15%)
(0.24/0.15/0.00/0.15)	

CMYK percentages

%23.61
%15.28
%0
%15.29

Codes

Color #A5B7D8 in popluar color models

A5B7D8
RGB165183216
HSL219°39.53%74.71%
HSB/HSV219°23.61%84.71%
CMYK23.61%15.28%0.00%
15.29%

Color #A5B7D8 in popluar number systems.

HEXA5B7D8
Decimal165183216
Binary101001011011011111011000
Octal245267330

Shades and tints

Shades of #A5B7D8

#A5B7D8
(165,183,216)
#96A7C5
(150,167,197)
#8797B2
(135,151,178)
#78879F
(120,135,159)
#69778C
(105,119,140)
#5A6779
(90,103,121)
#4B5766
(75,87,102)
#3C4753
(60,71,83)
#2D3740
(45,55,64)
#1E272D
(30,39,45)
#0F171A
(15,23,26)
#000000
(0,0,0)

Tints of #A5B7D8

#A5B7D8
(165,183,216)
#ADBDDB
(173,189,219)
#B5C3DE
(181,195,222)
#BDC9E1
(189,201,225)
#C5CFE4
(197,207,228)
#CDD5E7
(205,213,231)
#D5DBEA
(213,219,234)
#DDE1ED
(221,225,237)
#E5E7F0
(229,231,240)
#EDEDF3
(237,237,243)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B7D8; }

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

This text font color is #A5B7D8.


Background Color

.myBgColor { background-color: #A5B7D8; }

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

This div background color is #A5B7D8.


Border color

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

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

This div border color is #A5B7D8.


Opacity

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

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

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

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

This text has shadow with #A5B7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B7D8 on black background.


Color preview on white background

This text has color #A5B7D8 on white background.



Black color preview on #A5B7D8 background

This text has black color on #A5B7D8 background.


White color preview on #A5B7D8 background

This text has white color on #A5B7D8 background.