COLOR #A8B0C8

HEX: #A8B0C8
RGB: (168,176,200)

Color info

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

RGB color model

#A8B0C8 color RGB value is (168,176,200).

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

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 200 of 255 = 78%

168
176
200

R + G + B ~ 71%. #A8B0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 176 + 200 = 544 (100%)
R 168 of 544 ~ 30.88%
G 176 of 544 ~ 32.35%
B 200 of 544 ~ 36.76%

%30.88
%32.35
%36.76

CMYK color model

#A8B0C8 color CMYK value is (16,12,0,22).

  • cyan value is 16.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(16,12,0,22)
C16M12Y0K22 
(16%,12%,0%,22%)
(0.16/0.12/0.00/0.22)	

CMYK percentages

%16
%12
%0
%21.57

Codes

Color #A8B0C8 in popluar color models

A8B0C8
RGB168176200
HSL225°22.54%72.16%
HSB/HSV225°16.00%78.43%
CMYK16.00%12.00%0.00%
21.57%

Color #A8B0C8 in popluar number systems.

HEXA8B0C8
Decimal168176200
Binary101010001011000011001000
Octal250260310

Shades and tints

Shades of #A8B0C8

#A8B0C8
(168,176,200)
#99A0B6
(153,160,182)
#8A90A4
(138,144,164)
#7B8092
(123,128,146)
#6C7080
(108,112,128)
#5D606E
(93,96,110)
#4E505C
(78,80,92)
#3F404A
(63,64,74)
#303038
(48,48,56)
#212026
(33,32,38)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #A8B0C8

#A8B0C8
(168,176,200)
#AFB7CD
(175,183,205)
#B6BED2
(182,190,210)
#BDC5D7
(189,197,215)
#C4CCDC
(196,204,220)
#CBD3E1
(203,211,225)
#D2DAE6
(210,218,230)
#D9E1EB
(217,225,235)
#E0E8F0
(224,232,240)
#E7EFF5
(231,239,245)
#EEF6FA
(238,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B0C8; }

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

This text font color is #A8B0C8.


Background Color

.myBgColor { background-color: #A8B0C8; }

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

This div background color is #A8B0C8.


Border color

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

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

This div border color is #A8B0C8.


Opacity

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

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

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

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

This text has shadow with #A8B0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B0C8 on black background.


Color preview on white background

This text has color #A8B0C8 on white background.



Black color preview on #A8B0C8 background

This text has black color on #A8B0C8 background.


White color preview on #A8B0C8 background

This text has white color on #A8B0C8 background.