COLOR #A8BCB1

HEX: #A8BCB1
RGB: (168,188,177)

Color info

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

RGB color model

#A8BCB1 color RGB value is (168,188,177).

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

RGB channels and saturation

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

168
188
177

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

Portions of RGB colors in percentages

R + G + B =
168 + 188 + 177 = 533 (100%)
R 168 of 533 ~ 31.52%
G 188 of 533 ~ 35.27%
B 177 of 533 ~ 33.21%

%31.52
%35.27
%33.21

CMYK color model

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

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 5.85%
  • key color value is 26.27%
CMYK:
(11,0,6,26)
C11M0Y6K26 
(11%,0%,6%,26%)
(0.11/0.00/0.06/0.26)	

CMYK percentages

%10.64
%0
%5.85
%26.27

Codes

Color #A8BCB1 in popluar color models

A8BCB1
RGB168188177
HSL147°12.99%69.80%
HSB/HSV147°10.64%73.73%
CMYK10.64%0.00%5.85%
26.27%

Color #A8BCB1 in popluar number systems.

HEXA8BCB1
Decimal168188177
Binary101010001011110010110001
Octal250274261

Shades and tints

Shades of #A8BCB1

#A8BCB1
(168,188,177)
#99ABA1
(153,171,161)
#8A9A91
(138,154,145)
#7B8981
(123,137,129)
#6C7871
(108,120,113)
#5D6761
(93,103,97)
#4E5651
(78,86,81)
#3F4541
(63,69,65)
#303431
(48,52,49)
#212321
(33,35,33)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #A8BCB1

#A8BCB1
(168,188,177)
#AFC2B8
(175,194,184)
#B6C8BF
(182,200,191)
#BDCEC6
(189,206,198)
#C4D4CD
(196,212,205)
#CBDAD4
(203,218,212)
#D2E0DB
(210,224,219)
#D9E6E2
(217,230,226)
#E0ECE9
(224,236,233)
#E7F2F0
(231,242,240)
#EEF8F7
(238,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BCB1; }

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

This text font color is #A8BCB1.


Background Color

.myBgColor { background-color: #A8BCB1; }

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

This div background color is #A8BCB1.


Border color

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

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

This div border color is #A8BCB1.


Opacity

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

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

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

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

This text has shadow with #A8BCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BCB1 on black background.


Color preview on white background

This text has color #A8BCB1 on white background.



Black color preview on #A8BCB1 background

This text has black color on #A8BCB1 background.


White color preview on #A8BCB1 background

This text has white color on #A8BCB1 background.