COLOR #A8BBB7

HEX: #A8BBB7
RGB: (168,187,183)

Color info

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

RGB color model

#A8BBB7 color RGB value is (168,187,183).

  • red value is 168;
  • green value is 187;
  • blue value is 183.
RGB:
(168,187,183)
(66%,73%,72%)

RGB channels and saturation

R 168 of 255 = 66%
G 187 of 255 = 73%
B 183 of 255 = 72%

168
187
183

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

Portions of RGB colors in percentages

R + G + B =
168 + 187 + 183 = 538 (100%)
R 168 of 538 ~ 31.23%
G 187 of 538 ~ 34.76%
B 183 of 538 ~ 34.01%

%31.23
%34.76
%34.01

CMYK color model

#A8BBB7 color CMYK value is (10,0,2,27).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 26.67%
CMYK:
(10,0,2,27)
C10M0Y2K27 
(10%,0%,2%,27%)
(0.10/0.00/0.02/0.27)	

CMYK percentages

%10.16
%0
%2.14
%26.67

Codes

Color #A8BBB7 in popluar color models

A8BBB7
RGB168187183
HSL167°12.26%69.61%
HSB/HSV167°10.16%73.33%
CMYK10.16%0.00%2.14%
26.67%

Color #A8BBB7 in popluar number systems.

HEXA8BBB7
Decimal168187183
Binary101010001011101110110111
Octal250273267

Shades and tints

Shades of #A8BBB7

#A8BBB7
(168,187,183)
#99AAA7
(153,170,167)
#8A9997
(138,153,151)
#7B8887
(123,136,135)
#6C7777
(108,119,119)
#5D6667
(93,102,103)
#4E5557
(78,85,87)
#3F4447
(63,68,71)
#303337
(48,51,55)
#212227
(33,34,39)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #A8BBB7

#A8BBB7
(168,187,183)
#AFC1BD
(175,193,189)
#B6C7C3
(182,199,195)
#BDCDC9
(189,205,201)
#C4D3CF
(196,211,207)
#CBD9D5
(203,217,213)
#D2DFDB
(210,223,219)
#D9E5E1
(217,229,225)
#E0EBE7
(224,235,231)
#E7F1ED
(231,241,237)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BBB7; }

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

This text font color is #A8BBB7.


Background Color

.myBgColor { background-color: #A8BBB7; }

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

This div background color is #A8BBB7.


Border color

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

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

This div border color is #A8BBB7.


Opacity

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

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

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

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

This text has shadow with #A8BBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BBB7 on black background.


Color preview on white background

This text has color #A8BBB7 on white background.



Black color preview on #A8BBB7 background

This text has black color on #A8BBB7 background.


White color preview on #A8BBB7 background

This text has white color on #A8BBB7 background.