COLOR #AFC3B6

HEX: #AFC3B6
RGB: (175,195,182)

Color info

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

RGB color model

#AFC3B6 color RGB value is (175,195,182).

  • red value is 175;
  • green value is 195;
  • blue value is 182.
RGB:
(175,195,182)
(69%,76%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 195 of 255 = 76%
B 182 of 255 = 71%

175
195
182

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

Portions of RGB colors in percentages

R + G + B =
175 + 195 + 182 = 552 (100%)
R 175 of 552 ~ 31.7%
G 195 of 552 ~ 35.33%
B 182 of 552 ~ 32.97%

%31.7
%35.33
%32.97

CMYK color model

#AFC3B6 color CMYK value is (10,0,7,24).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 23.53%
CMYK:
(10,0,7,24)
C10M0Y7K24 
(10%,0%,7%,24%)
(0.10/0.00/0.07/0.24)	

CMYK percentages

%10.26
%0
%6.67
%23.53

Codes

Color #AFC3B6 in popluar color models

AFC3B6
RGB175195182
HSL141°14.29%72.55%
HSB/HSV141°10.26%76.47%
CMYK10.26%0.00%6.67%
23.53%

Color #AFC3B6 in popluar number systems.

HEXAFC3B6
Decimal175195182
Binary101011111100001110110110
Octal257303266

Shades and tints

Shades of #AFC3B6

#AFC3B6
(175,195,182)
#A0B2A6
(160,178,166)
#91A196
(145,161,150)
#829086
(130,144,134)
#737F76
(115,127,118)
#646E66
(100,110,102)
#555D56
(85,93,86)
#464C46
(70,76,70)
#373B36
(55,59,54)
#282A26
(40,42,38)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #AFC3B6

#AFC3B6
(175,195,182)
#B6C8BC
(182,200,188)
#BDCDC2
(189,205,194)
#C4D2C8
(196,210,200)
#CBD7CE
(203,215,206)
#D2DCD4
(210,220,212)
#D9E1DA
(217,225,218)
#E0E6E0
(224,230,224)
#E7EBE6
(231,235,230)
#EEF0EC
(238,240,236)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC3B6 color. Also use rgb(175,195,182) instead hex code.

Text Font Color

.myTextColor { color: #AFC3B6; }

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

This text font color is #AFC3B6.


Background Color

.myBgColor { background-color: #AFC3B6; }

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

This div background color is #AFC3B6.


Border color

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

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

This div border color is #AFC3B6.


Opacity

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

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

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

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

This text has shadow with #AFC3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC3B6 on black background.


Color preview on white background

This text has color #AFC3B6 on white background.



Black color preview on #AFC3B6 background

This text has black color on #AFC3B6 background.


White color preview on #AFC3B6 background

This text has white color on #AFC3B6 background.