COLOR #A7B3D9

HEX: #A7B3D9
RGB: (167,179,217)

Color info

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

RGB color model

#A7B3D9 color RGB value is (167,179,217).

  • red value is 167;
  • green value is 179;
  • blue value is 217.
RGB:
(167,179,217)
(65%,70%,85%)

RGB channels and saturation

R 167 of 255 = 65%
G 179 of 255 = 70%
B 217 of 255 = 85%

167
179
217

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

Portions of RGB colors in percentages

R + G + B =
167 + 179 + 217 = 563 (100%)
R 167 of 563 ~ 29.66%
G 179 of 563 ~ 31.79%
B 217 of 563 ~ 38.54%

%29.66
%31.79
%38.54

CMYK color model

#A7B3D9 color CMYK value is (23,18,0,15).

  • cyan value is 23.04%
  • magenta value is 17.51%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(23,18,0,15)
C23M18Y0K15 
(23%,18%,0%,15%)
(0.23/0.18/0.00/0.15)	

CMYK percentages

%23.04
%17.51
%0
%14.9

Codes

Color #A7B3D9 in popluar color models

A7B3D9
RGB167179217
HSL226°39.68%75.29%
HSB/HSV226°23.04%85.10%
CMYK23.04%17.51%0.00%
14.90%

Color #A7B3D9 in popluar number systems.

HEXA7B3D9
Decimal167179217
Binary101001111011001111011001
Octal247263331

Shades and tints

Shades of #A7B3D9

#A7B3D9
(167,179,217)
#98A3C6
(152,163,198)
#8993B3
(137,147,179)
#7A83A0
(122,131,160)
#6B738D
(107,115,141)
#5C637A
(92,99,122)
#4D5367
(77,83,103)
#3E4354
(62,67,84)
#2F3341
(47,51,65)
#20232E
(32,35,46)
#11131B
(17,19,27)
#000000
(0,0,0)

Tints of #A7B3D9

#A7B3D9
(167,179,217)
#AFB9DC
(175,185,220)
#B7BFDF
(183,191,223)
#BFC5E2
(191,197,226)
#C7CBE5
(199,203,229)
#CFD1E8
(207,209,232)
#D7D7EB
(215,215,235)
#DFDDEE
(223,221,238)
#E7E3F1
(231,227,241)
#EFE9F4
(239,233,244)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B3D9 color. Also use rgb(167,179,217) instead hex code.

Text Font Color

.myTextColor { color: #A7B3D9; }

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

This text font color is #A7B3D9.


Background Color

.myBgColor { background-color: #A7B3D9; }

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

This div background color is #A7B3D9.


Border color

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

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

This div border color is #A7B3D9.


Opacity

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

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

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

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

This text has shadow with #A7B3D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B3D9 on black background.


Color preview on white background

This text has color #A7B3D9 on white background.



Black color preview on #A7B3D9 background

This text has black color on #A7B3D9 background.


White color preview on #A7B3D9 background

This text has white color on #A7B3D9 background.