COLOR #AFC1BC

HEX: #AFC1BC RGB: (175,193,188)

Color info

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

RGB color model

#AFC1BC color RGB value is (175,193,188).

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

RGB channels and saturation

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

175
193
188

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

Portions of RGB colors in percentages

R + G + B = 175 + 193 + 188 = 556 (100%)
R 175 of 556 ~ 31.47%
G 193 of 556 ~ 34.71%
B 188 of 556 ~ 33.81'%

%31.47
%34.71
%33.81

CMYK color model

#AFC1BC color CMYK value is (9,0,3,24).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 2.59%
  • key color value is 24.31%
CMYK: (9,0,3,24) C9M0Y3K24 (9%,0%,3%,24%) (0.09/0.00/0.03/0.24) 

CMYK percentages

%9.33
%0
%2.59
%24.31

Codes

Color #AFC1BC in popluar color models

AF C1 BC
RGB 175 193 188
HSL 163° 12.68% 72.16%
HSB/HSV 163° 9.33% 75.69%
CMYK 9.33% 0.00% 2.59%
24.31%

Color #AFC1BC in popluar number systems.

HEX AF C1 BC
Decimal 175 193 188
Binary 10101111 11000001 10111100
Octal 257 301 274

Shades and tints

Shades of #AFC1BC

#AFC1BC
(175,193,188)
#A0B0AB
(160,176,171)
#919F9A
(145,159,154)
#828E89
(130,142,137)
#737D78
(115,125,120)
#646C67
(100,108,103)
#555B56
(85,91,86)
#464A45
(70,74,69)
#373934
(55,57,52)
#282823
(40,40,35)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #AFC1BC

#AFC1BC
(175,193,188)
#B6C6C2
(182,198,194)
#BDCBC8
(189,203,200)
#C4D0CE
(196,208,206)
#CBD5D4
(203,213,212)
#D2DADA
(210,218,218)
#D9DFE0
(217,223,224)
#E0E4E6
(224,228,230)
#E7E9EC
(231,233,236)
#EEEEF2
(238,238,242)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC1BC; }

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

This text font color is #AFC1BC.

Background Color

.myBgColor { background-color: #AFC1BC; }

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

This div background color is #AFC1BC.

Border color

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

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

This div border color is #AFC1BC.

Opacity

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

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

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

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

This text has shadow with #AFC1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC1BC.

Preview

Color preview on black background

This text has color #AFC1BC on black background.


Color preview on white background

This text has color #AFC1BC on white background.


Black color preview on #AFC1BC background

This text has black color on #AFC1BC background.


White color preview on #AFC1BC background

This text has white color on #AFC1BC background.


Related colors

Complementary color

Complementary color for #hex is #503E43.


I love getcolorcode.com

Triadic colors

1 #BCAFC1 and #C1BCAF with #AFC1BC are triadic colors.

2 #BCC1AF and #C1AFBC with #AFC1BC are triadic colors.