COLOR #AFBD99

HEX: #AFBD99
RGB: (175,189,153)

Color info

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

RGB color model

#AFBD99 color RGB value is (175,189,153).

  • red value is 175;
  • green value is 189;
  • blue value is 153.
RGB:
(175,189,153)
(69%,74%,60%)

RGB channels and saturation

R 175 of 255 = 69%
G 189 of 255 = 74%
B 153 of 255 = 60%

175
189
153

R + G + B ~ 68%. #AFBD99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 189 + 153 = 517 (100%)
R 175 of 517 ~ 33.85%
G 189 of 517 ~ 36.56%
B 153 of 517 ~ 29.59%

%33.85
%36.56
%29.59

CMYK color model

#AFBD99 color CMYK value is (7,0,19,26).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 25.88%
CMYK:
(7,0,19,26)
C7M0Y19K26 
(7%,0%,19%,26%)
(0.07/0.00/0.19/0.26)	

CMYK percentages

%7.41
%0
%19.05
%25.88

Codes

Color #AFBD99 in popluar color models

AFBD99
RGB175189153
HSL83°21.43%67.06%
HSB/HSV83°19.05%74.12%
CMYK7.41%0.00%19.05%
25.88%

Color #AFBD99 in popluar number systems.

HEXAFBD99
Decimal175189153
Binary101011111011110110011001
Octal257275231

Shades and tints

Shades of #AFBD99

#AFBD99
(175,189,153)
#A0AC8C
(160,172,140)
#919B7F
(145,155,127)
#828A72
(130,138,114)
#737965
(115,121,101)
#646858
(100,104,88)
#55574B
(85,87,75)
#46463E
(70,70,62)
#373531
(55,53,49)
#282424
(40,36,36)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #AFBD99

#AFBD99
(175,189,153)
#B6C3A2
(182,195,162)
#BDC9AB
(189,201,171)
#C4CFB4
(196,207,180)
#CBD5BD
(203,213,189)
#D2DBC6
(210,219,198)
#D9E1CF
(217,225,207)
#E0E7D8
(224,231,216)
#E7EDE1
(231,237,225)
#EEF3EA
(238,243,234)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBD99 color. Also use rgb(175,189,153) instead hex code.

Text Font Color

.myTextColor { color: #AFBD99; }

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

This text font color is #AFBD99.


Background Color

.myBgColor { background-color: #AFBD99; }

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

This div background color is #AFBD99.


Border color

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

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

This div border color is #AFBD99.


Opacity

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

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

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

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

This text has shadow with #AFBD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBD99 on black background.


Color preview on white background

This text has color #AFBD99 on white background.



Black color preview on #AFBD99 background

This text has black color on #AFBD99 background.


White color preview on #AFBD99 background

This text has white color on #AFBD99 background.