COLOR #A8B8BF

HEX: #A8B8BF RGB: (168,184,191)

Color info

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

RGB color model

#A8B8BF color RGB value is (168,184,191).

RGB: (168,184,191) (66%, 72%, 75%)

RGB channels and saturation

R 168 of 255 = 66%
G 184 of 255 = 72%
B 191 of 255 = 75%

168
184
191

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

Portions of RGB colors in percentages

R + G + B = 168 + 184 + 191 = 543 (100%)
R 168 of 543 ~ 30.94%
G 184 of 543 ~ 33.89%
B 191 of 543 ~ 35.17'%

%30.94
%33.89
%35.17

CMYK color model

#A8B8BF color CMYK value is (12,4,0,25).

  • cyan value is 12.04%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (12,4,0,25)
C12M4Y0K25 (12%, 4%, 0%, 25%)
(0.12 / 0.04 / 0.00 / 0.25)

CMYK percentages

%12.04
%3.66
%0
%25.1

Codes

Color #A8B8BF in popluar color models

A8 B8 BF
RGB 168 184 191
HSL 198° 15.23% 70.39%
HSB/HSV 198° 12.04% 74.90%
CMYK 12.04% 3.66% 0.00%
25.10%

Color #A8B8BF in popluar number systems.

HEX A8 B8 BF
Decimal 168 184 191
Binary 10101000 10111000 10111111
Octal 250 270 277

Shades and tints

Shades of #A8B8BF

#A8B8BF
(168,184,191)
#99A8AE
(153,168,174)
#8A989D
(138,152,157)
#7B888C
(123,136,140)
#6C787B
(108,120,123)
#5D686A
(93,104,106)
#4E5859
(78,88,89)
#3F4848
(63,72,72)
#303837
(48,56,55)
#212826
(33,40,38)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #A8B8BF

#A8B8BF
(168,184,191)
#AFBEC4
(175,190,196)
#B6C4C9
(182,196,201)
#BDCACE
(189,202,206)
#C4D0D3
(196,208,211)
#CBD6D8
(203,214,216)
#D2DCDD
(210,220,221)
#D9E2E2
(217,226,226)
#E0E8E7
(224,232,231)
#E7EEEC
(231,238,236)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B8BF color. Also use rgb(168,184,191) instead hex code.

Text Font Color

.myTextColor { color: #A8B8BF; }

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

This text font color is #A8B8BF.

Background Color

.myBgColor { background-color: #A8B8BF; }

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

This div background color is #A8B8BF.

Border color

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

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

This div border color is #A8B8BF.

Opacity

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

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

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

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

This text has shadow with #A8B8BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B8BF.

Preview

Color preview on black background

This text has color #A8B8BF on black background.


Color preview on white background

This text has color #A8B8BF on white background.


Black color preview on #A8B8BF background

This text has black color on #A8B8BF background.


White color preview on #A8B8BF background

This text has white color on #A8B8BF background.


Related colors

Complementary color

Complementary color for #hex is #574740.


I love getcolorcode.com

Triadic colors

1 #BFA8B8 and #B8BFA8 with #A8B8BF are triadic colors.

2 #BFB8A8 and #B8A8BF with #A8B8BF are triadic colors.