COLOR #AFC6BC

HEX: #AFC6BC RGB: (175,198,188)

Color info

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

RGB color model

#AFC6BC color RGB value is (175,198,188).

RGB: (175,198,188) (69%, 78%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 198 of 255 = 78%
B 188 of 255 = 74%

175
198
188

R + G + B ~ 74%. #AFC6BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 198 + 188 = 561 (100%)
R 175 of 561 ~ 31.19%
G 198 of 561 ~ 35.29%
B 188 of 561 ~ 33.51'%

%31.19
%35.29
%33.51

CMYK color model

#AFC6BC color CMYK value is (12,0,5,22).

  • cyan value is 11.62%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 22.35%

CMYK: (12,0,5,22)
C12M0Y5K22 (12%, 0%, 5%, 22%)
(0.12 / 0.00 / 0.05 / 0.22)

CMYK percentages

%11.62
%0
%5.05
%22.35

Codes

Color #AFC6BC in popluar color models

AF C6 BC
RGB 175 198 188
HSL 154° 16.79% 73.14%
HSB/HSV 154° 11.62% 77.65%
CMYK 11.62% 0.00% 5.05%
22.35%

Color #AFC6BC in popluar number systems.

HEX AF C6 BC
Decimal 175 198 188
Binary 10101111 11000110 10111100
Octal 257 306 274

Shades and tints

Shades of #AFC6BC

#AFC6BC
(175,198,188)
#A0B4AB
(160,180,171)
#91A29A
(145,162,154)
#829089
(130,144,137)
#737E78
(115,126,120)
#646C67
(100,108,103)
#555A56
(85,90,86)
#464845
(70,72,69)
#373634
(55,54,52)
#282423
(40,36,35)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #AFC6BC

#AFC6BC
(175,198,188)
#B6CBC2
(182,203,194)
#BDD0C8
(189,208,200)
#C4D5CE
(196,213,206)
#CBDAD4
(203,218,212)
#D2DFDA
(210,223,218)
#D9E4E0
(217,228,224)
#E0E9E6
(224,233,230)
#E7EEEC
(231,238,236)
#EEF3F2
(238,243,242)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC6BC; }

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

This text font color is #AFC6BC.

Background Color

.myBgColor { background-color: #AFC6BC; }

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

This div background color is #AFC6BC.

Border color

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

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

This div border color is #AFC6BC.

Opacity

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

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

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

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

This text has shadow with #AFC6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC6BC.

Preview

Color preview on black background

This text has color #AFC6BC on black background.


Color preview on white background

This text has color #AFC6BC on white background.


Black color preview on #AFC6BC background

This text has black color on #AFC6BC background.


White color preview on #AFC6BC background

This text has white color on #AFC6BC background.


Related colors

Complementary color

Complementary color for #hex is #503943.


I love getcolorcode.com

Triadic colors

1 #BCAFC6 and #C6BCAF with #AFC6BC are triadic colors.

2 #BCC6AF and #C6AFBC with #AFC6BC are triadic colors.