COLOR #AFABCB

HEX: #AFABCB RGB: (175,171,203)

Color info

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

RGB color model

#AFABCB color RGB value is (175,171,203).

RGB: (175,171,203) (69%, 67%, 80%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 203 of 255 = 80%

175
171
203

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

Portions of RGB colors in percentages

R + G + B = 175 + 171 + 203 = 549 (100%)
R 175 of 549 ~ 31.88%
G 171 of 549 ~ 31.15%
B 203 of 549 ~ 36.98'%

%31.88
%31.15
%36.98

CMYK color model

#AFABCB color CMYK value is (14,16,0,20).

  • cyan value is 13.79%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (14,16,0,20)
C14M16Y0K20 (14%, 16%, 0%, 20%)
(0.14 / 0.16 / 0.00 / 0.20)

CMYK percentages

%13.79
%15.76
%0
%20.39

Codes

Color #AFABCB in popluar color models

AF AB CB
RGB 175 171 203
HSL 248° 23.53% 73.33%
HSB/HSV 248° 15.76% 79.61%
CMYK 13.79% 15.76% 0.00%
20.39%

Color #AFABCB in popluar number systems.

HEX AF AB CB
Decimal 175 171 203
Binary 10101111 10101011 11001011
Octal 257 253 313

Shades and tints

Shades of #AFABCB

#AFABCB
(175,171,203)
#A09CB9
(160,156,185)
#918DA7
(145,141,167)
#827E95
(130,126,149)
#736F83
(115,111,131)
#646071
(100,96,113)
#55515F
(85,81,95)
#46424D
(70,66,77)
#37333B
(55,51,59)
#282429
(40,36,41)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #AFABCB

#AFABCB
(175,171,203)
#B6B2CF
(182,178,207)
#BDB9D3
(189,185,211)
#C4C0D7
(196,192,215)
#CBC7DB
(203,199,219)
#D2CEDF
(210,206,223)
#D9D5E3
(217,213,227)
#E0DCE7
(224,220,231)
#E7E3EB
(231,227,235)
#EEEAEF
(238,234,239)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFABCB; }

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

This text font color is #AFABCB.

Background Color

.myBgColor { background-color: #AFABCB; }

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

This div background color is #AFABCB.

Border color

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

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

This div border color is #AFABCB.

Opacity

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

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

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

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

This text has shadow with #AFABCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFABCB.

Preview

Color preview on black background

This text has color #AFABCB on black background.


Color preview on white background

This text has color #AFABCB on white background.


Black color preview on #AFABCB background

This text has black color on #AFABCB background.


White color preview on #AFABCB background

This text has white color on #AFABCB background.


Related colors

Complementary color

Complementary color for #hex is #505434.


I love getcolorcode.com

Triadic colors

1 #CBAFAB and #ABCBAF with #AFABCB are triadic colors.

2 #CBABAF and #ABAFCB with #AFABCB are triadic colors.