COLOR #AFB89B

HEX: #AFB89B
RGB: (175,184,155)

Color info

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

RGB color model

#AFB89B color RGB value is (175,184,155).

  • red value is 175;
  • green value is 184;
  • blue value is 155.
RGB:
(175,184,155)
(69%,72%,61%)

RGB channels and saturation

R 175 of 255 = 69%
G 184 of 255 = 72%
B 155 of 255 = 61%

175
184
155

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

Portions of RGB colors in percentages

R + G + B =
175 + 184 + 155 = 514 (100%)
R 175 of 514 ~ 34.05%
G 184 of 514 ~ 35.8%
B 155 of 514 ~ 30.16%

%34.05
%35.8
%30.16

CMYK color model

#AFB89B color CMYK value is (5,0,16,28).

  • cyan value is 4.89%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 27.84%
CMYK:
(5,0,16,28)
C5M0Y16K28 
(5%,0%,16%,28%)
(0.05/0.00/0.16/0.28)	

CMYK percentages

%4.89
%0
%15.76
%27.84

Codes

Color #AFB89B in popluar color models

AFB89B
RGB175184155
HSL79°16.96%66.47%
HSB/HSV79°15.76%72.16%
CMYK4.89%0.00%15.76%
27.84%

Color #AFB89B in popluar number systems.

HEXAFB89B
Decimal175184155
Binary101011111011100010011011
Octal257270233

Shades and tints

Shades of #AFB89B

#AFB89B
(175,184,155)
#A0A88D
(160,168,141)
#91987F
(145,152,127)
#828871
(130,136,113)
#737863
(115,120,99)
#646855
(100,104,85)
#555847
(85,88,71)
#464839
(70,72,57)
#37382B
(55,56,43)
#28281D
(40,40,29)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #AFB89B

#AFB89B
(175,184,155)
#B6BEA4
(182,190,164)
#BDC4AD
(189,196,173)
#C4CAB6
(196,202,182)
#CBD0BF
(203,208,191)
#D2D6C8
(210,214,200)
#D9DCD1
(217,220,209)
#E0E2DA
(224,226,218)
#E7E8E3
(231,232,227)
#EEEEEC
(238,238,236)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB89B color. Also use rgb(175,184,155) instead hex code.

Text Font Color

.myTextColor { color: #AFB89B; }

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

This text font color is #AFB89B.


Background Color

.myBgColor { background-color: #AFB89B; }

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

This div background color is #AFB89B.


Border color

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

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

This div border color is #AFB89B.


Opacity

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

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

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

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

This text has shadow with #AFB89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB89B on black background.


Color preview on white background

This text has color #AFB89B on white background.



Black color preview on #AFB89B background

This text has black color on #AFB89B background.


White color preview on #AFB89B background

This text has white color on #AFB89B background.