COLOR #A8B1BC

HEX: #A8B1BC RGB: (168,177,188)

Color info

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

RGB color model

#A8B1BC color RGB value is (168,177,188).

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

RGB channels and saturation

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

168
177
188

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

Portions of RGB colors in percentages

R + G + B = 168 + 177 + 188 = 533 (100%)
R 168 of 533 ~ 31.52%
G 177 of 533 ~ 33.21%
B 188 of 533 ~ 35.27'%

%31.52
%33.21
%35.27

CMYK color model

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

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

Codes

Color #A8B1BC in popluar color models

A8 B1 BC
RGB 168 177 188
HSL 213° 12.99% 69.80%
HSB/HSV 213° 10.64% 73.73%
CMYK 10.64% 5.85% 0.00%
26.27%

Color #A8B1BC in popluar number systems.

HEX A8 B1 BC
Decimal 168 177 188
Binary 10101000 10110001 10111100
Octal 250 261 274

Shades and tints

Shades of #A8B1BC

#A8B1BC
(168,177,188)
#99A1AB
(153,161,171)
#8A919A
(138,145,154)
#7B8189
(123,129,137)
#6C7178
(108,113,120)
#5D6167
(93,97,103)
#4E5156
(78,81,86)
#3F4145
(63,65,69)
#303134
(48,49,52)
#212123
(33,33,35)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #A8B1BC

#A8B1BC
(168,177,188)
#AFB8C2
(175,184,194)
#B6BFC8
(182,191,200)
#BDC6CE
(189,198,206)
#C4CDD4
(196,205,212)
#CBD4DA
(203,212,218)
#D2DBE0
(210,219,224)
#D9E2E6
(217,226,230)
#E0E9EC
(224,233,236)
#E7F0F2
(231,240,242)
#EEF7F8
(238,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B1BC; }

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

This text font color is #A8B1BC.

Background Color

.myBgColor { background-color: #A8B1BC; }

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

This div background color is #A8B1BC.

Border color

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

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

This div border color is #A8B1BC.

Opacity

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

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

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

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

This text has shadow with #A8B1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B1BC.

Preview

Color preview on black background

This text has color #A8B1BC on black background.


Color preview on white background

This text has color #A8B1BC on white background.


Black color preview on #A8B1BC background

This text has black color on #A8B1BC background.


White color preview on #A8B1BC background

This text has white color on #A8B1BC background.


Related colors

Complementary color

Complementary color for #hex is #574E43.


I love getcolorcode.com

Triadic colors

1 #BCA8B1 and #B1BCA8 with #A8B1BC are triadic colors.

2 #BCB1A8 and #B1A8BC with #A8B1BC are triadic colors.