COLOR #A5BF8E

HEX: #A5BF8E
RGB: (165,191,142)

Color info

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

RGB color model

#A5BF8E color RGB value is (165,191,142).

  • red value is 165;
  • green value is 191;
  • blue value is 142.
RGB:
(165,191,142)
(65%,75%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 142 of 255 = 56%

165
191
142

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

Portions of RGB colors in percentages

R + G + B =
165 + 191 + 142 = 498 (100%)
R 165 of 498 ~ 33.13%
G 191 of 498 ~ 38.35%
B 142 of 498 ~ 28.51%

%33.13
%38.35
%28.51

CMYK color model

#A5BF8E color CMYK value is (14,0,26,25).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 25.65%
  • key color value is 25.10%
CMYK:
(14,0,26,25)
C14M0Y26K25 
(14%,0%,26%,25%)
(0.14/0.00/0.26/0.25)	

CMYK percentages

%13.61
%0
%25.65
%25.1

Codes

Color #A5BF8E in popluar color models

A5BF8E
RGB165191142
HSL92°27.68%65.29%
HSB/HSV92°25.65%74.90%
CMYK13.61%0.00%25.65%
25.10%

Color #A5BF8E in popluar number systems.

HEXA5BF8E
Decimal165191142
Binary101001011011111110001110
Octal245277216

Shades and tints

Shades of #A5BF8E

#A5BF8E
(165,191,142)
#96AE82
(150,174,130)
#879D76
(135,157,118)
#788C6A
(120,140,106)
#697B5E
(105,123,94)
#5A6A52
(90,106,82)
#4B5946
(75,89,70)
#3C483A
(60,72,58)
#2D372E
(45,55,46)
#1E2622
(30,38,34)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A5BF8E

#A5BF8E
(165,191,142)
#ADC498
(173,196,152)
#B5C9A2
(181,201,162)
#BDCEAC
(189,206,172)
#C5D3B6
(197,211,182)
#CDD8C0
(205,216,192)
#D5DDCA
(213,221,202)
#DDE2D4
(221,226,212)
#E5E7DE
(229,231,222)
#EDECE8
(237,236,232)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BF8E color. Also use rgb(165,191,142) instead hex code.

Text Font Color

.myTextColor { color: #A5BF8E; }

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

This text font color is #A5BF8E.


Background Color

.myBgColor { background-color: #A5BF8E; }

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

This div background color is #A5BF8E.


Border color

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

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

This div border color is #A5BF8E.


Opacity

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

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

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

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

This text has shadow with #A5BF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BF8E on black background.


Color preview on white background

This text has color #A5BF8E on white background.



Black color preview on #A5BF8E background

This text has black color on #A5BF8E background.


White color preview on #A5BF8E background

This text has white color on #A5BF8E background.