COLOR #AFB694

HEX: #AFB694
RGB: (175,182,148)

Color info

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

RGB color model

#AFB694 color RGB value is (175,182,148).

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

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 148 of 255 = 58%

175
182
148

R + G + B ~ 66%. #AFB694 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 182 + 148 = 505 (100%)
R 175 of 505 ~ 34.65%
G 182 of 505 ~ 36.04%
B 148 of 505 ~ 29.31%

%34.65
%36.04
%29.31

CMYK color model

#AFB694 color CMYK value is (4,0,19,29).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 18.68%
  • key color value is 28.63%
CMYK:
(4,0,19,29)
C4M0Y19K29 
(4%,0%,19%,29%)
(0.04/0.00/0.19/0.29)	

CMYK percentages

%3.85
%0
%18.68
%28.63

Codes

Color #AFB694 in popluar color models

AFB694
RGB175182148
HSL72°18.89%64.71%
HSB/HSV72°18.68%71.37%
CMYK3.85%0.00%18.68%
28.63%

Color #AFB694 in popluar number systems.

HEXAFB694
Decimal175182148
Binary101011111011011010010100
Octal257266224

Shades and tints

Shades of #AFB694

#AFB694
(175,182,148)
#A0A687
(160,166,135)
#91967A
(145,150,122)
#82866D
(130,134,109)
#737660
(115,118,96)
#646653
(100,102,83)
#555646
(85,86,70)
#464639
(70,70,57)
#37362C
(55,54,44)
#28261F
(40,38,31)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #AFB694

#AFB694
(175,182,148)
#B6BC9D
(182,188,157)
#BDC2A6
(189,194,166)
#C4C8AF
(196,200,175)
#CBCEB8
(203,206,184)
#D2D4C1
(210,212,193)
#D9DACA
(217,218,202)
#E0E0D3
(224,224,211)
#E7E6DC
(231,230,220)
#EEECE5
(238,236,229)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB694; }

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

This text font color is #AFB694.


Background Color

.myBgColor { background-color: #AFB694; }

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

This div background color is #AFB694.


Border color

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

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

This div border color is #AFB694.


Opacity

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

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

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

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

This text has shadow with #AFB694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB694 on black background.


Color preview on white background

This text has color #AFB694 on white background.



Black color preview on #AFB694 background

This text has black color on #AFB694 background.


White color preview on #AFB694 background

This text has white color on #AFB694 background.