COLOR #A3BCA8

HEX: #A3BCA8
RGB: (163,188,168)

Color info

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

RGB color model

#A3BCA8 color RGB value is (163,188,168).

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

RGB channels and saturation

R 163 of 255 = 64%
G 188 of 255 = 74%
B 168 of 255 = 66%

163
188
168

R + G + B ~ 68%. #A3BCA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 188 + 168 = 519 (100%)
R 163 of 519 ~ 31.41%
G 188 of 519 ~ 36.22%
B 168 of 519 ~ 32.37%

%31.41
%36.22
%32.37

CMYK color model

#A3BCA8 color CMYK value is (13,0,11,26).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 26.27%
CMYK:
(13,0,11,26)
C13M0Y11K26 
(13%,0%,11%,26%)
(0.13/0.00/0.11/0.26)	

CMYK percentages

%13.3
%0
%10.64
%26.27

Codes

Color #A3BCA8 in popluar color models

A3BCA8
RGB163188168
HSL132°15.72%68.82%
HSB/HSV132°13.30%73.73%
CMYK13.30%0.00%10.64%
26.27%

Color #A3BCA8 in popluar number systems.

HEXA3BCA8
Decimal163188168
Binary101000111011110010101000
Octal243274250

Shades and tints

Shades of #A3BCA8

#A3BCA8
(163,188,168)
#95AB99
(149,171,153)
#879A8A
(135,154,138)
#79897B
(121,137,123)
#6B786C
(107,120,108)
#5D675D
(93,103,93)
#4F564E
(79,86,78)
#41453F
(65,69,63)
#333430
(51,52,48)
#252321
(37,35,33)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #A3BCA8

#A3BCA8
(163,188,168)
#ABC2AF
(171,194,175)
#B3C8B6
(179,200,182)
#BBCEBD
(187,206,189)
#C3D4C4
(195,212,196)
#CBDACB
(203,218,203)
#D3E0D2
(211,224,210)
#DBE6D9
(219,230,217)
#E3ECE0
(227,236,224)
#EBF2E7
(235,242,231)
#F3F8EE
(243,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BCA8; }

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

This text font color is #A3BCA8.


Background Color

.myBgColor { background-color: #A3BCA8; }

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

This div background color is #A3BCA8.


Border color

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

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

This div border color is #A3BCA8.


Opacity

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

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

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

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

This text has shadow with #A3BCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BCA8 on black background.


Color preview on white background

This text has color #A3BCA8 on white background.



Black color preview on #A3BCA8 background

This text has black color on #A3BCA8 background.


White color preview on #A3BCA8 background

This text has white color on #A3BCA8 background.