COLOR #A8B7BC

HEX: #A8B7BC
RGB: (168,183,188)

Color info

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

RGB color model

#A8B7BC color RGB value is (168,183,188).

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

RGB channels and saturation

R 168 of 255 = 66%
G 183 of 255 = 72%
B 188 of 255 = 74%

168
183
188

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

Portions of RGB colors in percentages

R + G + B =
168 + 183 + 188 = 539 (100%)
R 168 of 539 ~ 31.17%
G 183 of 539 ~ 33.95%
B 188 of 539 ~ 34.88%

%31.17
%33.95
%34.88

CMYK color model

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

  • cyan value is 10.64%
  • magenta value is 2.66%
  • 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
%2.66
%0
%26.27

Codes

Color #A8B7BC in popluar color models

A8B7BC
RGB168183188
HSL195°12.99%69.80%
HSB/HSV195°10.64%73.73%
CMYK10.64%2.66%0.00%
26.27%

Color #A8B7BC in popluar number systems.

HEXA8B7BC
Decimal168183188
Binary101010001011011110111100
Octal250267274

Shades and tints

Shades of #A8B7BC

#A8B7BC
(168,183,188)
#99A7AB
(153,167,171)
#8A979A
(138,151,154)
#7B8789
(123,135,137)
#6C7778
(108,119,120)
#5D6767
(93,103,103)
#4E5756
(78,87,86)
#3F4745
(63,71,69)
#303734
(48,55,52)
#212723
(33,39,35)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #A8B7BC

#A8B7BC
(168,183,188)
#AFBDC2
(175,189,194)
#B6C3C8
(182,195,200)
#BDC9CE
(189,201,206)
#C4CFD4
(196,207,212)
#CBD5DA
(203,213,218)
#D2DBE0
(210,219,224)
#D9E1E6
(217,225,230)
#E0E7EC
(224,231,236)
#E7EDF2
(231,237,242)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B7BC; }

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

This text font color is #A8B7BC.


Background Color

.myBgColor { background-color: #A8B7BC; }

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

This div background color is #A8B7BC.


Border color

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

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

This div border color is #A8B7BC.


Opacity

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

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

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

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

This text has shadow with #A8B7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B7BC on black background.


Color preview on white background

This text has color #A8B7BC on white background.



Black color preview on #A8B7BC background

This text has black color on #A8B7BC background.


White color preview on #A8B7BC background

This text has white color on #A8B7BC background.