COLOR #AFBEC0

HEX: #AFBEC0 RGB: (175,190,192)

Color info

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

RGB color model

#AFBEC0 color RGB value is (175,190,192).

RGB: (175,190,192) (69%, 75%, 75%)

RGB channels and saturation

R 175 of 255 = 69%
G 190 of 255 = 75%
B 192 of 255 = 75%

175
190
192

R + G + B ~ 73%. #AFBEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 190 + 192 = 557 (100%)
R 175 of 557 ~ 31.42%
G 190 of 557 ~ 34.11%
B 192 of 557 ~ 34.47'%

%31.42
%34.11
%34.47

CMYK color model

#AFBEC0 color CMYK value is (9,1,0,25).

  • cyan value is 8.85%
  • magenta value is 1.04%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (9,1,0,25) C9M1Y0K25 (9%,1%,0%,25%) (0.09/0.01/0.00/0.25) 

CMYK percentages

%8.85
%1.04
%0
%24.71

Codes

Color #AFBEC0 in popluar color models

AF BE C0
RGB 175 190 192
HSL 187° 11.89% 71.96%
HSB/HSV 187° 8.85% 75.29%
CMYK 8.85% 1.04% 0.00%
24.71%

Color #AFBEC0 in popluar number systems.

HEX AF BE C0
Decimal 175 190 192
Binary 10101111 10111110 11000000
Octal 257 276 300

Shades and tints

Shades of #AFBEC0

#AFBEC0
(175,190,192)
#A0ADAF
(160,173,175)
#919C9E
(145,156,158)
#828B8D
(130,139,141)
#737A7C
(115,122,124)
#64696B
(100,105,107)
#55585A
(85,88,90)
#464749
(70,71,73)
#373638
(55,54,56)
#282527
(40,37,39)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #AFBEC0

#AFBEC0
(175,190,192)
#B6C3C5
(182,195,197)
#BDC8CA
(189,200,202)
#C4CDCF
(196,205,207)
#CBD2D4
(203,210,212)
#D2D7D9
(210,215,217)
#D9DCDE
(217,220,222)
#E0E1E3
(224,225,227)
#E7E6E8
(231,230,232)
#EEEBED
(238,235,237)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBEC0 color. Also use rgb(175,190,192) instead hex code.

Text Font Color

.myTextColor { color: #AFBEC0; }

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

This text font color is #AFBEC0.

Background Color

.myBgColor { background-color: #AFBEC0; }

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

This div background color is #AFBEC0.

Border color

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

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

This div border color is #AFBEC0.

Opacity

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

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

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

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

This text has shadow with #AFBEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBEC0.

Preview

Color preview on black background

This text has color #AFBEC0 on black background.


Color preview on white background

This text has color #AFBEC0 on white background.


Black color preview on #AFBEC0 background

This text has black color on #AFBEC0 background.


White color preview on #AFBEC0 background

This text has white color on #AFBEC0 background.


Related colors

Complementary color

Complementary color for #hex is #50413F.


I love getcolorcode.com

Triadic colors

1 #C0AFBE and #BEC0AF with #AFBEC0 are triadic colors.

2 #C0BEAF and #BEAFC0 with #AFBEC0 are triadic colors.