COLOR #AFBE81

HEX: #AFBE81
RGB: (175,190,129)

Color info

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

RGB color model

#AFBE81 color RGB value is (175,190,129).

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

RGB channels and saturation

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

175
190
129

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

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 129 = 494 (100%)
R 175 of 494 ~ 35.43%
G 190 of 494 ~ 38.46%
B 129 of 494 ~ 26.11%

%35.43
%38.46
%26.11

CMYK color model

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

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 32.11%
  • 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
%32.11
%25.49

Codes

Color #AFBE81 in popluar color models

AFBE81
RGB175190129
HSL75°31.94%62.55%
HSB/HSV75°32.11%74.51%
CMYK7.89%0.00%32.11%
25.49%

Color #AFBE81 in popluar number systems.

HEXAFBE81
Decimal175190129
Binary101011111011111010000001
Octal257276201

Shades and tints

Shades of #AFBE81

#AFBE81
(175,190,129)
#A0AD76
(160,173,118)
#919C6B
(145,156,107)
#828B60
(130,139,96)
#737A55
(115,122,85)
#64694A
(100,105,74)
#55583F
(85,88,63)
#464734
(70,71,52)
#373629
(55,54,41)
#28251E
(40,37,30)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AFBE81

#AFBE81
(175,190,129)
#B6C38C
(182,195,140)
#BDC897
(189,200,151)
#C4CDA2
(196,205,162)
#CBD2AD
(203,210,173)
#D2D7B8
(210,215,184)
#D9DCC3
(217,220,195)
#E0E1CE
(224,225,206)
#E7E6D9
(231,230,217)
#EEEBE4
(238,235,228)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBE81; }

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

This text font color is #AFBE81.


Background Color

.myBgColor { background-color: #AFBE81; }

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

This div background color is #AFBE81.


Border color

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

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

This div border color is #AFBE81.


Opacity

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

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

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

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

This text has shadow with #AFBE81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBE81 on black background.


Color preview on white background

This text has color #AFBE81 on white background.



Black color preview on #AFBE81 background

This text has black color on #AFBE81 background.


White color preview on #AFBE81 background

This text has white color on #AFBE81 background.