COLOR #AFB994

HEX: #AFB994 RGB: (175,185,148)

Color info

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

RGB color model

#AFB994 color RGB value is (175,185,148).

RGB: (175,185,148) (69%, 73%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 148 of 255 = 58%

175
185
148

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

Portions of RGB colors in percentages

R + G + B = 175 + 185 + 148 = 508 (100%)
R 175 of 508 ~ 34.45%
G 185 of 508 ~ 36.42%
B 148 of 508 ~ 29.13'%

%34.45
%36.42
%29.13

CMYK color model

#AFB994 color CMYK value is (5,0,20,27).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 27.45%
CMYK: (5,0,20,27) C5M0Y20K27 (5%,0%,20%,27%) (0.05/0.00/0.20/0.27) 

CMYK percentages

%5.41
%0
%20
%27.45

Codes

Color #AFB994 in popluar color models

AF B9 94
RGB 175 185 148
HSL 76° 20.90% 65.29%
HSB/HSV 76° 20.00% 72.55%
CMYK 5.41% 0.00% 20.00%
27.45%

Color #AFB994 in popluar number systems.

HEX AF B9 94
Decimal 175 185 148
Binary 10101111 10111001 10010100
Octal 257 271 224

Shades and tints

Shades of #AFB994

#AFB994
(175,185,148)
#A0A987
(160,169,135)
#91997A
(145,153,122)
#82896D
(130,137,109)
#737960
(115,121,96)
#646953
(100,105,83)
#555946
(85,89,70)
#464939
(70,73,57)
#37392C
(55,57,44)
#28291F
(40,41,31)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #AFB994

#AFB994
(175,185,148)
#B6BF9D
(182,191,157)
#BDC5A6
(189,197,166)
#C4CBAF
(196,203,175)
#CBD1B8
(203,209,184)
#D2D7C1
(210,215,193)
#D9DDCA
(217,221,202)
#E0E3D3
(224,227,211)
#E7E9DC
(231,233,220)
#EEEFE5
(238,239,229)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB994 color. Also use rgb(175,185,148) instead hex code.

Text Font Color

.myTextColor { color: #AFB994; }

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

This text font color is #AFB994.

Background Color

.myBgColor { background-color: #AFB994; }

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

This div background color is #AFB994.

Border color

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

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

This div border color is #AFB994.

Opacity

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

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

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

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

This text has shadow with #AFB994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB994.

Preview

Color preview on black background

This text has color #AFB994 on black background.


Color preview on white background

This text has color #AFB994 on white background.


Black color preview on #AFB994 background

This text has black color on #AFB994 background.


White color preview on #AFB994 background

This text has white color on #AFB994 background.


Related colors

Complementary color

Complementary color for #hex is #50466B.


I love getcolorcode.com

Triadic colors

1 #94AFB9 and #B994AF with #AFB994 are triadic colors.

2 #94B9AF and #B9AF94 with #AFB994 are triadic colors.