COLOR #AFBEA0

HEX: #AFBEA0
RGB: (175,190,160)

Color info

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

RGB color model

#AFBEA0 color RGB value is (175,190,160).

  • red value is 175;
  • green value is 190;
  • blue value is 160.
RGB:
(175,190,160)
(69%,75%,63%)

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 160 of 255 = 63%

175
190
160

R + G + B ~ 69%. #AFBEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 160 = 525 (100%)
R 175 of 525 ~ 33.33%
G 190 of 525 ~ 36.19%
B 160 of 525 ~ 30.48%

%33.33
%36.19
%30.48

CMYK color model

#AFBEA0 color CMYK value is (8,0,16,25).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 25.49%
CMYK:
(8,0,16,25)
C8M0Y16K25 
(8%,0%,16%,25%)
(0.08/0.00/0.16/0.25)	

CMYK percentages

%7.89
%0
%15.79
%25.49

Codes

Color #AFBEA0 in popluar color models

AFBEA0
RGB175190160
HSL90°18.75%68.63%
HSB/HSV90°15.79%74.51%
CMYK7.89%0.00%15.79%
25.49%

Color #AFBEA0 in popluar number systems.

HEXAFBEA0
Decimal175190160
Binary101011111011111010100000
Octal257276240

Shades and tints

Shades of #AFBEA0

#AFBEA0
(175,190,160)
#A0AD92
(160,173,146)
#919C84
(145,156,132)
#828B76
(130,139,118)
#737A68
(115,122,104)
#64695A
(100,105,90)
#55584C
(85,88,76)
#46473E
(70,71,62)
#373630
(55,54,48)
#282522
(40,37,34)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #AFBEA0

#AFBEA0
(175,190,160)
#B6C3A8
(182,195,168)
#BDC8B0
(189,200,176)
#C4CDB8
(196,205,184)
#CBD2C0
(203,210,192)
#D2D7C8
(210,215,200)
#D9DCD0
(217,220,208)
#E0E1D8
(224,225,216)
#E7E6E0
(231,230,224)
#EEEBE8
(238,235,232)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEA0; }

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

This text font color is #AFBEA0.


Background Color

.myBgColor { background-color: #AFBEA0; }

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

This div background color is #AFBEA0.


Border color

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

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

This div border color is #AFBEA0.


Opacity

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

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

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

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

This text has shadow with #AFBEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBEA0 on black background.


Color preview on white background

This text has color #AFBEA0 on white background.



Black color preview on #AFBEA0 background

This text has black color on #AFBEA0 background.


White color preview on #AFBEA0 background

This text has white color on #AFBEA0 background.