COLOR #A8B3D7

HEX: #A8B3D7
RGB: (168,179,215)

Color info

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

RGB color model

#A8B3D7 color RGB value is (168,179,215).

  • red value is 168;
  • green value is 179;
  • blue value is 215.
RGB:
(168,179,215)
(66%,70%,84%)

RGB channels and saturation

R 168 of 255 = 66%
G 179 of 255 = 70%
B 215 of 255 = 84%

168
179
215

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

Portions of RGB colors in percentages

R + G + B =
168 + 179 + 215 = 562 (100%)
R 168 of 562 ~ 29.89%
G 179 of 562 ~ 31.85%
B 215 of 562 ~ 38.26%

%29.89
%31.85
%38.26

CMYK color model

#A8B3D7 color CMYK value is (22,17,0,16).

  • cyan value is 21.86%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(22,17,0,16)
C22M17Y0K16 
(22%,17%,0%,16%)
(0.22/0.17/0.00/0.16)	

CMYK percentages

%21.86
%16.74
%0
%15.69

Codes

Color #A8B3D7 in popluar color models

A8B3D7
RGB168179215
HSL226°37.01%75.10%
HSB/HSV226°21.86%84.31%
CMYK21.86%16.74%0.00%
15.69%

Color #A8B3D7 in popluar number systems.

HEXA8B3D7
Decimal168179215
Binary101010001011001111010111
Octal250263327

Shades and tints

Shades of #A8B3D7

#A8B3D7
(168,179,215)
#99A3C4
(153,163,196)
#8A93B1
(138,147,177)
#7B839E
(123,131,158)
#6C738B
(108,115,139)
#5D6378
(93,99,120)
#4E5365
(78,83,101)
#3F4352
(63,67,82)
#30333F
(48,51,63)
#21232C
(33,35,44)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #A8B3D7

#A8B3D7
(168,179,215)
#AFB9DA
(175,185,218)
#B6BFDD
(182,191,221)
#BDC5E0
(189,197,224)
#C4CBE3
(196,203,227)
#CBD1E6
(203,209,230)
#D2D7E9
(210,215,233)
#D9DDEC
(217,221,236)
#E0E3EF
(224,227,239)
#E7E9F2
(231,233,242)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B3D7 color. Also use rgb(168,179,215) instead hex code.

Text Font Color

.myTextColor { color: #A8B3D7; }

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

This text font color is #A8B3D7.


Background Color

.myBgColor { background-color: #A8B3D7; }

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

This div background color is #A8B3D7.


Border color

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

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

This div border color is #A8B3D7.


Opacity

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

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

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

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

This text has shadow with #A8B3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B3D7 on black background.


Color preview on white background

This text has color #A8B3D7 on white background.



Black color preview on #A8B3D7 background

This text has black color on #A8B3D7 background.


White color preview on #A8B3D7 background

This text has white color on #A8B3D7 background.