COLOR #A8BCAD

HEX: #A8BCAD
RGB: (168,188,173)

Color info

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

RGB color model

#A8BCAD color RGB value is (168,188,173).

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

RGB channels and saturation

R 168 of 255 = 66%
G 188 of 255 = 74%
B 173 of 255 = 68%

168
188
173

R + G + B ~ 69%. #A8BCAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 188 + 173 = 529 (100%)
R 168 of 529 ~ 31.76%
G 188 of 529 ~ 35.54%
B 173 of 529 ~ 32.7%

%31.76
%35.54
%32.7

CMYK color model

#A8BCAD color CMYK value is (11,0,8,26).

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 26.27%
CMYK:
(11,0,8,26)
C11M0Y8K26 
(11%,0%,8%,26%)
(0.11/0.00/0.08/0.26)	

CMYK percentages

%10.64
%0
%7.98
%26.27

Codes

Color #A8BCAD in popluar color models

A8BCAD
RGB168188173
HSL135°12.99%69.80%
HSB/HSV135°10.64%73.73%
CMYK10.64%0.00%7.98%
26.27%

Color #A8BCAD in popluar number systems.

HEXA8BCAD
Decimal168188173
Binary101010001011110010101101
Octal250274255

Shades and tints

Shades of #A8BCAD

#A8BCAD
(168,188,173)
#99AB9E
(153,171,158)
#8A9A8F
(138,154,143)
#7B8980
(123,137,128)
#6C7871
(108,120,113)
#5D6762
(93,103,98)
#4E5653
(78,86,83)
#3F4544
(63,69,68)
#303435
(48,52,53)
#212326
(33,35,38)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #A8BCAD

#A8BCAD
(168,188,173)
#AFC2B4
(175,194,180)
#B6C8BB
(182,200,187)
#BDCEC2
(189,206,194)
#C4D4C9
(196,212,201)
#CBDAD0
(203,218,208)
#D2E0D7
(210,224,215)
#D9E6DE
(217,230,222)
#E0ECE5
(224,236,229)
#E7F2EC
(231,242,236)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BCAD; }

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

This text font color is #A8BCAD.


Background Color

.myBgColor { background-color: #A8BCAD; }

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

This div background color is #A8BCAD.


Border color

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

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

This div border color is #A8BCAD.


Opacity

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

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

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

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

This text has shadow with #A8BCAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BCAD on black background.


Color preview on white background

This text has color #A8BCAD on white background.



Black color preview on #A8BCAD background

This text has black color on #A8BCAD background.


White color preview on #A8BCAD background

This text has white color on #A8BCAD background.