COLOR #A8B0BC

HEX: #A8B0BC RGB: (168,176,188)

Color info

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

RGB color model

#A8B0BC color RGB value is (168,176,188).

RGB: (168,176,188) (66%, 69%, 74%)

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 188 of 255 = 74%

168
176
188

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

Portions of RGB colors in percentages

R + G + B = 168 + 176 + 188 = 532 (100%)
R 168 of 532 ~ 31.58%
G 176 of 532 ~ 33.08%
B 188 of 532 ~ 35.34'%

%31.58
%33.08
%35.34

CMYK color model

#A8B0BC color CMYK value is (11,6,0,26).

  • cyan value is 10.64%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (11,6,0,26)
C11M6Y0K26 (11%, 6%, 0%, 26%)
(0.11 / 0.06 / 0.00 / 0.26)

CMYK percentages

%10.64
%6.38
%0
%26.27

Codes

Color #A8B0BC in popluar color models

A8 B0 BC
RGB 168 176 188
HSL 216° 12.99% 69.80%
HSB/HSV 216° 10.64% 73.73%
CMYK 10.64% 6.38% 0.00%
26.27%

Color #A8B0BC in popluar number systems.

HEX A8 B0 BC
Decimal 168 176 188
Binary 10101000 10110000 10111100
Octal 250 260 274

Shades and tints

Shades of #A8B0BC

#A8B0BC
(168,176,188)
#99A0AB
(153,160,171)
#8A909A
(138,144,154)
#7B8089
(123,128,137)
#6C7078
(108,112,120)
#5D6067
(93,96,103)
#4E5056
(78,80,86)
#3F4045
(63,64,69)
#303034
(48,48,52)
#212023
(33,32,35)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #A8B0BC

#A8B0BC
(168,176,188)
#AFB7C2
(175,183,194)
#B6BEC8
(182,190,200)
#BDC5CE
(189,197,206)
#C4CCD4
(196,204,212)
#CBD3DA
(203,211,218)
#D2DAE0
(210,218,224)
#D9E1E6
(217,225,230)
#E0E8EC
(224,232,236)
#E7EFF2
(231,239,242)
#EEF6F8
(238,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B0BC; }

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

This text font color is #A8B0BC.

Background Color

.myBgColor { background-color: #A8B0BC; }

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

This div background color is #A8B0BC.

Border color

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

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

This div border color is #A8B0BC.

Opacity

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

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

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

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

This text has shadow with #A8B0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B0BC.

Preview

Color preview on black background

This text has color #A8B0BC on black background.


Color preview on white background

This text has color #A8B0BC on white background.


Black color preview on #A8B0BC background

This text has black color on #A8B0BC background.


White color preview on #A8B0BC background

This text has white color on #A8B0BC background.


Related colors

Complementary color

Complementary color for #hex is #574F43.


I love getcolorcode.com

Triadic colors

1 #BCA8B0 and #B0BCA8 with #A8B0BC are triadic colors.

2 #BCB0A8 and #B0A8BC with #A8B0BC are triadic colors.