COLOR #AFBC83

HEX: #AFBC83
RGB: (175,188,131)

Color info

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

RGB color model

#AFBC83 color RGB value is (175,188,131).

  • red value is 175;
  • green value is 188;
  • blue value is 131.
RGB:
(175,188,131)
(69%,74%,51%)

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 131 of 255 = 51%

175
188
131

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

Portions of RGB colors in percentages

R + G + B =
175 + 188 + 131 = 494 (100%)
R 175 of 494 ~ 35.43%
G 188 of 494 ~ 38.06%
B 131 of 494 ~ 26.52%

%35.43
%38.06
%26.52

CMYK color model

#AFBC83 color CMYK value is (7,0,30,26).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 30.32%
  • key color value is 26.27%
CMYK:
(7,0,30,26)
C7M0Y30K26 
(7%,0%,30%,26%)
(0.07/0.00/0.30/0.26)	

CMYK percentages

%6.91
%0
%30.32
%26.27

Codes

Color #AFBC83 in popluar color models

AFBC83
RGB175188131
HSL74°29.84%62.55%
HSB/HSV74°30.32%73.73%
CMYK6.91%0.00%30.32%
26.27%

Color #AFBC83 in popluar number systems.

HEXAFBC83
Decimal175188131
Binary101011111011110010000011
Octal257274203

Shades and tints

Shades of #AFBC83

#AFBC83
(175,188,131)
#A0AB78
(160,171,120)
#919A6D
(145,154,109)
#828962
(130,137,98)
#737857
(115,120,87)
#64674C
(100,103,76)
#555641
(85,86,65)
#464536
(70,69,54)
#37342B
(55,52,43)
#282320
(40,35,32)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #AFBC83

#AFBC83
(175,188,131)
#B6C28E
(182,194,142)
#BDC899
(189,200,153)
#C4CEA4
(196,206,164)
#CBD4AF
(203,212,175)
#D2DABA
(210,218,186)
#D9E0C5
(217,224,197)
#E0E6D0
(224,230,208)
#E7ECDB
(231,236,219)
#EEF2E6
(238,242,230)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBC83 color. Also use rgb(175,188,131) instead hex code.

Text Font Color

.myTextColor { color: #AFBC83; }

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

This text font color is #AFBC83.


Background Color

.myBgColor { background-color: #AFBC83; }

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

This div background color is #AFBC83.


Border color

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

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

This div border color is #AFBC83.


Opacity

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

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

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

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

This text has shadow with #AFBC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBC83 on black background.


Color preview on white background

This text has color #AFBC83 on white background.



Black color preview on #AFBC83 background

This text has black color on #AFBC83 background.


White color preview on #AFBC83 background

This text has white color on #AFBC83 background.