COLOR #A8BF83

HEX: #A8BF83 RGB: (168,191,131)

Color info

#A8BF83 contains mainly red and green colors. Web safe color of #A8BF83 is #99CC99 (or #9C9).

RGB color model

#A8BF83 color RGB value is (168,191,131).

RGB: (168,191,131) (66%, 75%, 51%)

RGB channels and saturation

R 168 of 255 = 66%
G 191 of 255 = 75%
B 131 of 255 = 51%

168
191
131

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

Portions of RGB colors in percentages

R + G + B = 168 + 191 + 131 = 490 (100%)
R 168 of 490 ~ 34.29%
G 191 of 490 ~ 38.98%
B 131 of 490 ~ 26.73'%

%34.29
%38.98
%26.73

CMYK color model

#A8BF83 color CMYK value is (12,0,31,25).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 31.41%
  • key color value is 25.10%

CMYK: (12,0,31,25)
C12M0Y31K25 (12%, 0%, 31%, 25%)
(0.12 / 0.00 / 0.31 / 0.25)

CMYK percentages

%12.04
%0
%31.41
%25.1

Codes

Color #A8BF83 in popluar color models

A8 BF 83
RGB 168 191 131
HSL 83° 31.91% 63.14%
HSB/HSV 83° 31.41% 74.90%
CMYK 12.04% 0.00% 31.41%
25.10%

Color #A8BF83 in popluar number systems.

HEX A8 BF 83
Decimal 168 191 131
Binary 10101000 10111111 10000011
Octal 250 277 203

Shades and tints

Shades of #A8BF83

#A8BF83
(168,191,131)
#99AE78
(153,174,120)
#8A9D6D
(138,157,109)
#7B8C62
(123,140,98)
#6C7B57
(108,123,87)
#5D6A4C
(93,106,76)
#4E5941
(78,89,65)
#3F4836
(63,72,54)
#30372B
(48,55,43)
#212620
(33,38,32)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #A8BF83

#A8BF83
(168,191,131)
#AFC48E
(175,196,142)
#B6C999
(182,201,153)
#BDCEA4
(189,206,164)
#C4D3AF
(196,211,175)
#CBD8BA
(203,216,186)
#D2DDC5
(210,221,197)
#D9E2D0
(217,226,208)
#E0E7DB
(224,231,219)
#E7ECE6
(231,236,230)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BF83; }

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

This text font color is #A8BF83.

Background Color

.myBgColor { background-color: #A8BF83; }

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

This div background color is #A8BF83.

Border color

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

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

This div border color is #A8BF83.

Opacity

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

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

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

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

This text has shadow with #A8BF83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8BF83.

Preview

Color preview on black background

This text has color #A8BF83 on black background.


Color preview on white background

This text has color #A8BF83 on white background.


Black color preview on #A8BF83 background

This text has black color on #A8BF83 background.


White color preview on #A8BF83 background

This text has white color on #A8BF83 background.


Related colors

Complementary color

Complementary color for #hex is #57407C.


I love getcolorcode.com

Triadic colors

1 #83A8BF and #BF83A8 with #A8BF83 are triadic colors.

2 #83BFA8 and #BFA883 with #A8BF83 are triadic colors.