COLOR #AFB1C5

HEX: #AFB1C5
RGB: (175,177,197)

Color info

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

RGB color model

#AFB1C5 color RGB value is (175,177,197).

  • red value is 175;
  • green value is 177;
  • blue value is 197.
RGB:
(175,177,197)
(69%,69%,77%)

RGB channels and saturation

R 175 of 255 = 69%
G 177 of 255 = 69%
B 197 of 255 = 77%

175
177
197

R + G + B ~ 72%. #AFB1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 177 + 197 = 549 (100%)
R 175 of 549 ~ 31.88%
G 177 of 549 ~ 32.24%
B 197 of 549 ~ 35.88%

%31.88
%32.24
%35.88

CMYK color model

#AFB1C5 color CMYK value is (11,10,0,23).

  • cyan value is 11.17%
  • magenta value is 10.15%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(11,10,0,23)
C11M10Y0K23 
(11%,10%,0%,23%)
(0.11/0.10/0.00/0.23)	

CMYK percentages

%11.17
%10.15
%0
%22.75

Codes

Color #AFB1C5 in popluar color models

AFB1C5
RGB175177197
HSL235°15.94%72.94%
HSB/HSV235°11.17%77.25%
CMYK11.17%10.15%0.00%
22.75%

Color #AFB1C5 in popluar number systems.

HEXAFB1C5
Decimal175177197
Binary101011111011000111000101
Octal257261305

Shades and tints

Shades of #AFB1C5

#AFB1C5
(175,177,197)
#A0A1B4
(160,161,180)
#9191A3
(145,145,163)
#828192
(130,129,146)
#737181
(115,113,129)
#646170
(100,97,112)
#55515F
(85,81,95)
#46414E
(70,65,78)
#37313D
(55,49,61)
#28212C
(40,33,44)
#19111B
(25,17,27)
#000000
(0,0,0)

Tints of #AFB1C5

#AFB1C5
(175,177,197)
#B6B8CA
(182,184,202)
#BDBFCF
(189,191,207)
#C4C6D4
(196,198,212)
#CBCDD9
(203,205,217)
#D2D4DE
(210,212,222)
#D9DBE3
(217,219,227)
#E0E2E8
(224,226,232)
#E7E9ED
(231,233,237)
#EEF0F2
(238,240,242)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB1C5 color. Also use rgb(175,177,197) instead hex code.

Text Font Color

.myTextColor { color: #AFB1C5; }

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

This text font color is #AFB1C5.


Background Color

.myBgColor { background-color: #AFB1C5; }

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

This div background color is #AFB1C5.


Border color

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

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

This div border color is #AFB1C5.


Opacity

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

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

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

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

This text has shadow with #AFB1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB1C5 on black background.


Color preview on white background

This text has color #AFB1C5 on white background.



Black color preview on #AFB1C5 background

This text has black color on #AFB1C5 background.


White color preview on #AFB1C5 background

This text has white color on #AFB1C5 background.