COLOR #A8BCBB

HEX: #A8BCBB
RGB: (168,188,187)

Color info

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

RGB color model

#A8BCBB color RGB value is (168,188,187).

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

RGB channels and saturation

R 168 of 255 = 66%
G 188 of 255 = 74%
B 187 of 255 = 73%

168
188
187

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

Portions of RGB colors in percentages

R + G + B =
168 + 188 + 187 = 543 (100%)
R 168 of 543 ~ 30.94%
G 188 of 543 ~ 34.62%
B 187 of 543 ~ 34.44%

%30.94
%34.62
%34.44

CMYK color model

#A8BCBB color CMYK value is (11,0,1,26).

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 26.27%
CMYK:
(11,0,1,26)
C11M0Y1K26 
(11%,0%,1%,26%)
(0.11/0.00/0.01/0.26)	

CMYK percentages

%10.64
%0
%0.53
%26.27

Codes

Color #A8BCBB in popluar color models

A8BCBB
RGB168188187
HSL177°12.99%69.80%
HSB/HSV177°10.64%73.73%
CMYK10.64%0.00%0.53%
26.27%

Color #A8BCBB in popluar number systems.

HEXA8BCBB
Decimal168188187
Binary101010001011110010111011
Octal250274273

Shades and tints

Shades of #A8BCBB

#A8BCBB
(168,188,187)
#99ABAA
(153,171,170)
#8A9A99
(138,154,153)
#7B8988
(123,137,136)
#6C7877
(108,120,119)
#5D6766
(93,103,102)
#4E5655
(78,86,85)
#3F4544
(63,69,68)
#303433
(48,52,51)
#212322
(33,35,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #A8BCBB

#A8BCBB
(168,188,187)
#AFC2C1
(175,194,193)
#B6C8C7
(182,200,199)
#BDCECD
(189,206,205)
#C4D4D3
(196,212,211)
#CBDAD9
(203,218,217)
#D2E0DF
(210,224,223)
#D9E6E5
(217,230,229)
#E0ECEB
(224,236,235)
#E7F2F1
(231,242,241)
#EEF8F7
(238,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BCBB; }

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

This text font color is #A8BCBB.


Background Color

.myBgColor { background-color: #A8BCBB; }

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

This div background color is #A8BCBB.


Border color

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

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

This div border color is #A8BCBB.


Opacity

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

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

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

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

This text has shadow with #A8BCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BCBB on black background.


Color preview on white background

This text has color #A8BCBB on white background.



Black color preview on #A8BCBB background

This text has black color on #A8BCBB background.


White color preview on #A8BCBB background

This text has white color on #A8BCBB background.