COLOR #A8BF99

HEX: #A8BF99
RGB: (168,191,153)

Color info

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

RGB color model

#A8BF99 color RGB value is (168,191,153).

  • red value is 168;
  • green value is 191;
  • blue value is 153.
RGB:
(168,191,153)
(66%,75%,60%)

RGB channels and saturation

R 168 of 255 = 66%
G 191 of 255 = 75%
B 153 of 255 = 60%

168
191
153

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

Portions of RGB colors in percentages

R + G + B =
168 + 191 + 153 = 512 (100%)
R 168 of 512 ~ 32.81%
G 191 of 512 ~ 37.3%
B 153 of 512 ~ 29.88%

%32.81
%37.3
%29.88

CMYK color model

#A8BF99 color CMYK value is (12,0,20,25).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 25.10%
CMYK:
(12,0,20,25)
C12M0Y20K25 
(12%,0%,20%,25%)
(0.12/0.00/0.20/0.25)	

CMYK percentages

%12.04
%0
%19.9
%25.1

Codes

Color #A8BF99 in popluar color models

A8BF99
RGB168191153
HSL96°22.89%67.45%
HSB/HSV96°19.90%74.90%
CMYK12.04%0.00%19.90%
25.10%

Color #A8BF99 in popluar number systems.

HEXA8BF99
Decimal168191153
Binary101010001011111110011001
Octal250277231

Shades and tints

Shades of #A8BF99

#A8BF99
(168,191,153)
#99AE8C
(153,174,140)
#8A9D7F
(138,157,127)
#7B8C72
(123,140,114)
#6C7B65
(108,123,101)
#5D6A58
(93,106,88)
#4E594B
(78,89,75)
#3F483E
(63,72,62)
#303731
(48,55,49)
#212624
(33,38,36)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #A8BF99

#A8BF99
(168,191,153)
#AFC4A2
(175,196,162)
#B6C9AB
(182,201,171)
#BDCEB4
(189,206,180)
#C4D3BD
(196,211,189)
#CBD8C6
(203,216,198)
#D2DDCF
(210,221,207)
#D9E2D8
(217,226,216)
#E0E7E1
(224,231,225)
#E7ECEA
(231,236,234)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BF99 color. Also use rgb(168,191,153) instead hex code.

Text Font Color

.myTextColor { color: #A8BF99; }

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

This text font color is #A8BF99.


Background Color

.myBgColor { background-color: #A8BF99; }

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

This div background color is #A8BF99.


Border color

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

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

This div border color is #A8BF99.


Opacity

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

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

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

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

This text has shadow with #A8BF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BF99 on black background.


Color preview on white background

This text has color #A8BF99 on white background.



Black color preview on #A8BF99 background

This text has black color on #A8BF99 background.


White color preview on #A8BF99 background

This text has white color on #A8BF99 background.