COLOR #AFC6B4

HEX: #AFC6B4
RGB: (175,198,180)

Color info

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

RGB color model

#AFC6B4 color RGB value is (175,198,180).

  • red value is 175;
  • green value is 198;
  • blue value is 180.
RGB:
(175,198,180)
(69%,78%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 198 of 255 = 78%
B 180 of 255 = 71%

175
198
180

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

Portions of RGB colors in percentages

R + G + B =
175 + 198 + 180 = 553 (100%)
R 175 of 553 ~ 31.65%
G 198 of 553 ~ 35.8%
B 180 of 553 ~ 32.55%

%31.65
%35.8
%32.55

CMYK color model

#AFC6B4 color CMYK value is (12,0,9,22).

  • cyan value is 11.62%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 22.35%
CMYK:
(12,0,9,22)
C12M0Y9K22 
(12%,0%,9%,22%)
(0.12/0.00/0.09/0.22)	

CMYK percentages

%11.62
%0
%9.09
%22.35

Codes

Color #AFC6B4 in popluar color models

AFC6B4
RGB175198180
HSL133°16.79%73.14%
HSB/HSV133°11.62%77.65%
CMYK11.62%0.00%9.09%
22.35%

Color #AFC6B4 in popluar number systems.

HEXAFC6B4
Decimal175198180
Binary101011111100011010110100
Octal257306264

Shades and tints

Shades of #AFC6B4

#AFC6B4
(175,198,180)
#A0B4A4
(160,180,164)
#91A294
(145,162,148)
#829084
(130,144,132)
#737E74
(115,126,116)
#646C64
(100,108,100)
#555A54
(85,90,84)
#464844
(70,72,68)
#373634
(55,54,52)
#282424
(40,36,36)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #AFC6B4

#AFC6B4
(175,198,180)
#B6CBBA
(182,203,186)
#BDD0C0
(189,208,192)
#C4D5C6
(196,213,198)
#CBDACC
(203,218,204)
#D2DFD2
(210,223,210)
#D9E4D8
(217,228,216)
#E0E9DE
(224,233,222)
#E7EEE4
(231,238,228)
#EEF3EA
(238,243,234)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC6B4; }

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

This text font color is #AFC6B4.


Background Color

.myBgColor { background-color: #AFC6B4; }

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

This div background color is #AFC6B4.


Border color

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

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

This div border color is #AFC6B4.


Opacity

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

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

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

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

This text has shadow with #AFC6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC6B4 on black background.


Color preview on white background

This text has color #AFC6B4 on white background.



Black color preview on #AFC6B4 background

This text has black color on #AFC6B4 background.


White color preview on #AFC6B4 background

This text has white color on #AFC6B4 background.