COLOR #AFBA94

HEX: #AFBA94
RGB: (175,186,148)

Color info

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

RGB color model

#AFBA94 color RGB value is (175,186,148).

  • red value is 175;
  • green value is 186;
  • blue value is 148.
RGB:
(175,186,148)
(69%,73%,58%)

RGB channels and saturation

R 175 of 255 = 69%
G 186 of 255 = 73%
B 148 of 255 = 58%

175
186
148

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

Portions of RGB colors in percentages

R + G + B =
175 + 186 + 148 = 509 (100%)
R 175 of 509 ~ 34.38%
G 186 of 509 ~ 36.54%
B 148 of 509 ~ 29.08%

%34.38
%36.54
%29.08

CMYK color model

#AFBA94 color CMYK value is (6,0,20,27).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 20.43%
  • key color value is 27.06%
CMYK:
(6,0,20,27)
C6M0Y20K27 
(6%,0%,20%,27%)
(0.06/0.00/0.20/0.27)	

CMYK percentages

%5.91
%0
%20.43
%27.06

Codes

Color #AFBA94 in popluar color models

AFBA94
RGB175186148
HSL77°21.59%65.49%
HSB/HSV77°20.43%72.94%
CMYK5.91%0.00%20.43%
27.06%

Color #AFBA94 in popluar number systems.

HEXAFBA94
Decimal175186148
Binary101011111011101010010100
Octal257272224

Shades and tints

Shades of #AFBA94

#AFBA94
(175,186,148)
#A0AA87
(160,170,135)
#919A7A
(145,154,122)
#828A6D
(130,138,109)
#737A60
(115,122,96)
#646A53
(100,106,83)
#555A46
(85,90,70)
#464A39
(70,74,57)
#373A2C
(55,58,44)
#282A1F
(40,42,31)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #AFBA94

#AFBA94
(175,186,148)
#B6C09D
(182,192,157)
#BDC6A6
(189,198,166)
#C4CCAF
(196,204,175)
#CBD2B8
(203,210,184)
#D2D8C1
(210,216,193)
#D9DECA
(217,222,202)
#E0E4D3
(224,228,211)
#E7EADC
(231,234,220)
#EEF0E5
(238,240,229)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBA94 color. Also use rgb(175,186,148) instead hex code.

Text Font Color

.myTextColor { color: #AFBA94; }

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

This text font color is #AFBA94.


Background Color

.myBgColor { background-color: #AFBA94; }

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

This div background color is #AFBA94.


Border color

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

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

This div border color is #AFBA94.


Opacity

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

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

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

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

This text has shadow with #AFBA94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBA94 on black background.


Color preview on white background

This text has color #AFBA94 on white background.



Black color preview on #AFBA94 background

This text has black color on #AFBA94 background.


White color preview on #AFBA94 background

This text has white color on #AFBA94 background.