COLOR #AFC7C6

HEX: #AFC7C6
RGB: (175,199,198)

Color info

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

RGB color model

#AFC7C6 color RGB value is (175,199,198).

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

RGB channels and saturation

R 175 of 255 = 69%
G 199 of 255 = 78%
B 198 of 255 = 78%

175
199
198

R + G + B ~ 75%. #AFC7C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 199 + 198 = 572 (100%)
R 175 of 572 ~ 30.59%
G 199 of 572 ~ 34.79%
B 198 of 572 ~ 34.62%

%30.59
%34.79
%34.62

CMYK color model

#AFC7C6 color CMYK value is (12,0,1,22).

  • cyan value is 12.06%
  • magenta value is 0.00%
  • yellow value is 0.50%
  • key color value is 21.96%
CMYK: (12,0,1,22) C12M0Y1K22 (12%,0%,1%,22%) (0.12/0.00/0.01/0.22)

CMYK percentages

%12.06
%0
%0.5
%21.96

Codes

Color #AFC7C6 in popluar color models

AFC7C6
RGB175199198
HSL178°17.65%73.33%
HSB/HSV178°12.06%78.04%
CMYK12.06%0.00%0.50%
21.96%

Color #AFC7C6 in popluar number systems.

HEXAFC7C6
Decimal175199198
Binary101011111100011111000110
Octal257307306

Shades and tints

Shades of #AFC7C6

#AFC7C6
(175,199,198)
#A0B5B4
(160,181,180)
#91A3A2
(145,163,162)
#829190
(130,145,144)
#737F7E
(115,127,126)
#646D6C
(100,109,108)
#555B5A
(85,91,90)
#464948
(70,73,72)
#373736
(55,55,54)
#282524
(40,37,36)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #AFC7C6

#AFC7C6
(175,199,198)
#B6CCCB
(182,204,203)
#BDD1D0
(189,209,208)
#C4D6D5
(196,214,213)
#CBDBDA
(203,219,218)
#D2E0DF
(210,224,223)
#D9E5E4
(217,229,228)
#E0EAE9
(224,234,233)
#E7EFEE
(231,239,238)
#EEF4F3
(238,244,243)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC7C6; }

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

This text font color is #AFC7C6.


Background Color

.myBgColor { background-color: #AFC7C6; }

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

This div background color is #AFC7C6.


Border color

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

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

This div border color is #AFC7C6.


Opacity

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

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

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

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

This text has shadow with #AFC7C6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AFC7C6 on black background.


Color preview on white background

This text has color #AFC7C6 on white background.



Black color preview on #AFC7C6 background

This text has black color on #AFC7C6 background.


White color preview on #AFC7C6 background

This text has white color on #AFC7C6 background.