COLOR #AFB697

HEX: #AFB697
RGB: (175,182,151)

Color info

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

RGB color model

#AFB697 color RGB value is (175,182,151).

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

RGB channels and saturation

R 175 of 255 = 69%
G 182 of 255 = 71%
B 151 of 255 = 59%

175
182
151

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

Portions of RGB colors in percentages

R + G + B =
175 + 182 + 151 = 508 (100%)
R 175 of 508 ~ 34.45%
G 182 of 508 ~ 35.83%
B 151 of 508 ~ 29.72%

%34.45
%35.83
%29.72

CMYK color model

#AFB697 color CMYK value is (4,0,17,29).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 17.03%
  • key color value is 28.63%
CMYK:
(4,0,17,29)
C4M0Y17K29 
(4%,0%,17%,29%)
(0.04/0.00/0.17/0.29)	

CMYK percentages

%3.85
%0
%17.03
%28.63

Codes

Color #AFB697 in popluar color models

AFB697
RGB175182151
HSL74°17.51%65.29%
HSB/HSV74°17.03%71.37%
CMYK3.85%0.00%17.03%
28.63%

Color #AFB697 in popluar number systems.

HEXAFB697
Decimal175182151
Binary101011111011011010010111
Octal257266227

Shades and tints

Shades of #AFB697

#AFB697
(175,182,151)
#A0A68A
(160,166,138)
#91967D
(145,150,125)
#828670
(130,134,112)
#737663
(115,118,99)
#646656
(100,102,86)
#555649
(85,86,73)
#46463C
(70,70,60)
#37362F
(55,54,47)
#282622
(40,38,34)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #AFB697

#AFB697
(175,182,151)
#B6BCA0
(182,188,160)
#BDC2A9
(189,194,169)
#C4C8B2
(196,200,178)
#CBCEBB
(203,206,187)
#D2D4C4
(210,212,196)
#D9DACD
(217,218,205)
#E0E0D6
(224,224,214)
#E7E6DF
(231,230,223)
#EEECE8
(238,236,232)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB697; }

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

This text font color is #AFB697.


Background Color

.myBgColor { background-color: #AFB697; }

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

This div background color is #AFB697.


Border color

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

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

This div border color is #AFB697.


Opacity

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

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

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

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

This text has shadow with #AFB697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB697 on black background.


Color preview on white background

This text has color #AFB697 on white background.



Black color preview on #AFB697 background

This text has black color on #AFB697 background.


White color preview on #AFB697 background

This text has white color on #AFB697 background.