COLOR #A3BBA0

HEX: #A3BBA0
RGB: (163,187,160)

Color info

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

RGB color model

#A3BBA0 color RGB value is (163,187,160).

  • red value is 163;
  • green value is 187;
  • blue value is 160.
RGB:
(163,187,160)
(64%,73%,63%)

RGB channels and saturation

R 163 of 255 = 64%
G 187 of 255 = 73%
B 160 of 255 = 63%

163
187
160

R + G + B ~ 67%. #A3BBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 187 + 160 = 510 (100%)
R 163 of 510 ~ 31.96%
G 187 of 510 ~ 36.67%
B 160 of 510 ~ 31.37%

%31.96
%36.67
%31.37

CMYK color model

#A3BBA0 color CMYK value is (13,0,14,27).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 26.67%
CMYK:
(13,0,14,27)
C13M0Y14K27 
(13%,0%,14%,27%)
(0.13/0.00/0.14/0.27)	

CMYK percentages

%12.83
%0
%14.44
%26.67

Codes

Color #A3BBA0 in popluar color models

A3BBA0
RGB163187160
HSL113°16.56%68.04%
HSB/HSV113°14.44%73.33%
CMYK12.83%0.00%14.44%
26.67%

Color #A3BBA0 in popluar number systems.

HEXA3BBA0
Decimal163187160
Binary101000111011101110100000
Octal243273240

Shades and tints

Shades of #A3BBA0

#A3BBA0
(163,187,160)
#95AA92
(149,170,146)
#879984
(135,153,132)
#798876
(121,136,118)
#6B7768
(107,119,104)
#5D665A
(93,102,90)
#4F554C
(79,85,76)
#41443E
(65,68,62)
#333330
(51,51,48)
#252222
(37,34,34)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #A3BBA0

#A3BBA0
(163,187,160)
#ABC1A8
(171,193,168)
#B3C7B0
(179,199,176)
#BBCDB8
(187,205,184)
#C3D3C0
(195,211,192)
#CBD9C8
(203,217,200)
#D3DFD0
(211,223,208)
#DBE5D8
(219,229,216)
#E3EBE0
(227,235,224)
#EBF1E8
(235,241,232)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BBA0 color. Also use rgb(163,187,160) instead hex code.

Text Font Color

.myTextColor { color: #A3BBA0; }

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

This text font color is #A3BBA0.


Background Color

.myBgColor { background-color: #A3BBA0; }

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

This div background color is #A3BBA0.


Border color

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

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

This div border color is #A3BBA0.


Opacity

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

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

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

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

This text has shadow with #A3BBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BBA0 on black background.


Color preview on white background

This text has color #A3BBA0 on white background.



Black color preview on #A3BBA0 background

This text has black color on #A3BBA0 background.


White color preview on #A3BBA0 background

This text has white color on #A3BBA0 background.