COLOR #AFBEAB

HEX: #AFBEAB
RGB: (175,190,171)

Color info

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

RGB color model

#AFBEAB color RGB value is (175,190,171).

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

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 171 of 255 = 67%

175
190
171

R + G + B ~ 70%. #AFBEAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 171 = 536 (100%)
R 175 of 536 ~ 32.65%
G 190 of 536 ~ 35.45%
B 171 of 536 ~ 31.9%

%32.65
%35.45
%31.9

CMYK color model

#AFBEAB color CMYK value is (8,0,10,25).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK:
(8,0,10,25)
C8M0Y10K25 
(8%,0%,10%,25%)
(0.08/0.00/0.10/0.25)	

CMYK percentages

%7.89
%0
%10
%25.49

Codes

Color #AFBEAB in popluar color models

AFBEAB
RGB175190171
HSL107°12.75%70.78%
HSB/HSV107°10.00%74.51%
CMYK7.89%0.00%10.00%
25.49%

Color #AFBEAB in popluar number systems.

HEXAFBEAB
Decimal175190171
Binary101011111011111010101011
Octal257276253

Shades and tints

Shades of #AFBEAB

#AFBEAB
(175,190,171)
#A0AD9C
(160,173,156)
#919C8D
(145,156,141)
#828B7E
(130,139,126)
#737A6F
(115,122,111)
#646960
(100,105,96)
#555851
(85,88,81)
#464742
(70,71,66)
#373633
(55,54,51)
#282524
(40,37,36)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #AFBEAB

#AFBEAB
(175,190,171)
#B6C3B2
(182,195,178)
#BDC8B9
(189,200,185)
#C4CDC0
(196,205,192)
#CBD2C7
(203,210,199)
#D2D7CE
(210,215,206)
#D9DCD5
(217,220,213)
#E0E1DC
(224,225,220)
#E7E6E3
(231,230,227)
#EEEBEA
(238,235,234)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEAB; }

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

This text font color is #AFBEAB.


Background Color

.myBgColor { background-color: #AFBEAB; }

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

This div background color is #AFBEAB.


Border color

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

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

This div border color is #AFBEAB.


Opacity

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

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

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

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

This text has shadow with #AFBEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBEAB on black background.


Color preview on white background

This text has color #AFBEAB on white background.



Black color preview on #AFBEAB background

This text has black color on #AFBEAB background.


White color preview on #AFBEAB background

This text has white color on #AFBEAB background.