COLOR #A8B3CF

HEX: #A8B3CF
RGB: (168,179,207)

Color info

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

RGB color model

#A8B3CF color RGB value is (168,179,207).

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

RGB channels and saturation

R 168 of 255 = 66%
G 179 of 255 = 70%
B 207 of 255 = 81%

168
179
207

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

Portions of RGB colors in percentages

R + G + B =
168 + 179 + 207 = 554 (100%)
R 168 of 554 ~ 30.32%
G 179 of 554 ~ 32.31%
B 207 of 554 ~ 37.36%

%30.32
%32.31
%37.36

CMYK color model

#A8B3CF color CMYK value is (19,14,0,19).

  • cyan value is 18.84%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(19,14,0,19)
C19M14Y0K19 
(19%,14%,0%,19%)
(0.19/0.14/0.00/0.19)	

CMYK percentages

%18.84
%13.53
%0
%18.82

Codes

Color #A8B3CF in popluar color models

A8B3CF
RGB168179207
HSL223°28.89%73.53%
HSB/HSV223°18.84%81.18%
CMYK18.84%13.53%0.00%
18.82%

Color #A8B3CF in popluar number systems.

HEXA8B3CF
Decimal168179207
Binary101010001011001111001111
Octal250263317

Shades and tints

Shades of #A8B3CF

#A8B3CF
(168,179,207)
#99A3BD
(153,163,189)
#8A93AB
(138,147,171)
#7B8399
(123,131,153)
#6C7387
(108,115,135)
#5D6375
(93,99,117)
#4E5363
(78,83,99)
#3F4351
(63,67,81)
#30333F
(48,51,63)
#21232D
(33,35,45)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #A8B3CF

#A8B3CF
(168,179,207)
#AFB9D3
(175,185,211)
#B6BFD7
(182,191,215)
#BDC5DB
(189,197,219)
#C4CBDF
(196,203,223)
#CBD1E3
(203,209,227)
#D2D7E7
(210,215,231)
#D9DDEB
(217,221,235)
#E0E3EF
(224,227,239)
#E7E9F3
(231,233,243)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B3CF; }

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

This text font color is #A8B3CF.


Background Color

.myBgColor { background-color: #A8B3CF; }

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

This div background color is #A8B3CF.


Border color

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

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

This div border color is #A8B3CF.


Opacity

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

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

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

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

This text has shadow with #A8B3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B3CF on black background.


Color preview on white background

This text has color #A8B3CF on white background.



Black color preview on #A8B3CF background

This text has black color on #A8B3CF background.


White color preview on #A8B3CF background

This text has white color on #A8B3CF background.