COLOR #A5BF9E

HEX: #A5BF9E
RGB: (165,191,158)

Color info

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

RGB color model

#A5BF9E color RGB value is (165,191,158).

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

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 158 of 255 = 62%

165
191
158

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

Portions of RGB colors in percentages

R + G + B =
165 + 191 + 158 = 514 (100%)
R 165 of 514 ~ 32.1%
G 191 of 514 ~ 37.16%
B 158 of 514 ~ 30.74%

%32.1
%37.16
%30.74

CMYK color model

#A5BF9E color CMYK value is (14,0,17,25).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 17.28%
  • key color value is 25.10%
CMYK:
(14,0,17,25)
C14M0Y17K25 
(14%,0%,17%,25%)
(0.14/0.00/0.17/0.25)	

CMYK percentages

%13.61
%0
%17.28
%25.1

Codes

Color #A5BF9E in popluar color models

A5BF9E
RGB165191158
HSL107°20.50%68.43%
HSB/HSV107°17.28%74.90%
CMYK13.61%0.00%17.28%
25.10%

Color #A5BF9E in popluar number systems.

HEXA5BF9E
Decimal165191158
Binary101001011011111110011110
Octal245277236

Shades and tints

Shades of #A5BF9E

#A5BF9E
(165,191,158)
#96AE90
(150,174,144)
#879D82
(135,157,130)
#788C74
(120,140,116)
#697B66
(105,123,102)
#5A6A58
(90,106,88)
#4B594A
(75,89,74)
#3C483C
(60,72,60)
#2D372E
(45,55,46)
#1E2620
(30,38,32)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #A5BF9E

#A5BF9E
(165,191,158)
#ADC4A6
(173,196,166)
#B5C9AE
(181,201,174)
#BDCEB6
(189,206,182)
#C5D3BE
(197,211,190)
#CDD8C6
(205,216,198)
#D5DDCE
(213,221,206)
#DDE2D6
(221,226,214)
#E5E7DE
(229,231,222)
#EDECE6
(237,236,230)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BF9E; }

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

This text font color is #A5BF9E.


Background Color

.myBgColor { background-color: #A5BF9E; }

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

This div background color is #A5BF9E.


Border color

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

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

This div border color is #A5BF9E.


Opacity

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

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

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

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

This text has shadow with #A5BF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BF9E on black background.


Color preview on white background

This text has color #A5BF9E on white background.



Black color preview on #A5BF9E background

This text has black color on #A5BF9E background.


White color preview on #A5BF9E background

This text has white color on #A5BF9E background.