COLOR #AFBE99

HEX: #AFBE99 RGB: (175,190,153)

Color info

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

RGB color model

#AFBE99 color RGB value is (175,190,153).

RGB: (175,190,153) (69%, 75%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 153 of 255 = 60%

175
190
153

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

Portions of RGB colors in percentages

R + G + B = 175 + 190 + 153 = 518 (100%)
R 175 of 518 ~ 33.78%
G 190 of 518 ~ 36.68%
B 153 of 518 ~ 29.54'%

%33.78
%36.68
%29.54

CMYK color model

#AFBE99 color CMYK value is (8,0,19,25).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 25.49%

CMYK: (8,0,19,25)
C8M0Y19K25 (8%, 0%, 19%, 25%)
(0.08 / 0.00 / 0.19 / 0.25)

CMYK percentages

%7.89
%0
%19.47
%25.49

Codes

Color #AFBE99 in popluar color models

AF BE 99
RGB 175 190 153
HSL 84° 22.16% 67.25%
HSB/HSV 84° 19.47% 74.51%
CMYK 7.89% 0.00% 19.47%
25.49%

Color #AFBE99 in popluar number systems.

HEX AF BE 99
Decimal 175 190 153
Binary 10101111 10111110 10011001
Octal 257 276 231

Shades and tints

Shades of #AFBE99

#AFBE99
(175,190,153)
#A0AD8C
(160,173,140)
#919C7F
(145,156,127)
#828B72
(130,139,114)
#737A65
(115,122,101)
#646958
(100,105,88)
#55584B
(85,88,75)
#46473E
(70,71,62)
#373631
(55,54,49)
#282524
(40,37,36)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #AFBE99

#AFBE99
(175,190,153)
#B6C3A2
(182,195,162)
#BDC8AB
(189,200,171)
#C4CDB4
(196,205,180)
#CBD2BD
(203,210,189)
#D2D7C6
(210,215,198)
#D9DCCF
(217,220,207)
#E0E1D8
(224,225,216)
#E7E6E1
(231,230,225)
#EEEBEA
(238,235,234)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBE99; }

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

This text font color is #AFBE99.

Background Color

.myBgColor { background-color: #AFBE99; }

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

This div background color is #AFBE99.

Border color

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

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

This div border color is #AFBE99.

Opacity

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

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

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

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

This text has shadow with #AFBE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBE99.

Preview

Color preview on black background

This text has color #AFBE99 on black background.


Color preview on white background

This text has color #AFBE99 on white background.


Black color preview on #AFBE99 background

This text has black color on #AFBE99 background.


White color preview on #AFBE99 background

This text has white color on #AFBE99 background.


Related colors

Complementary color

Complementary color for #hex is #504166.


I love getcolorcode.com

Triadic colors

1 #99AFBE and #BE99AF with #AFBE99 are triadic colors.

2 #99BEAF and #BEAF99 with #AFBE99 are triadic colors.