COLOR #AFC9B2

HEX: #AFC9B2
RGB: (175,201,178)

Color info

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

RGB color model

#AFC9B2 color RGB value is (175,201,178).

  • red value is 175;
  • green value is 201;
  • blue value is 178.
RGB:
(175,201,178)
(69%,79%,70%)

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 178 of 255 = 70%

175
201
178

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

Portions of RGB colors in percentages

R + G + B =
175 + 201 + 178 = 554 (100%)
R 175 of 554 ~ 31.59%
G 201 of 554 ~ 36.28%
B 178 of 554 ~ 32.13%

%31.59
%36.28
%32.13

CMYK color model

#AFC9B2 color CMYK value is (13,0,11,21).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 11.44%
  • key color value is 21.18%
CMYK:
(13,0,11,21)
C13M0Y11K21 
(13%,0%,11%,21%)
(0.13/0.00/0.11/0.21)	

CMYK percentages

%12.94
%0
%11.44
%21.18

Codes

Color #AFC9B2 in popluar color models

AFC9B2
RGB175201178
HSL127°19.40%73.73%
HSB/HSV127°12.94%78.82%
CMYK12.94%0.00%11.44%
21.18%

Color #AFC9B2 in popluar number systems.

HEXAFC9B2
Decimal175201178
Binary101011111100100110110010
Octal257311262

Shades and tints

Shades of #AFC9B2

#AFC9B2
(175,201,178)
#A0B7A2
(160,183,162)
#91A592
(145,165,146)
#829382
(130,147,130)
#738172
(115,129,114)
#646F62
(100,111,98)
#555D52
(85,93,82)
#464B42
(70,75,66)
#373932
(55,57,50)
#282722
(40,39,34)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #AFC9B2

#AFC9B2
(175,201,178)
#B6CDB9
(182,205,185)
#BDD1C0
(189,209,192)
#C4D5C7
(196,213,199)
#CBD9CE
(203,217,206)
#D2DDD5
(210,221,213)
#D9E1DC
(217,225,220)
#E0E5E3
(224,229,227)
#E7E9EA
(231,233,234)
#EEEDF1
(238,237,241)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC9B2 color. Also use rgb(175,201,178) instead hex code.

Text Font Color

.myTextColor { color: #AFC9B2; }

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

This text font color is #AFC9B2.


Background Color

.myBgColor { background-color: #AFC9B2; }

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

This div background color is #AFC9B2.


Border color

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

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

This div border color is #AFC9B2.


Opacity

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

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

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

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

This text has shadow with #AFC9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC9B2 on black background.


Color preview on white background

This text has color #AFC9B2 on white background.



Black color preview on #AFC9B2 background

This text has black color on #AFC9B2 background.


White color preview on #AFC9B2 background

This text has white color on #AFC9B2 background.