COLOR #AFC0B3

HEX: #AFC0B3
RGB: (175,192,179)

Color info

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

RGB color model

#AFC0B3 color RGB value is (175,192,179).

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

RGB channels and saturation

R 175 of 255 = 69%
G 192 of 255 = 75%
B 179 of 255 = 70%

175
192
179

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

Portions of RGB colors in percentages

R + G + B =
175 + 192 + 179 = 546 (100%)
R 175 of 546 ~ 32.05%
G 192 of 546 ~ 35.16%
B 179 of 546 ~ 32.78%

%32.05
%35.16
%32.78

CMYK color model

#AFC0B3 color CMYK value is (9,0,7,25).

  • cyan value is 8.85%
  • magenta value is 0.00%
  • yellow value is 6.77%
  • key color value is 24.71%
CMYK:
(9,0,7,25)
C9M0Y7K25 
(9%,0%,7%,25%)
(0.09/0.00/0.07/0.25)	

CMYK percentages

%8.85
%0
%6.77
%24.71

Codes

Color #AFC0B3 in popluar color models

AFC0B3
RGB175192179
HSL134°11.89%71.96%
HSB/HSV134°8.85%75.29%
CMYK8.85%0.00%6.77%
24.71%

Color #AFC0B3 in popluar number systems.

HEXAFC0B3
Decimal175192179
Binary101011111100000010110011
Octal257300263

Shades and tints

Shades of #AFC0B3

#AFC0B3
(175,192,179)
#A0AFA3
(160,175,163)
#919E93
(145,158,147)
#828D83
(130,141,131)
#737C73
(115,124,115)
#646B63
(100,107,99)
#555A53
(85,90,83)
#464943
(70,73,67)
#373833
(55,56,51)
#282723
(40,39,35)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #AFC0B3

#AFC0B3
(175,192,179)
#B6C5B9
(182,197,185)
#BDCABF
(189,202,191)
#C4CFC5
(196,207,197)
#CBD4CB
(203,212,203)
#D2D9D1
(210,217,209)
#D9DED7
(217,222,215)
#E0E3DD
(224,227,221)
#E7E8E3
(231,232,227)
#EEEDE9
(238,237,233)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC0B3; }

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

This text font color is #AFC0B3.


Background Color

.myBgColor { background-color: #AFC0B3; }

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

This div background color is #AFC0B3.


Border color

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

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

This div border color is #AFC0B3.


Opacity

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

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

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

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

This text has shadow with #AFC0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC0B3 on black background.


Color preview on white background

This text has color #AFC0B3 on white background.



Black color preview on #AFC0B3 background

This text has black color on #AFC0B3 background.


White color preview on #AFC0B3 background

This text has white color on #AFC0B3 background.