COLOR #A7B3D2

HEX: #A7B3D2
RGB: (167,179,210)

Color info

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

RGB color model

#A7B3D2 color RGB value is (167,179,210).

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

RGB channels and saturation

R 167 of 255 = 65%
G 179 of 255 = 70%
B 210 of 255 = 82%

167
179
210

R + G + B ~ 72%. #A7B3D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 179 + 210 = 556 (100%)
R 167 of 556 ~ 30.04%
G 179 of 556 ~ 32.19%
B 210 of 556 ~ 37.77%

%30.04
%32.19
%37.77

CMYK color model

#A7B3D2 color CMYK value is (20,15,0,18).

  • cyan value is 20.48%
  • magenta value is 14.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(20,15,0,18)
C20M15Y0K18 
(20%,15%,0%,18%)
(0.20/0.15/0.00/0.18)	

CMYK percentages

%20.48
%14.76
%0
%17.65

Codes

Color #A7B3D2 in popluar color models

A7B3D2
RGB167179210
HSL223°32.33%73.92%
HSB/HSV223°20.48%82.35%
CMYK20.48%14.76%0.00%
17.65%

Color #A7B3D2 in popluar number systems.

HEXA7B3D2
Decimal167179210
Binary101001111011001111010010
Octal247263322

Shades and tints

Shades of #A7B3D2

#A7B3D2
(167,179,210)
#98A3BF
(152,163,191)
#8993AC
(137,147,172)
#7A8399
(122,131,153)
#6B7386
(107,115,134)
#5C6373
(92,99,115)
#4D5360
(77,83,96)
#3E434D
(62,67,77)
#2F333A
(47,51,58)
#202327
(32,35,39)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #A7B3D2

#A7B3D2
(167,179,210)
#AFB9D6
(175,185,214)
#B7BFDA
(183,191,218)
#BFC5DE
(191,197,222)
#C7CBE2
(199,203,226)
#CFD1E6
(207,209,230)
#D7D7EA
(215,215,234)
#DFDDEE
(223,221,238)
#E7E3F2
(231,227,242)
#EFE9F6
(239,233,246)
#F7EFFA
(247,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B3D2; }

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

This text font color is #A7B3D2.


Background Color

.myBgColor { background-color: #A7B3D2; }

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

This div background color is #A7B3D2.


Border color

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

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

This div border color is #A7B3D2.


Opacity

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

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

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

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

This text has shadow with #A7B3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B3D2 on black background.


Color preview on white background

This text has color #A7B3D2 on white background.



Black color preview on #A7B3D2 background

This text has black color on #A7B3D2 background.


White color preview on #A7B3D2 background

This text has white color on #A7B3D2 background.