COLOR #AFB995

HEX: #AFB995
RGB: (175,185,149)

Color info

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

RGB color model

#AFB995 color RGB value is (175,185,149).

  • red value is 175;
  • green value is 185;
  • blue value is 149.
RGB:
(175,185,149)
(69%,73%,58%)

RGB channels and saturation

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

175
185
149

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

Portions of RGB colors in percentages

R + G + B =
175 + 185 + 149 = 509 (100%)
R 175 of 509 ~ 34.38%
G 185 of 509 ~ 36.35%
B 149 of 509 ~ 29.27%

%34.38
%36.35
%29.27

CMYK color model

#AFB995 color CMYK value is (5,0,19,27).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 27.45%
CMYK:
(5,0,19,27)
C5M0Y19K27 
(5%,0%,19%,27%)
(0.05/0.00/0.19/0.27)	

CMYK percentages

%5.41
%0
%19.46
%27.45

Codes

Color #AFB995 in popluar color models

AFB995
RGB175185149
HSL77°20.45%65.49%
HSB/HSV77°19.46%72.55%
CMYK5.41%0.00%19.46%
27.45%

Color #AFB995 in popluar number systems.

HEXAFB995
Decimal175185149
Binary101011111011100110010101
Octal257271225

Shades and tints

Shades of #AFB995

#AFB995
(175,185,149)
#A0A988
(160,169,136)
#91997B
(145,153,123)
#82896E
(130,137,110)
#737961
(115,121,97)
#646954
(100,105,84)
#555947
(85,89,71)
#46493A
(70,73,58)
#37392D
(55,57,45)
#282920
(40,41,32)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #AFB995

#AFB995
(175,185,149)
#B6BF9E
(182,191,158)
#BDC5A7
(189,197,167)
#C4CBB0
(196,203,176)
#CBD1B9
(203,209,185)
#D2D7C2
(210,215,194)
#D9DDCB
(217,221,203)
#E0E3D4
(224,227,212)
#E7E9DD
(231,233,221)
#EEEFE6
(238,239,230)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB995; }

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

This text font color is #AFB995.


Background Color

.myBgColor { background-color: #AFB995; }

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

This div background color is #AFB995.


Border color

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

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

This div border color is #AFB995.


Opacity

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

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

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

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

This text has shadow with #AFB995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB995 on black background.


Color preview on white background

This text has color #AFB995 on white background.



Black color preview on #AFB995 background

This text has black color on #AFB995 background.


White color preview on #AFB995 background

This text has white color on #AFB995 background.