COLOR #AFC6C2

HEX: #AFC6C2
RGB: (175,198,194)

Color info

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

RGB color model

#AFC6C2 color RGB value is (175,198,194).

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

RGB channels and saturation

R 175 of 255 = 69%
G 198 of 255 = 78%
B 194 of 255 = 76%

175
198
194

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

Portions of RGB colors in percentages

R + G + B =
175 + 198 + 194 = 567 (100%)
R 175 of 567 ~ 30.86%
G 198 of 567 ~ 34.92%
B 194 of 567 ~ 34.22%

%30.86
%34.92
%34.22

CMYK color model

#AFC6C2 color CMYK value is (12,0,2,22).

  • cyan value is 11.62%
  • magenta value is 0.00%
  • yellow value is 2.02%
  • key color value is 22.35%
CMYK:
(12,0,2,22)
C12M0Y2K22 
(12%,0%,2%,22%)
(0.12/0.00/0.02/0.22)	

CMYK percentages

%11.62
%0
%2.02
%22.35

Codes

Color #AFC6C2 in popluar color models

AFC6C2
RGB175198194
HSL170°16.79%73.14%
HSB/HSV170°11.62%77.65%
CMYK11.62%0.00%2.02%
22.35%

Color #AFC6C2 in popluar number systems.

HEXAFC6C2
Decimal175198194
Binary101011111100011011000010
Octal257306302

Shades and tints

Shades of #AFC6C2

#AFC6C2
(175,198,194)
#A0B4B1
(160,180,177)
#91A2A0
(145,162,160)
#82908F
(130,144,143)
#737E7E
(115,126,126)
#646C6D
(100,108,109)
#555A5C
(85,90,92)
#46484B
(70,72,75)
#37363A
(55,54,58)
#282429
(40,36,41)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #AFC6C2

#AFC6C2
(175,198,194)
#B6CBC7
(182,203,199)
#BDD0CC
(189,208,204)
#C4D5D1
(196,213,209)
#CBDAD6
(203,218,214)
#D2DFDB
(210,223,219)
#D9E4E0
(217,228,224)
#E0E9E5
(224,233,229)
#E7EEEA
(231,238,234)
#EEF3EF
(238,243,239)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC6C2; }

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

This text font color is #AFC6C2.


Background Color

.myBgColor { background-color: #AFC6C2; }

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

This div background color is #AFC6C2.


Border color

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

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

This div border color is #AFC6C2.


Opacity

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

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

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

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

This text has shadow with #AFC6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC6C2 on black background.


Color preview on white background

This text has color #AFC6C2 on white background.



Black color preview on #AFC6C2 background

This text has black color on #AFC6C2 background.


White color preview on #AFC6C2 background

This text has white color on #AFC6C2 background.