COLOR #A5A7D6

HEX: #A5A7D6
RGB: (165,167,214)

Color info

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

RGB color model

#A5A7D6 color RGB value is (165,167,214).

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

RGB channels and saturation

R 165 of 255 = 65%
G 167 of 255 = 65%
B 214 of 255 = 84%

165
167
214

R + G + B ~ 71%. #A5A7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 167 + 214 = 546 (100%)
R 165 of 546 ~ 30.22%
G 167 of 546 ~ 30.59%
B 214 of 546 ~ 39.19%

%30.22
%30.59
%39.19

CMYK color model

#A5A7D6 color CMYK value is (23,22,0,16).

  • cyan value is 22.90%
  • magenta value is 21.96%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(23,22,0,16)
C23M22Y0K16 
(23%,22%,0%,16%)
(0.23/0.22/0.00/0.16)	

CMYK percentages

%22.9
%21.96
%0
%16.08

Codes

Color #A5A7D6 in popluar color models

A5A7D6
RGB165167214
HSL238°37.40%74.31%
HSB/HSV238°22.90%83.92%
CMYK22.90%21.96%0.00%
16.08%

Color #A5A7D6 in popluar number systems.

HEXA5A7D6
Decimal165167214
Binary101001011010011111010110
Octal245247326

Shades and tints

Shades of #A5A7D6

#A5A7D6
(165,167,214)
#9698C3
(150,152,195)
#8789B0
(135,137,176)
#787A9D
(120,122,157)
#696B8A
(105,107,138)
#5A5C77
(90,92,119)
#4B4D64
(75,77,100)
#3C3E51
(60,62,81)
#2D2F3E
(45,47,62)
#1E202B
(30,32,43)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #A5A7D6

#A5A7D6
(165,167,214)
#ADAFD9
(173,175,217)
#B5B7DC
(181,183,220)
#BDBFDF
(189,191,223)
#C5C7E2
(197,199,226)
#CDCFE5
(205,207,229)
#D5D7E8
(213,215,232)
#DDDFEB
(221,223,235)
#E5E7EE
(229,231,238)
#EDEFF1
(237,239,241)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A7D6; }

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

This text font color is #A5A7D6.


Background Color

.myBgColor { background-color: #A5A7D6; }

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

This div background color is #A5A7D6.


Border color

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

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

This div border color is #A5A7D6.


Opacity

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

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

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

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

This text has shadow with #A5A7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A7D6 on black background.


Color preview on white background

This text has color #A5A7D6 on white background.



Black color preview on #A5A7D6 background

This text has black color on #A5A7D6 background.


White color preview on #A5A7D6 background

This text has white color on #A5A7D6 background.