COLOR #AFBE96

HEX: #AFBE96
RGB: (175,190,150)

Color info

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

RGB color model

#AFBE96 color RGB value is (175,190,150).

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

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 150 of 255 = 59%

175
190
150

R + G + B ~ 68%. #AFBE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 150 = 515 (100%)
R 175 of 515 ~ 33.98%
G 190 of 515 ~ 36.89%
B 150 of 515 ~ 29.13%

%33.98
%36.89
%29.13

CMYK color model

#AFBE96 color CMYK value is (8,0,21,25).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK:
(8,0,21,25)
C8M0Y21K25 
(8%,0%,21%,25%)
(0.08/0.00/0.21/0.25)	

CMYK percentages

%7.89
%0
%21.05
%25.49

Codes

Color #AFBE96 in popluar color models

AFBE96
RGB175190150
HSL83°23.53%66.67%
HSB/HSV83°21.05%74.51%
CMYK7.89%0.00%21.05%
25.49%

Color #AFBE96 in popluar number systems.

HEXAFBE96
Decimal175190150
Binary101011111011111010010110
Octal257276226

Shades and tints

Shades of #AFBE96

#AFBE96
(175,190,150)
#A0AD89
(160,173,137)
#919C7C
(145,156,124)
#828B6F
(130,139,111)
#737A62
(115,122,98)
#646955
(100,105,85)
#555848
(85,88,72)
#46473B
(70,71,59)
#37362E
(55,54,46)
#282521
(40,37,33)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #AFBE96

#AFBE96
(175,190,150)
#B6C39F
(182,195,159)
#BDC8A8
(189,200,168)
#C4CDB1
(196,205,177)
#CBD2BA
(203,210,186)
#D2D7C3
(210,215,195)
#D9DCCC
(217,220,204)
#E0E1D5
(224,225,213)
#E7E6DE
(231,230,222)
#EEEBE7
(238,235,231)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBE96; }

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

This text font color is #AFBE96.


Background Color

.myBgColor { background-color: #AFBE96; }

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

This div background color is #AFBE96.


Border color

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

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

This div border color is #AFBE96.


Opacity

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

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

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

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

This text has shadow with #AFBE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBE96 on black background.


Color preview on white background

This text has color #AFBE96 on white background.



Black color preview on #AFBE96 background

This text has black color on #AFBE96 background.


White color preview on #AFBE96 background

This text has white color on #AFBE96 background.