COLOR #A8B1BD

HEX: #A8B1BD RGB: (168,177,189)

Color info

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

RGB color model

#A8B1BD color RGB value is (168,177,189).

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

RGB channels and saturation

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

168
177
189

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

Portions of RGB colors in percentages

R + G + B = 168 + 177 + 189 = 534 (100%)
R 168 of 534 ~ 31.46%
G 177 of 534 ~ 33.15%
B 189 of 534 ~ 35.39'%

%31.46
%33.15
%35.39

CMYK color model

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

  • cyan value is 11.11%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 25.88%

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

CMYK percentages

%11.11
%6.35
%0
%25.88

Codes

Color #A8B1BD in popluar color models

A8 B1 BD
RGB 168 177 189
HSL 214° 13.73% 70.00%
HSB/HSV 214° 11.11% 74.12%
CMYK 11.11% 6.35% 0.00%
25.88%

Color #A8B1BD in popluar number systems.

HEX A8 B1 BD
Decimal 168 177 189
Binary 10101000 10110001 10111101
Octal 250 261 275

Shades and tints

Shades of #A8B1BD

#A8B1BD
(168,177,189)
#99A1AC
(153,161,172)
#8A919B
(138,145,155)
#7B818A
(123,129,138)
#6C7179
(108,113,121)
#5D6168
(93,97,104)
#4E5157
(78,81,87)
#3F4146
(63,65,70)
#303135
(48,49,53)
#212124
(33,33,36)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #A8B1BD

#A8B1BD
(168,177,189)
#AFB8C3
(175,184,195)
#B6BFC9
(182,191,201)
#BDC6CF
(189,198,207)
#C4CDD5
(196,205,213)
#CBD4DB
(203,212,219)
#D2DBE1
(210,219,225)
#D9E2E7
(217,226,231)
#E0E9ED
(224,233,237)
#E7F0F3
(231,240,243)
#EEF7F9
(238,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B1BD; }

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

This text font color is #A8B1BD.

Background Color

.myBgColor { background-color: #A8B1BD; }

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

This div background color is #A8B1BD.

Border color

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

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

This div border color is #A8B1BD.

Opacity

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

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

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

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

This text has shadow with #A8B1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B1BD.

Preview

Color preview on black background

This text has color #A8B1BD on black background.


Color preview on white background

This text has color #A8B1BD on white background.


Black color preview on #A8B1BD background

This text has black color on #A8B1BD background.


White color preview on #A8B1BD background

This text has white color on #A8B1BD background.


Related colors

Complementary color

Complementary color for #hex is #574E42.


I love getcolorcode.com

Triadic colors

1 #BDA8B1 and #B1BDA8 with #A8B1BD are triadic colors.

2 #BDB1A8 and #B1A8BD with #A8B1BD are triadic colors.