COLOR #AFB9CA

HEX: #AFB9CA
RGB: (175,185,202)

Color info

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

RGB color model

#AFB9CA color RGB value is (175,185,202).

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

RGB channels and saturation

R 175 of 255 = 69%
G 185 of 255 = 73%
B 202 of 255 = 79%

175
185
202

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

Portions of RGB colors in percentages

R + G + B =
175 + 185 + 202 = 562 (100%)
R 175 of 562 ~ 31.14%
G 185 of 562 ~ 32.92%
B 202 of 562 ~ 35.94%

%31.14
%32.92
%35.94

CMYK color model

#AFB9CA color CMYK value is (13,8,0,21).

  • cyan value is 13.37%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(13,8,0,21)
C13M8Y0K21 
(13%,8%,0%,21%)
(0.13/0.08/0.00/0.21)	

CMYK percentages

%13.37
%8.42
%0
%20.78

Codes

Color #AFB9CA in popluar color models

AFB9CA
RGB175185202
HSL218°20.30%73.92%
HSB/HSV218°13.37%79.22%
CMYK13.37%8.42%0.00%
20.78%

Color #AFB9CA in popluar number systems.

HEXAFB9CA
Decimal175185202
Binary101011111011100111001010
Octal257271312

Shades and tints

Shades of #AFB9CA

#AFB9CA
(175,185,202)
#A0A9B8
(160,169,184)
#9199A6
(145,153,166)
#828994
(130,137,148)
#737982
(115,121,130)
#646970
(100,105,112)
#55595E
(85,89,94)
#46494C
(70,73,76)
#37393A
(55,57,58)
#282928
(40,41,40)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #AFB9CA

#AFB9CA
(175,185,202)
#B6BFCE
(182,191,206)
#BDC5D2
(189,197,210)
#C4CBD6
(196,203,214)
#CBD1DA
(203,209,218)
#D2D7DE
(210,215,222)
#D9DDE2
(217,221,226)
#E0E3E6
(224,227,230)
#E7E9EA
(231,233,234)
#EEEFEE
(238,239,238)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB9CA; }

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

This text font color is #AFB9CA.


Background Color

.myBgColor { background-color: #AFB9CA; }

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

This div background color is #AFB9CA.


Border color

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

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

This div border color is #AFB9CA.


Opacity

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

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

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

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

This text has shadow with #AFB9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB9CA on black background.


Color preview on white background

This text has color #AFB9CA on white background.



Black color preview on #AFB9CA background

This text has black color on #AFB9CA background.


White color preview on #AFB9CA background

This text has white color on #AFB9CA background.