COLOR #AFC7C2

HEX: #AFC7C2
RGB: (175,199,194)

Color info

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

RGB color model

#AFC7C2 color RGB value is (175,199,194).

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

RGB channels and saturation

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

175
199
194

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

Portions of RGB colors in percentages

R + G + B =
175 + 199 + 194 = 568 (100%)
R 175 of 568 ~ 30.81%
G 199 of 568 ~ 35.04%
B 194 of 568 ~ 34.15%

%30.81
%35.04
%34.15

CMYK color model

#AFC7C2 color CMYK value is (12,0,3,22).

  • cyan value is 12.06%
  • magenta value is 0.00%
  • yellow value is 2.51%
  • key color value is 21.96%
CMYK:
(12,0,3,22)
C12M0Y3K22 
(12%,0%,3%,22%)
(0.12/0.00/0.03/0.22)	

CMYK percentages

%12.06
%0
%2.51
%21.96

Codes

Color #AFC7C2 in popluar color models

AFC7C2
RGB175199194
HSL168°17.65%73.33%
HSB/HSV168°12.06%78.04%
CMYK12.06%0.00%2.51%
21.96%

Color #AFC7C2 in popluar number systems.

HEXAFC7C2
Decimal175199194
Binary101011111100011111000010
Octal257307302

Shades and tints

Shades of #AFC7C2

#AFC7C2
(175,199,194)
#A0B5B1
(160,181,177)
#91A3A0
(145,163,160)
#82918F
(130,145,143)
#737F7E
(115,127,126)
#646D6D
(100,109,109)
#555B5C
(85,91,92)
#46494B
(70,73,75)
#37373A
(55,55,58)
#282529
(40,37,41)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #AFC7C2

#AFC7C2
(175,199,194)
#B6CCC7
(182,204,199)
#BDD1CC
(189,209,204)
#C4D6D1
(196,214,209)
#CBDBD6
(203,219,214)
#D2E0DB
(210,224,219)
#D9E5E0
(217,229,224)
#E0EAE5
(224,234,229)
#E7EFEA
(231,239,234)
#EEF4EF
(238,244,239)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC7C2; }

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

This text font color is #AFC7C2.


Background Color

.myBgColor { background-color: #AFC7C2; }

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

This div background color is #AFC7C2.


Border color

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

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

This div border color is #AFC7C2.


Opacity

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

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

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

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

This text has shadow with #AFC7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC7C2 on black background.


Color preview on white background

This text has color #AFC7C2 on white background.



Black color preview on #AFC7C2 background

This text has black color on #AFC7C2 background.


White color preview on #AFC7C2 background

This text has white color on #AFC7C2 background.