COLOR #A5BE8C

HEX: #A5BE8C
RGB: (165,190,140)

Color info

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

RGB color model

#A5BE8C color RGB value is (165,190,140).

  • red value is 165;
  • green value is 190;
  • blue value is 140.
RGB:
(165,190,140)
(65%,75%,55%)

RGB channels and saturation

R 165 of 255 = 65%
G 190 of 255 = 75%
B 140 of 255 = 55%

165
190
140

R + G + B ~ 65%. #A5BE8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 190 + 140 = 495 (100%)
R 165 of 495 ~ 33.33%
G 190 of 495 ~ 38.38%
B 140 of 495 ~ 28.28%

%33.33
%38.38
%28.28

CMYK color model

#A5BE8C color CMYK value is (13,0,26,25).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 25.49%
CMYK:
(13,0,26,25)
C13M0Y26K25 
(13%,0%,26%,25%)
(0.13/0.00/0.26/0.25)	

CMYK percentages

%13.16
%0
%26.32
%25.49

Codes

Color #A5BE8C in popluar color models

A5BE8C
RGB165190140
HSL90°27.78%64.71%
HSB/HSV90°26.32%74.51%
CMYK13.16%0.00%26.32%
25.49%

Color #A5BE8C in popluar number systems.

HEXA5BE8C
Decimal165190140
Binary101001011011111010001100
Octal245276214

Shades and tints

Shades of #A5BE8C

#A5BE8C
(165,190,140)
#96AD80
(150,173,128)
#879C74
(135,156,116)
#788B68
(120,139,104)
#697A5C
(105,122,92)
#5A6950
(90,105,80)
#4B5844
(75,88,68)
#3C4738
(60,71,56)
#2D362C
(45,54,44)
#1E2520
(30,37,32)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #A5BE8C

#A5BE8C
(165,190,140)
#ADC396
(173,195,150)
#B5C8A0
(181,200,160)
#BDCDAA
(189,205,170)
#C5D2B4
(197,210,180)
#CDD7BE
(205,215,190)
#D5DCC8
(213,220,200)
#DDE1D2
(221,225,210)
#E5E6DC
(229,230,220)
#EDEBE6
(237,235,230)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BE8C color. Also use rgb(165,190,140) instead hex code.

Text Font Color

.myTextColor { color: #A5BE8C; }

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

This text font color is #A5BE8C.


Background Color

.myBgColor { background-color: #A5BE8C; }

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

This div background color is #A5BE8C.


Border color

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

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

This div border color is #A5BE8C.


Opacity

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

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

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

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

This text has shadow with #A5BE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BE8C on black background.


Color preview on white background

This text has color #A5BE8C on white background.



Black color preview on #A5BE8C background

This text has black color on #A5BE8C background.


White color preview on #A5BE8C background

This text has white color on #A5BE8C background.