COLOR #AFBEBD

HEX: #AFBEBD
RGB: (175,190,189)

Color info

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

RGB color model

#AFBEBD color RGB value is (175,190,189).

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

RGB channels and saturation

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

175
190
189

R + G + B ~ 73%. #AFBEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 190 + 189 = 554 (100%)
R 175 of 554 ~ 31.59%
G 190 of 554 ~ 34.3%
B 189 of 554 ~ 34.12%

%31.59
%34.3
%34.12

CMYK color model

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

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 25.49%
CMYK:
(8,0,1,25)
C8M0Y1K25 
(8%,0%,1%,25%)
(0.08/0.00/0.01/0.25)	

CMYK percentages

%7.89
%0
%0.53
%25.49

Codes

Color #AFBEBD in popluar color models

AFBEBD
RGB175190189
HSL176°10.34%71.57%
HSB/HSV176°7.89%74.51%
CMYK7.89%0.00%0.53%
25.49%

Color #AFBEBD in popluar number systems.

HEXAFBEBD
Decimal175190189
Binary101011111011111010111101
Octal257276275

Shades and tints

Shades of #AFBEBD

#AFBEBD
(175,190,189)
#A0ADAC
(160,173,172)
#919C9B
(145,156,155)
#828B8A
(130,139,138)
#737A79
(115,122,121)
#646968
(100,105,104)
#555857
(85,88,87)
#464746
(70,71,70)
#373635
(55,54,53)
#282524
(40,37,36)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AFBEBD

#AFBEBD
(175,190,189)
#B6C3C3
(182,195,195)
#BDC8C9
(189,200,201)
#C4CDCF
(196,205,207)
#CBD2D5
(203,210,213)
#D2D7DB
(210,215,219)
#D9DCE1
(217,220,225)
#E0E1E7
(224,225,231)
#E7E6ED
(231,230,237)
#EEEBF3
(238,235,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBEBD; }

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

This text font color is #AFBEBD.


Background Color

.myBgColor { background-color: #AFBEBD; }

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

This div background color is #AFBEBD.


Border color

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

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

This div border color is #AFBEBD.


Opacity

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

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

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

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

This text has shadow with #AFBEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBEBD on black background.


Color preview on white background

This text has color #AFBEBD on white background.



Black color preview on #AFBEBD background

This text has black color on #AFBEBD background.


White color preview on #AFBEBD background

This text has white color on #AFBEBD background.