COLOR #AFC7BA

HEX: #AFC7BA
RGB: (175,199,186)

Color info

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

RGB color model

#AFC7BA color RGB value is (175,199,186).

  • red value is 175;
  • green value is 199;
  • blue value is 186.
RGB:
(175,199,186)
(69%,78%,73%)

RGB channels and saturation

R 175 of 255 = 69%
G 199 of 255 = 78%
B 186 of 255 = 73%

175
199
186

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

Portions of RGB colors in percentages

R + G + B =
175 + 199 + 186 = 560 (100%)
R 175 of 560 ~ 31.25%
G 199 of 560 ~ 35.54%
B 186 of 560 ~ 33.21%

%31.25
%35.54
%33.21

CMYK color model

#AFC7BA color CMYK value is (12,0,7,22).

  • cyan value is 12.06%
  • magenta value is 0.00%
  • yellow value is 6.53%
  • key color value is 21.96%
CMYK:
(12,0,7,22)
C12M0Y7K22 
(12%,0%,7%,22%)
(0.12/0.00/0.07/0.22)	

CMYK percentages

%12.06
%0
%6.53
%21.96

Codes

Color #AFC7BA in popluar color models

AFC7BA
RGB175199186
HSL148°17.65%73.33%
HSB/HSV148°12.06%78.04%
CMYK12.06%0.00%6.53%
21.96%

Color #AFC7BA in popluar number systems.

HEXAFC7BA
Decimal175199186
Binary101011111100011110111010
Octal257307272

Shades and tints

Shades of #AFC7BA

#AFC7BA
(175,199,186)
#A0B5AA
(160,181,170)
#91A39A
(145,163,154)
#82918A
(130,145,138)
#737F7A
(115,127,122)
#646D6A
(100,109,106)
#555B5A
(85,91,90)
#46494A
(70,73,74)
#37373A
(55,55,58)
#28252A
(40,37,42)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #AFC7BA

#AFC7BA
(175,199,186)
#B6CCC0
(182,204,192)
#BDD1C6
(189,209,198)
#C4D6CC
(196,214,204)
#CBDBD2
(203,219,210)
#D2E0D8
(210,224,216)
#D9E5DE
(217,229,222)
#E0EAE4
(224,234,228)
#E7EFEA
(231,239,234)
#EEF4F0
(238,244,240)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC7BA; }

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

This text font color is #AFC7BA.


Background Color

.myBgColor { background-color: #AFC7BA; }

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

This div background color is #AFC7BA.


Border color

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

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

This div border color is #AFC7BA.


Opacity

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

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

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

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

This text has shadow with #AFC7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC7BA on black background.


Color preview on white background

This text has color #AFC7BA on white background.



Black color preview on #AFC7BA background

This text has black color on #AFC7BA background.


White color preview on #AFC7BA background

This text has white color on #AFC7BA background.