COLOR #AFC3BC

HEX: #AFC3BC RGB: (175,195,188)

Color info

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

RGB color model

#AFC3BC color RGB value is (175,195,188).

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

RGB channels and saturation

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

175
195
188

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

Portions of RGB colors in percentages

R + G + B = 175 + 195 + 188 = 558 (100%)
R 175 of 558 ~ 31.36%
G 195 of 558 ~ 34.95%
B 188 of 558 ~ 33.69'%

%31.36
%34.95
%33.69

CMYK color model

#AFC3BC color CMYK value is (10,0,4,24).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 23.53%
CMYK: (10,0,4,24) C10M0Y4K24 (10%,0%,4%,24%) (0.10/0.00/0.04/0.24) 

CMYK percentages

%10.26
%0
%3.59
%23.53

Codes

Color #AFC3BC in popluar color models

AF C3 BC
RGB 175 195 188
HSL 159° 14.29% 72.55%
HSB/HSV 159° 10.26% 76.47%
CMYK 10.26% 0.00% 3.59%
23.53%

Color #AFC3BC in popluar number systems.

HEX AF C3 BC
Decimal 175 195 188
Binary 10101111 11000011 10111100
Octal 257 303 274

Shades and tints

Shades of #AFC3BC

#AFC3BC
(175,195,188)
#A0B2AB
(160,178,171)
#91A19A
(145,161,154)
#829089
(130,144,137)
#737F78
(115,127,120)
#646E67
(100,110,103)
#555D56
(85,93,86)
#464C45
(70,76,69)
#373B34
(55,59,52)
#282A23
(40,42,35)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #AFC3BC

#AFC3BC
(175,195,188)
#B6C8C2
(182,200,194)
#BDCDC8
(189,205,200)
#C4D2CE
(196,210,206)
#CBD7D4
(203,215,212)
#D2DCDA
(210,220,218)
#D9E1E0
(217,225,224)
#E0E6E6
(224,230,230)
#E7EBEC
(231,235,236)
#EEF0F2
(238,240,242)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC3BC; }

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

This text font color is #AFC3BC.

Background Color

.myBgColor { background-color: #AFC3BC; }

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

This div background color is #AFC3BC.

Border color

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

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

This div border color is #AFC3BC.

Opacity

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

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

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

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

This text has shadow with #AFC3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC3BC.

Preview

Color preview on black background

This text has color #AFC3BC on black background.


Color preview on white background

This text has color #AFC3BC on white background.


Black color preview on #AFC3BC background

This text has black color on #AFC3BC background.


White color preview on #AFC3BC background

This text has white color on #AFC3BC background.


Related colors

Complementary color

Complementary color for #hex is #503C43.


I love getcolorcode.com

Triadic colors

1 #BCAFC3 and #C3BCAF with #AFC3BC are triadic colors.

2 #BCC3AF and #C3AFBC with #AFC3BC are triadic colors.