COLOR #A5B9D5

HEX: #A5B9D5
RGB: (165,185,213)

Color info

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

RGB color model

#A5B9D5 color RGB value is (165,185,213).

  • red value is 165;
  • green value is 185;
  • blue value is 213.
RGB:
(165,185,213)
(65%,73%,84%)

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 213 of 255 = 84%

165
185
213

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

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 213 = 563 (100%)
R 165 of 563 ~ 29.31%
G 185 of 563 ~ 32.86%
B 213 of 563 ~ 37.83%

%29.31
%32.86
%37.83

CMYK color model

#A5B9D5 color CMYK value is (23,13,0,16).

  • cyan value is 22.54%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(23,13,0,16)
C23M13Y0K16 
(23%,13%,0%,16%)
(0.23/0.13/0.00/0.16)	

CMYK percentages

%22.54
%13.15
%0
%16.47

Codes

Color #A5B9D5 in popluar color models

A5B9D5
RGB165185213
HSL215°36.36%74.12%
HSB/HSV215°22.54%83.53%
CMYK22.54%13.15%0.00%
16.47%

Color #A5B9D5 in popluar number systems.

HEXA5B9D5
Decimal165185213
Binary101001011011100111010101
Octal245271325

Shades and tints

Shades of #A5B9D5

#A5B9D5
(165,185,213)
#96A9C2
(150,169,194)
#8799AF
(135,153,175)
#78899C
(120,137,156)
#697989
(105,121,137)
#5A6976
(90,105,118)
#4B5963
(75,89,99)
#3C4950
(60,73,80)
#2D393D
(45,57,61)
#1E292A
(30,41,42)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #A5B9D5

#A5B9D5
(165,185,213)
#ADBFD8
(173,191,216)
#B5C5DB
(181,197,219)
#BDCBDE
(189,203,222)
#C5D1E1
(197,209,225)
#CDD7E4
(205,215,228)
#D5DDE7
(213,221,231)
#DDE3EA
(221,227,234)
#E5E9ED
(229,233,237)
#EDEFF0
(237,239,240)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B9D5 color. Also use rgb(165,185,213) instead hex code.

Text Font Color

.myTextColor { color: #A5B9D5; }

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

This text font color is #A5B9D5.


Background Color

.myBgColor { background-color: #A5B9D5; }

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

This div background color is #A5B9D5.


Border color

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

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

This div border color is #A5B9D5.


Opacity

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

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

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

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

This text has shadow with #A5B9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B9D5 on black background.


Color preview on white background

This text has color #A5B9D5 on white background.



Black color preview on #A5B9D5 background

This text has black color on #A5B9D5 background.


White color preview on #A5B9D5 background

This text has white color on #A5B9D5 background.