COLOR #A3BEA0

HEX: #A3BEA0
RGB: (163,190,160)

Color info

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

RGB color model

#A3BEA0 color RGB value is (163,190,160).

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

RGB channels and saturation

R 163 of 255 = 64%
G 190 of 255 = 75%
B 160 of 255 = 63%

163
190
160

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

Portions of RGB colors in percentages

R + G + B =
163 + 190 + 160 = 513 (100%)
R 163 of 513 ~ 31.77%
G 190 of 513 ~ 37.04%
B 160 of 513 ~ 31.19%

%31.77
%37.04
%31.19

CMYK color model

#A3BEA0 color CMYK value is (14,0,16,25).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 25.49%
CMYK:
(14,0,16,25)
C14M0Y16K25 
(14%,0%,16%,25%)
(0.14/0.00/0.16/0.25)	

CMYK percentages

%14.21
%0
%15.79
%25.49

Codes

Color #A3BEA0 in popluar color models

A3BEA0
RGB163190160
HSL114°18.75%68.63%
HSB/HSV114°15.79%74.51%
CMYK14.21%0.00%15.79%
25.49%

Color #A3BEA0 in popluar number systems.

HEXA3BEA0
Decimal163190160
Binary101000111011111010100000
Octal243276240

Shades and tints

Shades of #A3BEA0

#A3BEA0
(163,190,160)
#95AD92
(149,173,146)
#879C84
(135,156,132)
#798B76
(121,139,118)
#6B7A68
(107,122,104)
#5D695A
(93,105,90)
#4F584C
(79,88,76)
#41473E
(65,71,62)
#333630
(51,54,48)
#252522
(37,37,34)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #A3BEA0

#A3BEA0
(163,190,160)
#ABC3A8
(171,195,168)
#B3C8B0
(179,200,176)
#BBCDB8
(187,205,184)
#C3D2C0
(195,210,192)
#CBD7C8
(203,215,200)
#D3DCD0
(211,220,208)
#DBE1D8
(219,225,216)
#E3E6E0
(227,230,224)
#EBEBE8
(235,235,232)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BEA0; }

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

This text font color is #A3BEA0.


Background Color

.myBgColor { background-color: #A3BEA0; }

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

This div background color is #A3BEA0.


Border color

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

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

This div border color is #A3BEA0.


Opacity

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

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

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

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

This text has shadow with #A3BEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BEA0 on black background.


Color preview on white background

This text has color #A3BEA0 on white background.



Black color preview on #A3BEA0 background

This text has black color on #A3BEA0 background.


White color preview on #A3BEA0 background

This text has white color on #A3BEA0 background.