COLOR #A8B0C3

HEX: #A8B0C3
RGB: (168,176,195)

Color info

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

RGB color model

#A8B0C3 color RGB value is (168,176,195).

  • red value is 168;
  • green value is 176;
  • blue value is 195.
RGB:
(168,176,195)
(66%,69%,76%)

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 195 of 255 = 76%

168
176
195

R + G + B ~ 70%. #A8B0C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 176 + 195 = 539 (100%)
R 168 of 539 ~ 31.17%
G 176 of 539 ~ 32.65%
B 195 of 539 ~ 36.18%

%31.17
%32.65
%36.18

CMYK color model

#A8B0C3 color CMYK value is (14,10,0,24).

  • cyan value is 13.85%
  • magenta value is 9.74%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(14,10,0,24)
C14M10Y0K24 
(14%,10%,0%,24%)
(0.14/0.10/0.00/0.24)	

CMYK percentages

%13.85
%9.74
%0
%23.53

Codes

Color #A8B0C3 in popluar color models

A8B0C3
RGB168176195
HSL222°18.37%71.18%
HSB/HSV222°13.85%76.47%
CMYK13.85%9.74%0.00%
23.53%

Color #A8B0C3 in popluar number systems.

HEXA8B0C3
Decimal168176195
Binary101010001011000011000011
Octal250260303

Shades and tints

Shades of #A8B0C3

#A8B0C3
(168,176,195)
#99A0B2
(153,160,178)
#8A90A1
(138,144,161)
#7B8090
(123,128,144)
#6C707F
(108,112,127)
#5D606E
(93,96,110)
#4E505D
(78,80,93)
#3F404C
(63,64,76)
#30303B
(48,48,59)
#21202A
(33,32,42)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #A8B0C3

#A8B0C3
(168,176,195)
#AFB7C8
(175,183,200)
#B6BECD
(182,190,205)
#BDC5D2
(189,197,210)
#C4CCD7
(196,204,215)
#CBD3DC
(203,211,220)
#D2DAE1
(210,218,225)
#D9E1E6
(217,225,230)
#E0E8EB
(224,232,235)
#E7EFF0
(231,239,240)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B0C3 color. Also use rgb(168,176,195) instead hex code.

Text Font Color

.myTextColor { color: #A8B0C3; }

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

This text font color is #A8B0C3.


Background Color

.myBgColor { background-color: #A8B0C3; }

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

This div background color is #A8B0C3.


Border color

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

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

This div border color is #A8B0C3.


Opacity

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

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

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

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

This text has shadow with #A8B0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B0C3 on black background.


Color preview on white background

This text has color #A8B0C3 on white background.



Black color preview on #A8B0C3 background

This text has black color on #A8B0C3 background.


White color preview on #A8B0C3 background

This text has white color on #A8B0C3 background.