COLOR #AFBDB1

HEX: #AFBDB1
RGB: (175,189,177)

Color info

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

RGB color model

#AFBDB1 color RGB value is (175,189,177).

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

RGB channels and saturation

R 175 of 255 = 69%
G 189 of 255 = 74%
B 177 of 255 = 69%

175
189
177

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

Portions of RGB colors in percentages

R + G + B =
175 + 189 + 177 = 541 (100%)
R 175 of 541 ~ 32.35%
G 189 of 541 ~ 34.94%
B 177 of 541 ~ 32.72%

%32.35
%34.94
%32.72

CMYK color model

#AFBDB1 color CMYK value is (7,0,6,26).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 6.35%
  • key color value is 25.88%
CMYK:
(7,0,6,26)
C7M0Y6K26 
(7%,0%,6%,26%)
(0.07/0.00/0.06/0.26)	

CMYK percentages

%7.41
%0
%6.35
%25.88

Codes

Color #AFBDB1 in popluar color models

AFBDB1
RGB175189177
HSL129°9.59%71.37%
HSB/HSV129°7.41%74.12%
CMYK7.41%0.00%6.35%
25.88%

Color #AFBDB1 in popluar number systems.

HEXAFBDB1
Decimal175189177
Binary101011111011110110110001
Octal257275261

Shades and tints

Shades of #AFBDB1

#AFBDB1
(175,189,177)
#A0ACA1
(160,172,161)
#919B91
(145,155,145)
#828A81
(130,138,129)
#737971
(115,121,113)
#646861
(100,104,97)
#555751
(85,87,81)
#464641
(70,70,65)
#373531
(55,53,49)
#282421
(40,36,33)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #AFBDB1

#AFBDB1
(175,189,177)
#B6C3B8
(182,195,184)
#BDC9BF
(189,201,191)
#C4CFC6
(196,207,198)
#CBD5CD
(203,213,205)
#D2DBD4
(210,219,212)
#D9E1DB
(217,225,219)
#E0E7E2
(224,231,226)
#E7EDE9
(231,237,233)
#EEF3F0
(238,243,240)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBDB1; }

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

This text font color is #AFBDB1.


Background Color

.myBgColor { background-color: #AFBDB1; }

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

This div background color is #AFBDB1.


Border color

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

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

This div border color is #AFBDB1.


Opacity

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

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

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

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

This text has shadow with #AFBDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBDB1 on black background.


Color preview on white background

This text has color #AFBDB1 on white background.



Black color preview on #AFBDB1 background

This text has black color on #AFBDB1 background.


White color preview on #AFBDB1 background

This text has white color on #AFBDB1 background.