COLOR #AFBEAF

HEX: #AFBEAF RGB: (175,190,175)

Color info

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

RGB color model

#AFBEAF color RGB value is (175,190,175).

RGB: (175,190,175) (69%, 75%, 69%)

RGB channels and saturation

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

175
190
175

R + G + B ~ 71%. #AFBEAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 190 + 175 = 540 (100%)
R 175 of 540 ~ 32.41%
G 190 of 540 ~ 35.19%
B 175 of 540 ~ 32.41'%

%32.41
%35.19
%32.41

CMYK color model

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

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%

CMYK: (8,0,8,25)
C8M0Y8K25 (8%, 0%, 8%, 25%)
(0.08 / 0.00 / 0.08 / 0.25)

CMYK percentages

%7.89
%0
%7.89
%25.49

Codes

Color #AFBEAF in popluar color models

AF BE AF
RGB 175 190 175
HSL 120° 10.34% 71.57%
HSB/HSV 120° 7.89% 74.51%
CMYK 7.89% 0.00% 7.89%
25.49%

Color #AFBEAF in popluar number systems.

HEX AF BE AF
Decimal 175 190 175
Binary 10101111 10111110 10101111
Octal 257 276 257

Shades and tints

Shades of #AFBEAF

#AFBEAF
(175,190,175)
#A0ADA0
(160,173,160)
#919C91
(145,156,145)
#828B82
(130,139,130)
#737A73
(115,122,115)
#646964
(100,105,100)
#555855
(85,88,85)
#464746
(70,71,70)
#373637
(55,54,55)
#282528
(40,37,40)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #AFBEAF

#AFBEAF
(175,190,175)
#B6C3B6
(182,195,182)
#BDC8BD
(189,200,189)
#C4CDC4
(196,205,196)
#CBD2CB
(203,210,203)
#D2D7D2
(210,215,210)
#D9DCD9
(217,220,217)
#E0E1E0
(224,225,224)
#E7E6E7
(231,230,231)
#EEEBEE
(238,235,238)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEAF; }

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

This text font color is #AFBEAF.

Background Color

.myBgColor { background-color: #AFBEAF; }

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

This div background color is #AFBEAF.

Border color

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

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

This div border color is #AFBEAF.

Opacity

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

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

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

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

This text has shadow with #AFBEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBEAF.

Preview

Color preview on black background

This text has color #AFBEAF on black background.


Color preview on white background

This text has color #AFBEAF on white background.


Black color preview on #AFBEAF background

This text has black color on #AFBEAF background.


White color preview on #AFBEAF background

This text has white color on #AFBEAF background.


Related colors

Complementary color

Complementary color for #hex is #504150.


I love getcolorcode.com

Triadic colors

1 #AFAFBE and #BEAFAF with #AFBEAF are triadic colors.

2 #AFBEAF and #BEAFAF with #AFBEAF are triadic colors.