COLOR #AFC2BA

HEX: #AFC2BA RGB: (175,194,186)

Color info

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

RGB color model

#AFC2BA color RGB value is (175,194,186).

RGB: (175,194,186) (69%, 76%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 194 of 255 = 76%
B 186 of 255 = 73%

175
194
186

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

Portions of RGB colors in percentages

R + G + B = 175 + 194 + 186 = 555 (100%)
R 175 of 555 ~ 31.53%
G 194 of 555 ~ 34.95%
B 186 of 555 ~ 33.51'%

%31.53
%34.95
%33.51

CMYK color model

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

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

CMYK: (10,0,4,24)
C10M0Y4K24 (10%, 0%, 4%, 24%)
(0.10 / 0.00 / 0.04 / 0.24)

CMYK percentages

%9.79
%0
%4.12
%23.92

Codes

Color #AFC2BA in popluar color models

AF C2 BA
RGB 175 194 186
HSL 155° 13.48% 72.35%
HSB/HSV 155° 9.79% 76.08%
CMYK 9.79% 0.00% 4.12%
23.92%

Color #AFC2BA in popluar number systems.

HEX AF C2 BA
Decimal 175 194 186
Binary 10101111 11000010 10111010
Octal 257 302 272

Shades and tints

Shades of #AFC2BA

#AFC2BA
(175,194,186)
#A0B1AA
(160,177,170)
#91A09A
(145,160,154)
#828F8A
(130,143,138)
#737E7A
(115,126,122)
#646D6A
(100,109,106)
#555C5A
(85,92,90)
#464B4A
(70,75,74)
#373A3A
(55,58,58)
#28292A
(40,41,42)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #AFC2BA

#AFC2BA
(175,194,186)
#B6C7C0
(182,199,192)
#BDCCC6
(189,204,198)
#C4D1CC
(196,209,204)
#CBD6D2
(203,214,210)
#D2DBD8
(210,219,216)
#D9E0DE
(217,224,222)
#E0E5E4
(224,229,228)
#E7EAEA
(231,234,234)
#EEEFF0
(238,239,240)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC2BA; }

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

This text font color is #AFC2BA.

Background Color

.myBgColor { background-color: #AFC2BA; }

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

This div background color is #AFC2BA.

Border color

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

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

This div border color is #AFC2BA.

Opacity

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

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

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

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

This text has shadow with #AFC2BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFC2BA.

Preview

Color preview on black background

This text has color #AFC2BA on black background.


Color preview on white background

This text has color #AFC2BA on white background.


Black color preview on #AFC2BA background

This text has black color on #AFC2BA background.


White color preview on #AFC2BA background

This text has white color on #AFC2BA background.


Related colors

Complementary color

Complementary color for #hex is #503D45.


I love getcolorcode.com

Triadic colors

1 #BAAFC2 and #C2BAAF with #AFC2BA are triadic colors.

2 #BAC2AF and #C2AFBA with #AFC2BA are triadic colors.