COLOR #A8BCBF

HEX: #A8BCBF RGB: (168,188,191)

Color info

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

RGB color model

#A8BCBF color RGB value is (168,188,191).

RGB: (168,188,191) (66%, 74%, 75%)

RGB channels and saturation

R 168 of 255 = 66%
G 188 of 255 = 74%
B 191 of 255 = 75%

168
188
191

R + G + B ~ 72%. #A8BCBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 188 + 191 = 547 (100%)
R 168 of 547 ~ 30.71%
G 188 of 547 ~ 34.37%
B 191 of 547 ~ 34.92'%

%30.71
%34.37
%34.92

CMYK color model

#A8BCBF color CMYK value is (12,2,0,25).

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

CMYK: (12,2,0,25)
C12M2Y0K25 (12%, 2%, 0%, 25%)
(0.12 / 0.02 / 0.00 / 0.25)

CMYK percentages

%12.04
%1.57
%0
%25.1

Codes

Color #A8BCBF in popluar color models

A8 BC BF
RGB 168 188 191
HSL 188° 15.23% 70.39%
HSB/HSV 188° 12.04% 74.90%
CMYK 12.04% 1.57% 0.00%
25.10%

Color #A8BCBF in popluar number systems.

HEX A8 BC BF
Decimal 168 188 191
Binary 10101000 10111100 10111111
Octal 250 274 277

Shades and tints

Shades of #A8BCBF

#A8BCBF
(168,188,191)
#99ABAE
(153,171,174)
#8A9A9D
(138,154,157)
#7B898C
(123,137,140)
#6C787B
(108,120,123)
#5D676A
(93,103,106)
#4E5659
(78,86,89)
#3F4548
(63,69,72)
#303437
(48,52,55)
#212326
(33,35,38)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #A8BCBF

#A8BCBF
(168,188,191)
#AFC2C4
(175,194,196)
#B6C8C9
(182,200,201)
#BDCECE
(189,206,206)
#C4D4D3
(196,212,211)
#CBDAD8
(203,218,216)
#D2E0DD
(210,224,221)
#D9E6E2
(217,230,226)
#E0ECE7
(224,236,231)
#E7F2EC
(231,242,236)
#EEF8F1
(238,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BCBF; }

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

This text font color is #A8BCBF.

Background Color

.myBgColor { background-color: #A8BCBF; }

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

This div background color is #A8BCBF.

Border color

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

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

This div border color is #A8BCBF.

Opacity

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

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

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

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

This text has shadow with #A8BCBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BCBF.

Preview

Color preview on black background

This text has color #A8BCBF on black background.


Color preview on white background

This text has color #A8BCBF on white background.


Black color preview on #A8BCBF background

This text has black color on #A8BCBF background.


White color preview on #A8BCBF background

This text has white color on #A8BCBF background.


Related colors

Complementary color

Complementary color for #hex is #574340.


I love getcolorcode.com

Triadic colors

1 #BFA8BC and #BCBFA8 with #A8BCBF are triadic colors.

2 #BFBCA8 and #BCA8BF with #A8BCBF are triadic colors.