COLOR #AFC4C8

HEX: #AFC4C8
RGB: (175,196,200)

Color info

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

RGB color model

#AFC4C8 color RGB value is (175,196,200).

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

RGB channels and saturation

R 175 of 255 = 69%
G 196 of 255 = 77%
B 200 of 255 = 78%

175
196
200

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

Portions of RGB colors in percentages

R + G + B =
175 + 196 + 200 = 571 (100%)
R 175 of 571 ~ 30.65%
G 196 of 571 ~ 34.33%
B 200 of 571 ~ 35.03%

%30.65
%34.33
%35.03

CMYK color model

#AFC4C8 color CMYK value is (13,2,0,22).

  • cyan value is 12.50%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(13,2,0,22)
C13M2Y0K22 
(13%,2%,0%,22%)
(0.13/0.02/0.00/0.22)	

CMYK percentages

%12.5
%2
%0
%21.57

Codes

Color #AFC4C8 in popluar color models

AFC4C8
RGB175196200
HSL190°18.52%73.53%
HSB/HSV190°12.50%78.43%
CMYK12.50%2.00%0.00%
21.57%

Color #AFC4C8 in popluar number systems.

HEXAFC4C8
Decimal175196200
Binary101011111100010011001000
Octal257304310

Shades and tints

Shades of #AFC4C8

#AFC4C8
(175,196,200)
#A0B3B6
(160,179,182)
#91A2A4
(145,162,164)
#829192
(130,145,146)
#738080
(115,128,128)
#646F6E
(100,111,110)
#555E5C
(85,94,92)
#464D4A
(70,77,74)
#373C38
(55,60,56)
#282B26
(40,43,38)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #AFC4C8

#AFC4C8
(175,196,200)
#B6C9CD
(182,201,205)
#BDCED2
(189,206,210)
#C4D3D7
(196,211,215)
#CBD8DC
(203,216,220)
#D2DDE1
(210,221,225)
#D9E2E6
(217,226,230)
#E0E7EB
(224,231,235)
#E7ECF0
(231,236,240)
#EEF1F5
(238,241,245)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC4C8; }

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

This text font color is #AFC4C8.


Background Color

.myBgColor { background-color: #AFC4C8; }

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

This div background color is #AFC4C8.


Border color

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

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

This div border color is #AFC4C8.


Opacity

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

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

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

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

This text has shadow with #AFC4C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC4C8 on black background.


Color preview on white background

This text has color #AFC4C8 on white background.



Black color preview on #AFC4C8 background

This text has black color on #AFC4C8 background.


White color preview on #AFC4C8 background

This text has white color on #AFC4C8 background.