COLOR #AFC4C5

HEX: #AFC4C5
RGB: (175,196,197)

Color info

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

RGB color model

#AFC4C5 color RGB value is (175,196,197).

  • red value is 175;
  • green value is 196;
  • blue value is 197.
RGB:
(175,196,197)
(69%,77%,77%)

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 197 of 255 = 77%

175
196
197

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

Portions of RGB colors in percentages

R + G + B =
175 + 196 + 197 = 568 (100%)
R 175 of 568 ~ 30.81%
G 196 of 568 ~ 34.51%
B 197 of 568 ~ 34.68%

%30.81
%34.51
%34.68

CMYK color model

#AFC4C5 color CMYK value is (11,1,0,23).

  • cyan value is 11.17%
  • magenta value is 0.51%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(11,1,0,23)
C11M1Y0K23 
(11%,1%,0%,23%)
(0.11/0.01/0.00/0.23)	

CMYK percentages

%11.17
%0.51
%0
%22.75

Codes

Color #AFC4C5 in popluar color models

AFC4C5
RGB175196197
HSL183°15.94%72.94%
HSB/HSV183°11.17%77.25%
CMYK11.17%0.51%0.00%
22.75%

Color #AFC4C5 in popluar number systems.

HEXAFC4C5
Decimal175196197
Binary101011111100010011000101
Octal257304305

Shades and tints

Shades of #AFC4C5

#AFC4C5
(175,196,197)
#A0B3B4
(160,179,180)
#91A2A3
(145,162,163)
#829192
(130,145,146)
#738081
(115,128,129)
#646F70
(100,111,112)
#555E5F
(85,94,95)
#464D4E
(70,77,78)
#373C3D
(55,60,61)
#282B2C
(40,43,44)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #AFC4C5

#AFC4C5
(175,196,197)
#B6C9CA
(182,201,202)
#BDCECF
(189,206,207)
#C4D3D4
(196,211,212)
#CBD8D9
(203,216,217)
#D2DDDE
(210,221,222)
#D9E2E3
(217,226,227)
#E0E7E8
(224,231,232)
#E7ECED
(231,236,237)
#EEF1F2
(238,241,242)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC4C5 color. Also use rgb(175,196,197) instead hex code.

Text Font Color

.myTextColor { color: #AFC4C5; }

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

This text font color is #AFC4C5.


Background Color

.myBgColor { background-color: #AFC4C5; }

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

This div background color is #AFC4C5.


Border color

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

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

This div border color is #AFC4C5.


Opacity

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

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

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

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

This text has shadow with #AFC4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC4C5 on black background.


Color preview on white background

This text has color #AFC4C5 on white background.



Black color preview on #AFC4C5 background

This text has black color on #AFC4C5 background.


White color preview on #AFC4C5 background

This text has white color on #AFC4C5 background.