COLOR #A8B6BC

HEX: #A8B6BC
RGB: (168,182,188)

Color info

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

RGB color model

#A8B6BC color RGB value is (168,182,188).

  • red value is 168;
  • green value is 182;
  • blue value is 188.
RGB:
(168,182,188)
(66%,71%,74%)

RGB channels and saturation

R 168 of 255 = 66%
G 182 of 255 = 71%
B 188 of 255 = 74%

168
182
188

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

Portions of RGB colors in percentages

R + G + B =
168 + 182 + 188 = 538 (100%)
R 168 of 538 ~ 31.23%
G 182 of 538 ~ 33.83%
B 188 of 538 ~ 34.94%

%31.23
%33.83
%34.94

CMYK color model

#A8B6BC color CMYK value is (11,3,0,26).

  • cyan value is 10.64%
  • magenta value is 3.19%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(11,3,0,26)
C11M3Y0K26 
(11%,3%,0%,26%)
(0.11/0.03/0.00/0.26)	

CMYK percentages

%10.64
%3.19
%0
%26.27

Codes

Color #A8B6BC in popluar color models

A8B6BC
RGB168182188
HSL198°12.99%69.80%
HSB/HSV198°10.64%73.73%
CMYK10.64%3.19%0.00%
26.27%

Color #A8B6BC in popluar number systems.

HEXA8B6BC
Decimal168182188
Binary101010001011011010111100
Octal250266274

Shades and tints

Shades of #A8B6BC

#A8B6BC
(168,182,188)
#99A6AB
(153,166,171)
#8A969A
(138,150,154)
#7B8689
(123,134,137)
#6C7678
(108,118,120)
#5D6667
(93,102,103)
#4E5656
(78,86,86)
#3F4645
(63,70,69)
#303634
(48,54,52)
#212623
(33,38,35)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #A8B6BC

#A8B6BC
(168,182,188)
#AFBCC2
(175,188,194)
#B6C2C8
(182,194,200)
#BDC8CE
(189,200,206)
#C4CED4
(196,206,212)
#CBD4DA
(203,212,218)
#D2DAE0
(210,218,224)
#D9E0E6
(217,224,230)
#E0E6EC
(224,230,236)
#E7ECF2
(231,236,242)
#EEF2F8
(238,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B6BC color. Also use rgb(168,182,188) instead hex code.

Text Font Color

.myTextColor { color: #A8B6BC; }

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

This text font color is #A8B6BC.


Background Color

.myBgColor { background-color: #A8B6BC; }

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

This div background color is #A8B6BC.


Border color

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

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

This div border color is #A8B6BC.


Opacity

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

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

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

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

This text has shadow with #A8B6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B6BC on black background.


Color preview on white background

This text has color #A8B6BC on white background.



Black color preview on #A8B6BC background

This text has black color on #A8B6BC background.


White color preview on #A8B6BC background

This text has white color on #A8B6BC background.