COLOR #A5B2D6

HEX: #A5B2D6
RGB: (165,178,214)

Color info

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

RGB color model

#A5B2D6 color RGB value is (165,178,214).

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

RGB channels and saturation

R 165 of 255 = 65%
G 178 of 255 = 70%
B 214 of 255 = 84%

165
178
214

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

Portions of RGB colors in percentages

R + G + B =
165 + 178 + 214 = 557 (100%)
R 165 of 557 ~ 29.62%
G 178 of 557 ~ 31.96%
B 214 of 557 ~ 38.42%

%29.62
%31.96
%38.42

CMYK color model

#A5B2D6 color CMYK value is (23,17,0,16).

  • cyan value is 22.90%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(23,17,0,16)
C23M17Y0K16 
(23%,17%,0%,16%)
(0.23/0.17/0.00/0.16)	

CMYK percentages

%22.9
%16.82
%0
%16.08

Codes

Color #A5B2D6 in popluar color models

A5B2D6
RGB165178214
HSL224°37.40%74.31%
HSB/HSV224°22.90%83.92%
CMYK22.90%16.82%0.00%
16.08%

Color #A5B2D6 in popluar number systems.

HEXA5B2D6
Decimal165178214
Binary101001011011001011010110
Octal245262326

Shades and tints

Shades of #A5B2D6

#A5B2D6
(165,178,214)
#96A2C3
(150,162,195)
#8792B0
(135,146,176)
#78829D
(120,130,157)
#69728A
(105,114,138)
#5A6277
(90,98,119)
#4B5264
(75,82,100)
#3C4251
(60,66,81)
#2D323E
(45,50,62)
#1E222B
(30,34,43)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #A5B2D6

#A5B2D6
(165,178,214)
#ADB9D9
(173,185,217)
#B5C0DC
(181,192,220)
#BDC7DF
(189,199,223)
#C5CEE2
(197,206,226)
#CDD5E5
(205,213,229)
#D5DCE8
(213,220,232)
#DDE3EB
(221,227,235)
#E5EAEE
(229,234,238)
#EDF1F1
(237,241,241)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B2D6; }

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

This text font color is #A5B2D6.


Background Color

.myBgColor { background-color: #A5B2D6; }

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

This div background color is #A5B2D6.


Border color

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

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

This div border color is #A5B2D6.


Opacity

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

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

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

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

This text has shadow with #A5B2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B2D6 on black background.


Color preview on white background

This text has color #A5B2D6 on white background.



Black color preview on #A5B2D6 background

This text has black color on #A5B2D6 background.


White color preview on #A5B2D6 background

This text has white color on #A5B2D6 background.