COLOR #AFB5CF

HEX: #AFB5CF
RGB: (175,181,207)

Color info

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

RGB color model

#AFB5CF color RGB value is (175,181,207).

  • red value is 175;
  • green value is 181;
  • blue value is 207.
RGB:
(175,181,207)
(69%,71%,81%)

RGB channels and saturation

R 175 of 255 = 69%
G 181 of 255 = 71%
B 207 of 255 = 81%

175
181
207

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

Portions of RGB colors in percentages

R + G + B =
175 + 181 + 207 = 563 (100%)
R 175 of 563 ~ 31.08%
G 181 of 563 ~ 32.15%
B 207 of 563 ~ 36.77%

%31.08
%32.15
%36.77

CMYK color model

#AFB5CF color CMYK value is (15,13,0,19).

  • cyan value is 15.46%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(15,13,0,19)
C15M13Y0K19 
(15%,13%,0%,19%)
(0.15/0.13/0.00/0.19)	

CMYK percentages

%15.46
%12.56
%0
%18.82

Codes

Color #AFB5CF in popluar color models

AFB5CF
RGB175181207
HSL229°25.00%74.90%
HSB/HSV229°15.46%81.18%
CMYK15.46%12.56%0.00%
18.82%

Color #AFB5CF in popluar number systems.

HEXAFB5CF
Decimal175181207
Binary101011111011010111001111
Octal257265317

Shades and tints

Shades of #AFB5CF

#AFB5CF
(175,181,207)
#A0A5BD
(160,165,189)
#9195AB
(145,149,171)
#828599
(130,133,153)
#737587
(115,117,135)
#646575
(100,101,117)
#555563
(85,85,99)
#464551
(70,69,81)
#37353F
(55,53,63)
#28252D
(40,37,45)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #AFB5CF

#AFB5CF
(175,181,207)
#B6BBD3
(182,187,211)
#BDC1D7
(189,193,215)
#C4C7DB
(196,199,219)
#CBCDDF
(203,205,223)
#D2D3E3
(210,211,227)
#D9D9E7
(217,217,231)
#E0DFEB
(224,223,235)
#E7E5EF
(231,229,239)
#EEEBF3
(238,235,243)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB5CF color. Also use rgb(175,181,207) instead hex code.

Text Font Color

.myTextColor { color: #AFB5CF; }

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

This text font color is #AFB5CF.


Background Color

.myBgColor { background-color: #AFB5CF; }

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

This div background color is #AFB5CF.


Border color

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

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

This div border color is #AFB5CF.


Opacity

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

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

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

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

This text has shadow with #AFB5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB5CF on black background.


Color preview on white background

This text has color #AFB5CF on white background.



Black color preview on #AFB5CF background

This text has black color on #AFB5CF background.


White color preview on #AFB5CF background

This text has white color on #AFB5CF background.