COLOR #AFB5BE

HEX: #AFB5BE RGB: (175,181,190)

Color info

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

RGB color model

#AFB5BE color RGB value is (175,181,190).

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

RGB channels and saturation

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

175
181
190

R + G + B ~ 72%. #AFB5BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 181 + 190 = 546 (100%)
R 175 of 546 ~ 32.05%
G 181 of 546 ~ 33.15%
B 190 of 546 ~ 34.8'%

%32.05
%33.15
%34.8

CMYK color model

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

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

CMYK: (8,5,0,25)
C8M5Y0K25 (8%, 5%, 0%, 25%)
(0.08 / 0.05 / 0.00 / 0.25)

CMYK percentages

%7.89
%4.74
%0
%25.49

Codes

Color #AFB5BE in popluar color models

AF B5 BE
RGB 175 181 190
HSL 216° 10.34% 71.57%
HSB/HSV 216° 7.89% 74.51%
CMYK 7.89% 4.74% 0.00%
25.49%

Color #AFB5BE in popluar number systems.

HEX AF B5 BE
Decimal 175 181 190
Binary 10101111 10110101 10111110
Octal 257 265 276

Shades and tints

Shades of #AFB5BE

#AFB5BE
(175,181,190)
#A0A5AD
(160,165,173)
#91959C
(145,149,156)
#82858B
(130,133,139)
#73757A
(115,117,122)
#646569
(100,101,105)
#555558
(85,85,88)
#464547
(70,69,71)
#373536
(55,53,54)
#282525
(40,37,37)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #AFB5BE

#AFB5BE
(175,181,190)
#B6BBC3
(182,187,195)
#BDC1C8
(189,193,200)
#C4C7CD
(196,199,205)
#CBCDD2
(203,205,210)
#D2D3D7
(210,211,215)
#D9D9DC
(217,217,220)
#E0DFE1
(224,223,225)
#E7E5E6
(231,229,230)
#EEEBEB
(238,235,235)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB5BE; }

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

This text font color is #AFB5BE.

Background Color

.myBgColor { background-color: #AFB5BE; }

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

This div background color is #AFB5BE.

Border color

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

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

This div border color is #AFB5BE.

Opacity

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

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

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

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

This text has shadow with #AFB5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB5BE.

Preview

Color preview on black background

This text has color #AFB5BE on black background.


Color preview on white background

This text has color #AFB5BE on white background.


Black color preview on #AFB5BE background

This text has black color on #AFB5BE background.


White color preview on #AFB5BE background

This text has white color on #AFB5BE background.


Related colors

Complementary color

Complementary color for #hex is #504A41.


I love getcolorcode.com

Triadic colors

1 #BEAFB5 and #B5BEAF with #AFB5BE are triadic colors.

2 #BEB5AF and #B5AFBE with #AFB5BE are triadic colors.