COLOR #AFBE82

HEX: #AFBE82
RGB: (175,190,130)

Color info

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

RGB color model

#AFBE82 color RGB value is (175,190,130).

  • red value is 175;
  • green value is 190;
  • blue value is 130.
RGB:
(175,190,130)
(69%,75%,51%)

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 130 of 255 = 51%

175
190
130

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

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 130 = 495 (100%)
R 175 of 495 ~ 35.35%
G 190 of 495 ~ 38.38%
B 130 of 495 ~ 26.26%

%35.35
%38.38
%26.26

CMYK color model

#AFBE82 color CMYK value is (8,0,32,25).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 25.49%
CMYK:
(8,0,32,25)
C8M0Y32K25 
(8%,0%,32%,25%)
(0.08/0.00/0.32/0.25)	

CMYK percentages

%7.89
%0
%31.58
%25.49

Codes

Color #AFBE82 in popluar color models

AFBE82
RGB175190130
HSL75°31.58%62.75%
HSB/HSV75°31.58%74.51%
CMYK7.89%0.00%31.58%
25.49%

Color #AFBE82 in popluar number systems.

HEXAFBE82
Decimal175190130
Binary101011111011111010000010
Octal257276202

Shades and tints

Shades of #AFBE82

#AFBE82
(175,190,130)
#A0AD77
(160,173,119)
#919C6C
(145,156,108)
#828B61
(130,139,97)
#737A56
(115,122,86)
#64694B
(100,105,75)
#555840
(85,88,64)
#464735
(70,71,53)
#37362A
(55,54,42)
#28251F
(40,37,31)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #AFBE82

#AFBE82
(175,190,130)
#B6C38D
(182,195,141)
#BDC898
(189,200,152)
#C4CDA3
(196,205,163)
#CBD2AE
(203,210,174)
#D2D7B9
(210,215,185)
#D9DCC4
(217,220,196)
#E0E1CF
(224,225,207)
#E7E6DA
(231,230,218)
#EEEBE5
(238,235,229)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBE82 color. Also use rgb(175,190,130) instead hex code.

Text Font Color

.myTextColor { color: #AFBE82; }

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

This text font color is #AFBE82.


Background Color

.myBgColor { background-color: #AFBE82; }

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

This div background color is #AFBE82.


Border color

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

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

This div border color is #AFBE82.


Opacity

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

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

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

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

This text has shadow with #AFBE82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBE82 on black background.


Color preview on white background

This text has color #AFBE82 on white background.



Black color preview on #AFBE82 background

This text has black color on #AFBE82 background.


White color preview on #AFBE82 background

This text has white color on #AFBE82 background.