COLOR #AFB78C

HEX: #AFB78C
RGB: (175,183,140)

Color info

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

RGB color model

#AFB78C color RGB value is (175,183,140).

  • red value is 175;
  • green value is 183;
  • blue value is 140.
RGB:
(175,183,140)
(69%,72%,55%)

RGB channels and saturation

R 175 of 255 = 69%
G 183 of 255 = 72%
B 140 of 255 = 55%

175
183
140

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

Portions of RGB colors in percentages

R + G + B =
175 + 183 + 140 = 498 (100%)
R 175 of 498 ~ 35.14%
G 183 of 498 ~ 36.75%
B 140 of 498 ~ 28.11%

%35.14
%36.75
%28.11

CMYK color model

#AFB78C color CMYK value is (4,0,23,28).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 23.50%
  • key color value is 28.24%
CMYK:
(4,0,23,28)
C4M0Y23K28 
(4%,0%,23%,28%)
(0.04/0.00/0.23/0.28)	

CMYK percentages

%4.37
%0
%23.5
%28.24

Codes

Color #AFB78C in popluar color models

AFB78C
RGB175183140
HSL71°22.99%63.33%
HSB/HSV71°23.50%71.76%
CMYK4.37%0.00%23.50%
28.24%

Color #AFB78C in popluar number systems.

HEXAFB78C
Decimal175183140
Binary101011111011011110001100
Octal257267214

Shades and tints

Shades of #AFB78C

#AFB78C
(175,183,140)
#A0A780
(160,167,128)
#919774
(145,151,116)
#828768
(130,135,104)
#73775C
(115,119,92)
#646750
(100,103,80)
#555744
(85,87,68)
#464738
(70,71,56)
#37372C
(55,55,44)
#282720
(40,39,32)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #AFB78C

#AFB78C
(175,183,140)
#B6BD96
(182,189,150)
#BDC3A0
(189,195,160)
#C4C9AA
(196,201,170)
#CBCFB4
(203,207,180)
#D2D5BE
(210,213,190)
#D9DBC8
(217,219,200)
#E0E1D2
(224,225,210)
#E7E7DC
(231,231,220)
#EEEDE6
(238,237,230)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB78C color. Also use rgb(175,183,140) instead hex code.

Text Font Color

.myTextColor { color: #AFB78C; }

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

This text font color is #AFB78C.


Background Color

.myBgColor { background-color: #AFB78C; }

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

This div background color is #AFB78C.


Border color

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

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

This div border color is #AFB78C.


Opacity

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

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

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

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

This text has shadow with #AFB78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB78C on black background.


Color preview on white background

This text has color #AFB78C on white background.



Black color preview on #AFB78C background

This text has black color on #AFB78C background.


White color preview on #AFB78C background

This text has white color on #AFB78C background.