COLOR #A8BCBD

HEX: #A8BCBD RGB: (168,188,189)

Color info

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

RGB color model

#A8BCBD color RGB value is (168,188,189).

RGB: (168,188,189) (66%, 74%, 74%)

RGB channels and saturation

R 168 of 255 = 66%
G 188 of 255 = 74%
B 189 of 255 = 74%

168
188
189

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

Portions of RGB colors in percentages

R + G + B = 168 + 188 + 189 = 545 (100%)
R 168 of 545 ~ 30.83%
G 188 of 545 ~ 34.5%
B 189 of 545 ~ 34.68'%

%30.83
%34.5
%34.68

CMYK color model

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

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

CMYK percentages

%11.11
%0.53
%0
%25.88

Codes

Color #A8BCBD in popluar color models

A8 BC BD
RGB 168 188 189
HSL 183° 13.73% 70.00%
HSB/HSV 183° 11.11% 74.12%
CMYK 11.11% 0.53% 0.00%
25.88%

Color #A8BCBD in popluar number systems.

HEX A8 BC BD
Decimal 168 188 189
Binary 10101000 10111100 10111101
Octal 250 274 275

Shades and tints

Shades of #A8BCBD

#A8BCBD
(168,188,189)
#99ABAC
(153,171,172)
#8A9A9B
(138,154,155)
#7B898A
(123,137,138)
#6C7879
(108,120,121)
#5D6768
(93,103,104)
#4E5657
(78,86,87)
#3F4546
(63,69,70)
#303435
(48,52,53)
#212324
(33,35,36)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #A8BCBD

#A8BCBD
(168,188,189)
#AFC2C3
(175,194,195)
#B6C8C9
(182,200,201)
#BDCECF
(189,206,207)
#C4D4D5
(196,212,213)
#CBDADB
(203,218,219)
#D2E0E1
(210,224,225)
#D9E6E7
(217,230,231)
#E0ECED
(224,236,237)
#E7F2F3
(231,242,243)
#EEF8F9
(238,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BCBD; }

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

This text font color is #A8BCBD.

Background Color

.myBgColor { background-color: #A8BCBD; }

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

This div background color is #A8BCBD.

Border color

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

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

This div border color is #A8BCBD.

Opacity

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

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

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

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

This text has shadow with #A8BCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BCBD.

Preview

Color preview on black background

This text has color #A8BCBD on black background.


Color preview on white background

This text has color #A8BCBD on white background.


Black color preview on #A8BCBD background

This text has black color on #A8BCBD background.


White color preview on #A8BCBD background

This text has white color on #A8BCBD background.


Related colors

Complementary color

Complementary color for #hex is #574342.


I love getcolorcode.com

Triadic colors

1 #BDA8BC and #BCBDA8 with #A8BCBD are triadic colors.

2 #BDBCA8 and #BCA8BD with #A8BCBD are triadic colors.