COLOR #AFC0BD

HEX: #AFC0BD
RGB: (175,192,189)

Color info

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

RGB color model

#AFC0BD color RGB value is (175,192,189).

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

RGB channels and saturation

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

175
192
189

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

Portions of RGB colors in percentages

R + G + B =
175 + 192 + 189 = 556 (100%)
R 175 of 556 ~ 31.47%
G 192 of 556 ~ 34.53%
B 189 of 556 ~ 33.99%

%31.47
%34.53
%33.99

CMYK color model

#AFC0BD color CMYK value is (9,0,2,25).

  • cyan value is 8.85%
  • magenta value is 0.00%
  • yellow value is 1.56%
  • key color value is 24.71%
CMYK:
(9,0,2,25)
C9M0Y2K25 
(9%,0%,2%,25%)
(0.09/0.00/0.02/0.25)	

CMYK percentages

%8.85
%0
%1.56
%24.71

Codes

Color #AFC0BD in popluar color models

AFC0BD
RGB175192189
HSL169°11.89%71.96%
HSB/HSV169°8.85%75.29%
CMYK8.85%0.00%1.56%
24.71%

Color #AFC0BD in popluar number systems.

HEXAFC0BD
Decimal175192189
Binary101011111100000010111101
Octal257300275

Shades and tints

Shades of #AFC0BD

#AFC0BD
(175,192,189)
#A0AFAC
(160,175,172)
#919E9B
(145,158,155)
#828D8A
(130,141,138)
#737C79
(115,124,121)
#646B68
(100,107,104)
#555A57
(85,90,87)
#464946
(70,73,70)
#373835
(55,56,53)
#282724
(40,39,36)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #AFC0BD

#AFC0BD
(175,192,189)
#B6C5C3
(182,197,195)
#BDCAC9
(189,202,201)
#C4CFCF
(196,207,207)
#CBD4D5
(203,212,213)
#D2D9DB
(210,217,219)
#D9DEE1
(217,222,225)
#E0E3E7
(224,227,231)
#E7E8ED
(231,232,237)
#EEEDF3
(238,237,243)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC0BD; }

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

This text font color is #AFC0BD.


Background Color

.myBgColor { background-color: #AFC0BD; }

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

This div background color is #AFC0BD.


Border color

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

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

This div border color is #AFC0BD.


Opacity

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

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

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

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

This text has shadow with #AFC0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC0BD on black background.


Color preview on white background

This text has color #AFC0BD on white background.



Black color preview on #AFC0BD background

This text has black color on #AFC0BD background.


White color preview on #AFC0BD background

This text has white color on #AFC0BD background.