COLOR #AFC2BC

HEX: #AFC2BC RGB: (175,194,188)

Color info

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

RGB color model

#AFC2BC color RGB value is (175,194,188).

RGB: (175,194,188) (69%, 76%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 194 of 255 = 76%
B 188 of 255 = 74%

175
194
188

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

Portions of RGB colors in percentages

R + G + B = 175 + 194 + 188 = 557 (100%)
R 175 of 557 ~ 31.42%
G 194 of 557 ~ 34.83%
B 188 of 557 ~ 33.75'%

%31.42
%34.83
%33.75

CMYK color model

#AFC2BC color CMYK value is (10,0,3,24).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 23.92%

CMYK: (10,0,3,24)
C10M0Y3K24 (10%, 0%, 3%, 24%)
(0.10 / 0.00 / 0.03 / 0.24)

CMYK percentages

%9.79
%0
%3.09
%23.92

Codes

Color #AFC2BC in popluar color models

AF C2 BC
RGB 175 194 188
HSL 161° 13.48% 72.35%
HSB/HSV 161° 9.79% 76.08%
CMYK 9.79% 0.00% 3.09%
23.92%

Color #AFC2BC in popluar number systems.

HEX AF C2 BC
Decimal 175 194 188
Binary 10101111 11000010 10111100
Octal 257 302 274

Shades and tints

Shades of #AFC2BC

#AFC2BC
(175,194,188)
#A0B1AB
(160,177,171)
#91A09A
(145,160,154)
#828F89
(130,143,137)
#737E78
(115,126,120)
#646D67
(100,109,103)
#555C56
(85,92,86)
#464B45
(70,75,69)
#373A34
(55,58,52)
#282923
(40,41,35)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #AFC2BC

#AFC2BC
(175,194,188)
#B6C7C2
(182,199,194)
#BDCCC8
(189,204,200)
#C4D1CE
(196,209,206)
#CBD6D4
(203,214,212)
#D2DBDA
(210,219,218)
#D9E0E0
(217,224,224)
#E0E5E6
(224,229,230)
#E7EAEC
(231,234,236)
#EEEFF2
(238,239,242)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC2BC color. Also use rgb(175,194,188) instead hex code.

Text Font Color

.myTextColor { color: #AFC2BC; }

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

This text font color is #AFC2BC.

Background Color

.myBgColor { background-color: #AFC2BC; }

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

This div background color is #AFC2BC.

Border color

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

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

This div border color is #AFC2BC.

Opacity

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

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

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

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

This text has shadow with #AFC2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC2BC.

Preview

Color preview on black background

This text has color #AFC2BC on black background.


Color preview on white background

This text has color #AFC2BC on white background.


Black color preview on #AFC2BC background

This text has black color on #AFC2BC background.


White color preview on #AFC2BC background

This text has white color on #AFC2BC background.


Related colors

Complementary color

Complementary color for #hex is #503D43.


I love getcolorcode.com

Triadic colors

1 #BCAFC2 and #C2BCAF with #AFC2BC are triadic colors.

2 #BCC2AF and #C2AFBC with #AFC2BC are triadic colors.