COLOR #A3BE84

HEX: #A3BE84
RGB: (163,190,132)

Color info

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

RGB color model

#A3BE84 color RGB value is (163,190,132).

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

RGB channels and saturation

R 163 of 255 = 64%
G 190 of 255 = 75%
B 132 of 255 = 52%

163
190
132

R + G + B ~ 64%. #A3BE84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 190 + 132 = 485 (100%)
R 163 of 485 ~ 33.61%
G 190 of 485 ~ 39.18%
B 132 of 485 ~ 27.22%

%33.61
%39.18
%27.22

CMYK color model

#A3BE84 color CMYK value is (14,0,31,25).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 30.53%
  • key color value is 25.49%
CMYK:
(14,0,31,25)
C14M0Y31K25 
(14%,0%,31%,25%)
(0.14/0.00/0.31/0.25)	

CMYK percentages

%14.21
%0
%30.53
%25.49

Codes

Color #A3BE84 in popluar color models

A3BE84
RGB163190132
HSL88°30.85%63.14%
HSB/HSV88°30.53%74.51%
CMYK14.21%0.00%30.53%
25.49%

Color #A3BE84 in popluar number systems.

HEXA3BE84
Decimal163190132
Binary101000111011111010000100
Octal243276204

Shades and tints

Shades of #A3BE84

#A3BE84
(163,190,132)
#95AD78
(149,173,120)
#879C6C
(135,156,108)
#798B60
(121,139,96)
#6B7A54
(107,122,84)
#5D6948
(93,105,72)
#4F583C
(79,88,60)
#414730
(65,71,48)
#333624
(51,54,36)
#252518
(37,37,24)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #A3BE84

#A3BE84
(163,190,132)
#ABC38F
(171,195,143)
#B3C89A
(179,200,154)
#BBCDA5
(187,205,165)
#C3D2B0
(195,210,176)
#CBD7BB
(203,215,187)
#D3DCC6
(211,220,198)
#DBE1D1
(219,225,209)
#E3E6DC
(227,230,220)
#EBEBE7
(235,235,231)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BE84; }

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

This text font color is #A3BE84.


Background Color

.myBgColor { background-color: #A3BE84; }

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

This div background color is #A3BE84.


Border color

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

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

This div border color is #A3BE84.


Opacity

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

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

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

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

This text has shadow with #A3BE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BE84 on black background.


Color preview on white background

This text has color #A3BE84 on white background.



Black color preview on #A3BE84 background

This text has black color on #A3BE84 background.


White color preview on #A3BE84 background

This text has white color on #A3BE84 background.