COLOR #AFABBC

HEX: #AFABBC
RGB: (175,171,188)

Color info

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

RGB color model

#AFABBC color RGB value is (175,171,188).

  • red value is 175;
  • green value is 171;
  • blue value is 188.
RGB:
(175,171,188)
(69%,67%,74%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 188 of 255 = 74%

175
171
188

R + G + B ~ 70%. #AFABBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 171 + 188 = 534 (100%)
R 175 of 534 ~ 32.77%
G 171 of 534 ~ 32.02%
B 188 of 534 ~ 35.21%

%32.77
%32.02
%35.21

CMYK color model

#AFABBC color CMYK value is (7,9,0,26).

  • cyan value is 6.91%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(7,9,0,26)
C7M9Y0K26 
(7%,9%,0%,26%)
(0.07/0.09/0.00/0.26)	

CMYK percentages

%6.91
%9.04
%0
%26.27

Codes

Color #AFABBC in popluar color models

AFABBC
RGB175171188
HSL254°11.26%70.39%
HSB/HSV254°9.04%73.73%
CMYK6.91%9.04%0.00%
26.27%

Color #AFABBC in popluar number systems.

HEXAFABBC
Decimal175171188
Binary101011111010101110111100
Octal257253274

Shades and tints

Shades of #AFABBC

#AFABBC
(175,171,188)
#A09CAB
(160,156,171)
#918D9A
(145,141,154)
#827E89
(130,126,137)
#736F78
(115,111,120)
#646067
(100,96,103)
#555156
(85,81,86)
#464245
(70,66,69)
#373334
(55,51,52)
#282423
(40,36,35)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #AFABBC

#AFABBC
(175,171,188)
#B6B2C2
(182,178,194)
#BDB9C8
(189,185,200)
#C4C0CE
(196,192,206)
#CBC7D4
(203,199,212)
#D2CEDA
(210,206,218)
#D9D5E0
(217,213,224)
#E0DCE6
(224,220,230)
#E7E3EC
(231,227,236)
#EEEAF2
(238,234,242)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFABBC color. Also use rgb(175,171,188) instead hex code.

Text Font Color

.myTextColor { color: #AFABBC; }

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

This text font color is #AFABBC.


Background Color

.myBgColor { background-color: #AFABBC; }

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

This div background color is #AFABBC.


Border color

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

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

This div border color is #AFABBC.


Opacity

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

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

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

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

This text has shadow with #AFABBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFABBC on black background.


Color preview on white background

This text has color #AFABBC on white background.



Black color preview on #AFABBC background

This text has black color on #AFABBC background.


White color preview on #AFABBC background

This text has white color on #AFABBC background.