COLOR #A8B3BB

HEX: #A8B3BB RGB: (168,179,187)

Color info

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

RGB color model

#A8B3BB color RGB value is (168,179,187).

RGB: (168,179,187) (66%, 70%, 73%)

RGB channels and saturation

R 168 of 255 = 66%
G 179 of 255 = 70%
B 187 of 255 = 73%

168
179
187

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

Portions of RGB colors in percentages

R + G + B = 168 + 179 + 187 = 534 (100%)
R 168 of 534 ~ 31.46%
G 179 of 534 ~ 33.52%
B 187 of 534 ~ 35.02'%

%31.46
%33.52
%35.02

CMYK color model

#A8B3BB color CMYK value is (10,4,0,27).

  • cyan value is 10.16%
  • magenta value is 4.28%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (10,4,0,27)
C10M4Y0K27 (10%, 4%, 0%, 27%)
(0.10 / 0.04 / 0.00 / 0.27)

CMYK percentages

%10.16
%4.28
%0
%26.67

Codes

Color #A8B3BB in popluar color models

A8 B3 BB
RGB 168 179 187
HSL 205° 12.26% 69.61%
HSB/HSV 205° 10.16% 73.33%
CMYK 10.16% 4.28% 0.00%
26.67%

Color #A8B3BB in popluar number systems.

HEX A8 B3 BB
Decimal 168 179 187
Binary 10101000 10110011 10111011
Octal 250 263 273

Shades and tints

Shades of #A8B3BB

#A8B3BB
(168,179,187)
#99A3AA
(153,163,170)
#8A9399
(138,147,153)
#7B8388
(123,131,136)
#6C7377
(108,115,119)
#5D6366
(93,99,102)
#4E5355
(78,83,85)
#3F4344
(63,67,68)
#303333
(48,51,51)
#212322
(33,35,34)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #A8B3BB

#A8B3BB
(168,179,187)
#AFB9C1
(175,185,193)
#B6BFC7
(182,191,199)
#BDC5CD
(189,197,205)
#C4CBD3
(196,203,211)
#CBD1D9
(203,209,217)
#D2D7DF
(210,215,223)
#D9DDE5
(217,221,229)
#E0E3EB
(224,227,235)
#E7E9F1
(231,233,241)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B3BB color. Also use rgb(168,179,187) instead hex code.

Text Font Color

.myTextColor { color: #A8B3BB; }

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

This text font color is #A8B3BB.

Background Color

.myBgColor { background-color: #A8B3BB; }

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

This div background color is #A8B3BB.

Border color

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

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

This div border color is #A8B3BB.

Opacity

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

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

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

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

This text has shadow with #A8B3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B3BB.

Preview

Color preview on black background

This text has color #A8B3BB on black background.


Color preview on white background

This text has color #A8B3BB on white background.


Black color preview on #A8B3BB background

This text has black color on #A8B3BB background.


White color preview on #A8B3BB background

This text has white color on #A8B3BB background.


Related colors

Complementary color

Complementary color for #hex is #574C44.


I love getcolorcode.com

Triadic colors

1 #BBA8B3 and #B3BBA8 with #A8B3BB are triadic colors.

2 #BBB3A8 and #B3A8BB with #A8B3BB are triadic colors.