COLOR #AFB7CA

HEX: #AFB7CA
RGB: (175,183,202)

Color info

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

RGB color model

#AFB7CA color RGB value is (175,183,202).

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

RGB channels and saturation

R 175 of 255 = 69%
G 183 of 255 = 72%
B 202 of 255 = 79%

175
183
202

R + G + B ~ 73%. #AFB7CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 183 + 202 = 560 (100%)
R 175 of 560 ~ 31.25%
G 183 of 560 ~ 32.68%
B 202 of 560 ~ 36.07%

%31.25
%32.68
%36.07

CMYK color model

#AFB7CA color CMYK value is (13,9,0,21).

  • cyan value is 13.37%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(13,9,0,21)
C13M9Y0K21 
(13%,9%,0%,21%)
(0.13/0.09/0.00/0.21)	

CMYK percentages

%13.37
%9.41
%0
%20.78

Codes

Color #AFB7CA in popluar color models

AFB7CA
RGB175183202
HSL222°20.30%73.92%
HSB/HSV222°13.37%79.22%
CMYK13.37%9.41%0.00%
20.78%

Color #AFB7CA in popluar number systems.

HEXAFB7CA
Decimal175183202
Binary101011111011011111001010
Octal257267312

Shades and tints

Shades of #AFB7CA

#AFB7CA
(175,183,202)
#A0A7B8
(160,167,184)
#9197A6
(145,151,166)
#828794
(130,135,148)
#737782
(115,119,130)
#646770
(100,103,112)
#55575E
(85,87,94)
#46474C
(70,71,76)
#37373A
(55,55,58)
#282728
(40,39,40)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #AFB7CA

#AFB7CA
(175,183,202)
#B6BDCE
(182,189,206)
#BDC3D2
(189,195,210)
#C4C9D6
(196,201,214)
#CBCFDA
(203,207,218)
#D2D5DE
(210,213,222)
#D9DBE2
(217,219,226)
#E0E1E6
(224,225,230)
#E7E7EA
(231,231,234)
#EEEDEE
(238,237,238)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB7CA; }

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

This text font color is #AFB7CA.


Background Color

.myBgColor { background-color: #AFB7CA; }

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

This div background color is #AFB7CA.


Border color

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

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

This div border color is #AFB7CA.


Opacity

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

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

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

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

This text has shadow with #AFB7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB7CA on black background.


Color preview on white background

This text has color #AFB7CA on white background.



Black color preview on #AFB7CA background

This text has black color on #AFB7CA background.


White color preview on #AFB7CA background

This text has white color on #AFB7CA background.