COLOR #AFC8BC

HEX: #AFC8BC RGB: (175,200,188)

Color info

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

RGB color model

#AFC8BC color RGB value is (175,200,188).

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

RGB channels and saturation

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

175
200
188

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

Portions of RGB colors in percentages

R + G + B = 175 + 200 + 188 = 563 (100%)
R 175 of 563 ~ 31.08%
G 200 of 563 ~ 35.52%
B 188 of 563 ~ 33.39'%

%31.08
%35.52
%33.39

CMYK color model

#AFC8BC color CMYK value is (13,0,6,22).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 21.57%

CMYK: (13,0,6,22)
C13M0Y6K22 (13%, 0%, 6%, 22%)
(0.13 / 0.00 / 0.06 / 0.22)

CMYK percentages

%12.5
%0
%6
%21.57

Codes

Color #AFC8BC in popluar color models

AF C8 BC
RGB 175 200 188
HSL 151° 18.52% 73.53%
HSB/HSV 151° 12.50% 78.43%
CMYK 12.50% 0.00% 6.00%
21.57%

Color #AFC8BC in popluar number systems.

HEX AF C8 BC
Decimal 175 200 188
Binary 10101111 11001000 10111100
Octal 257 310 274

Shades and tints

Shades of #AFC8BC

#AFC8BC
(175,200,188)
#A0B6AB
(160,182,171)
#91A49A
(145,164,154)
#829289
(130,146,137)
#738078
(115,128,120)
#646E67
(100,110,103)
#555C56
(85,92,86)
#464A45
(70,74,69)
#373834
(55,56,52)
#282623
(40,38,35)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #AFC8BC

#AFC8BC
(175,200,188)
#B6CDC2
(182,205,194)
#BDD2C8
(189,210,200)
#C4D7CE
(196,215,206)
#CBDCD4
(203,220,212)
#D2E1DA
(210,225,218)
#D9E6E0
(217,230,224)
#E0EBE6
(224,235,230)
#E7F0EC
(231,240,236)
#EEF5F2
(238,245,242)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC8BC; }

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

This text font color is #AFC8BC.

Background Color

.myBgColor { background-color: #AFC8BC; }

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

This div background color is #AFC8BC.

Border color

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

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

This div border color is #AFC8BC.

Opacity

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

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

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

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

This text has shadow with #AFC8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC8BC.

Preview

Color preview on black background

This text has color #AFC8BC on black background.


Color preview on white background

This text has color #AFC8BC on white background.


Black color preview on #AFC8BC background

This text has black color on #AFC8BC background.


White color preview on #AFC8BC background

This text has white color on #AFC8BC background.


Related colors

Complementary color

Complementary color for #hex is #503743.


I love getcolorcode.com

Triadic colors

1 #BCAFC8 and #C8BCAF with #AFC8BC are triadic colors.

2 #BCC8AF and #C8AFBC with #AFC8BC are triadic colors.