COLOR #AFB198

HEX: #AFB198
RGB: (175,177,152)

Color info

#AFB198 contains red, green and blue colors in about the same proportion. Web safe color of #AFB198 is #999999 (or #999).

RGB color model

#AFB198 color RGB value is (175,177,152).

  • red value is 175;
  • green value is 177;
  • blue value is 152.
RGB:
(175,177,152)
(69%,69%,60%)

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 152 of 255 = 60%

175
177
152

R + G + B ~ 66%. #AFB198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 177 + 152 = 504 (100%)
R 175 of 504 ~ 34.72%
G 177 of 504 ~ 35.12%
B 152 of 504 ~ 30.16%

%34.72
%35.12
%30.16

CMYK color model

#AFB198 color CMYK value is (1,0,14,31).

  • cyan value is 1.13%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 30.59%
CMYK:
(1,0,14,31)
C1M0Y14K31 
(1%,0%,14%,31%)
(0.01/0.00/0.14/0.31)	

CMYK percentages

%1.13
%0
%14.12
%30.59

Codes

Color #AFB198 in popluar color models

AFB198
RGB175177152
HSL65°13.81%64.51%
HSB/HSV65°14.12%69.41%
CMYK1.13%0.00%14.12%
30.59%

Color #AFB198 in popluar number systems.

HEXAFB198
Decimal175177152
Binary101011111011000110011000
Octal257261230

Shades and tints

Shades of #AFB198

#AFB198
(175,177,152)
#A0A18B
(160,161,139)
#91917E
(145,145,126)
#828171
(130,129,113)
#737164
(115,113,100)
#646157
(100,97,87)
#55514A
(85,81,74)
#46413D
(70,65,61)
#373130
(55,49,48)
#282123
(40,33,35)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #AFB198

#AFB198
(175,177,152)
#B6B8A1
(182,184,161)
#BDBFAA
(189,191,170)
#C4C6B3
(196,198,179)
#CBCDBC
(203,205,188)
#D2D4C5
(210,212,197)
#D9DBCE
(217,219,206)
#E0E2D7
(224,226,215)
#E7E9E0
(231,233,224)
#EEF0E9
(238,240,233)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB198 color. Also use rgb(175,177,152) instead hex code.

Text Font Color

.myTextColor { color: #AFB198; }

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

This text font color is #AFB198.


Background Color

.myBgColor { background-color: #AFB198; }

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

This div background color is #AFB198.


Border color

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

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

This div border color is #AFB198.


Opacity

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

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

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

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

This text has shadow with #AFB198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB198 on black background.


Color preview on white background

This text has color #AFB198 on white background.



Black color preview on #AFB198 background

This text has black color on #AFB198 background.


White color preview on #AFB198 background

This text has white color on #AFB198 background.