COLOR #AFC4B1

HEX: #AFC4B1
RGB: (175,196,177)

Color info

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

RGB color model

#AFC4B1 color RGB value is (175,196,177).

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

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 177 of 255 = 69%

175
196
177

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

Portions of RGB colors in percentages

R + G + B =
175 + 196 + 177 = 548 (100%)
R 175 of 548 ~ 31.93%
G 196 of 548 ~ 35.77%
B 177 of 548 ~ 32.3%

%31.93
%35.77
%32.3

CMYK color model

#AFC4B1 color CMYK value is (11,0,10,23).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(11,0,10,23)
C11M0Y10K23 
(11%,0%,10%,23%)
(0.11/0.00/0.10/0.23)	

CMYK percentages

%10.71
%0
%9.69
%23.14

Codes

Color #AFC4B1 in popluar color models

AFC4B1
RGB175196177
HSL126°15.11%72.75%
HSB/HSV126°10.71%76.86%
CMYK10.71%0.00%9.69%
23.14%

Color #AFC4B1 in popluar number systems.

HEXAFC4B1
Decimal175196177
Binary101011111100010010110001
Octal257304261

Shades and tints

Shades of #AFC4B1

#AFC4B1
(175,196,177)
#A0B3A1
(160,179,161)
#91A291
(145,162,145)
#829181
(130,145,129)
#738071
(115,128,113)
#646F61
(100,111,97)
#555E51
(85,94,81)
#464D41
(70,77,65)
#373C31
(55,60,49)
#282B21
(40,43,33)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #AFC4B1

#AFC4B1
(175,196,177)
#B6C9B8
(182,201,184)
#BDCEBF
(189,206,191)
#C4D3C6
(196,211,198)
#CBD8CD
(203,216,205)
#D2DDD4
(210,221,212)
#D9E2DB
(217,226,219)
#E0E7E2
(224,231,226)
#E7ECE9
(231,236,233)
#EEF1F0
(238,241,240)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC4B1; }

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

This text font color is #AFC4B1.


Background Color

.myBgColor { background-color: #AFC4B1; }

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

This div background color is #AFC4B1.


Border color

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

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

This div border color is #AFC4B1.


Opacity

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

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

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

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

This text has shadow with #AFC4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC4B1 on black background.


Color preview on white background

This text has color #AFC4B1 on white background.



Black color preview on #AFC4B1 background

This text has black color on #AFC4B1 background.


White color preview on #AFC4B1 background

This text has white color on #AFC4B1 background.