COLOR #AFC2CA

HEX: #AFC2CA
RGB: (175,194,202)

Color info

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

RGB color model

#AFC2CA color RGB value is (175,194,202).

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

RGB channels and saturation

R 175 of 255 = 69%
G 194 of 255 = 76%
B 202 of 255 = 79%

175
194
202

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

Portions of RGB colors in percentages

R + G + B =
175 + 194 + 202 = 571 (100%)
R 175 of 571 ~ 30.65%
G 194 of 571 ~ 33.98%
B 202 of 571 ~ 35.38%

%30.65
%33.98
%35.38

CMYK color model

#AFC2CA color CMYK value is (13,4,0,21).

  • cyan value is 13.37%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(13,4,0,21)
C13M4Y0K21 
(13%,4%,0%,21%)
(0.13/0.04/0.00/0.21)	

CMYK percentages

%13.37
%3.96
%0
%20.78

Codes

Color #AFC2CA in popluar color models

AFC2CA
RGB175194202
HSL198°20.30%73.92%
HSB/HSV198°13.37%79.22%
CMYK13.37%3.96%0.00%
20.78%

Color #AFC2CA in popluar number systems.

HEXAFC2CA
Decimal175194202
Binary101011111100001011001010
Octal257302312

Shades and tints

Shades of #AFC2CA

#AFC2CA
(175,194,202)
#A0B1B8
(160,177,184)
#91A0A6
(145,160,166)
#828F94
(130,143,148)
#737E82
(115,126,130)
#646D70
(100,109,112)
#555C5E
(85,92,94)
#464B4C
(70,75,76)
#373A3A
(55,58,58)
#282928
(40,41,40)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #AFC2CA

#AFC2CA
(175,194,202)
#B6C7CE
(182,199,206)
#BDCCD2
(189,204,210)
#C4D1D6
(196,209,214)
#CBD6DA
(203,214,218)
#D2DBDE
(210,219,222)
#D9E0E2
(217,224,226)
#E0E5E6
(224,229,230)
#E7EAEA
(231,234,234)
#EEEFEE
(238,239,238)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC2CA; }

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

This text font color is #AFC2CA.


Background Color

.myBgColor { background-color: #AFC2CA; }

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

This div background color is #AFC2CA.


Border color

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

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

This div border color is #AFC2CA.


Opacity

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

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

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

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

This text has shadow with #AFC2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC2CA on black background.


Color preview on white background

This text has color #AFC2CA on white background.



Black color preview on #AFC2CA background

This text has black color on #AFC2CA background.


White color preview on #AFC2CA background

This text has white color on #AFC2CA background.