COLOR #AFB2C8

HEX: #AFB2C8
RGB: (175,178,200)

Color info

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

RGB color model

#AFB2C8 color RGB value is (175,178,200).

  • red value is 175;
  • green value is 178;
  • blue value is 200.
RGB:
(175,178,200)
(69%,70%,78%)

RGB channels and saturation

R 175 of 255 = 69%
G 178 of 255 = 70%
B 200 of 255 = 78%

175
178
200

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

Portions of RGB colors in percentages

R + G + B =
175 + 178 + 200 = 553 (100%)
R 175 of 553 ~ 31.65%
G 178 of 553 ~ 32.19%
B 200 of 553 ~ 36.17%

%31.65
%32.19
%36.17

CMYK color model

#AFB2C8 color CMYK value is (13,11,0,22).

  • cyan value is 12.50%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(13,11,0,22)
C13M11Y0K22 
(13%,11%,0%,22%)
(0.13/0.11/0.00/0.22)	

CMYK percentages

%12.5
%11
%0
%21.57

Codes

Color #AFB2C8 in popluar color models

AFB2C8
RGB175178200
HSL233°18.52%73.53%
HSB/HSV233°12.50%78.43%
CMYK12.50%11.00%0.00%
21.57%

Color #AFB2C8 in popluar number systems.

HEXAFB2C8
Decimal175178200
Binary101011111011001011001000
Octal257262310

Shades and tints

Shades of #AFB2C8

#AFB2C8
(175,178,200)
#A0A2B6
(160,162,182)
#9192A4
(145,146,164)
#828292
(130,130,146)
#737280
(115,114,128)
#64626E
(100,98,110)
#55525C
(85,82,92)
#46424A
(70,66,74)
#373238
(55,50,56)
#282226
(40,34,38)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #AFB2C8

#AFB2C8
(175,178,200)
#B6B9CD
(182,185,205)
#BDC0D2
(189,192,210)
#C4C7D7
(196,199,215)
#CBCEDC
(203,206,220)
#D2D5E1
(210,213,225)
#D9DCE6
(217,220,230)
#E0E3EB
(224,227,235)
#E7EAF0
(231,234,240)
#EEF1F5
(238,241,245)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFB2C8 color. Also use rgb(175,178,200) instead hex code.

Text Font Color

.myTextColor { color: #AFB2C8; }

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

This text font color is #AFB2C8.


Background Color

.myBgColor { background-color: #AFB2C8; }

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

This div background color is #AFB2C8.


Border color

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

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

This div border color is #AFB2C8.


Opacity

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

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

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

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

This text has shadow with #AFB2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB2C8 on black background.


Color preview on white background

This text has color #AFB2C8 on white background.



Black color preview on #AFB2C8 background

This text has black color on #AFB2C8 background.


White color preview on #AFB2C8 background

This text has white color on #AFB2C8 background.