COLOR #AFBCBE

HEX: #AFBCBE RGB: (175,188,190)

Color info

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

RGB color model

#AFBCBE color RGB value is (175,188,190).

RGB: (175,188,190) (69%, 74%, 75%)

RGB channels and saturation

R 175 of 255 = 69%
G 188 of 255 = 74%
B 190 of 255 = 75%

175
188
190

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

Portions of RGB colors in percentages

R + G + B = 175 + 188 + 190 = 553 (100%)
R 175 of 553 ~ 31.65%
G 188 of 553 ~ 34%
B 190 of 553 ~ 34.36'%

%31.65
%34
%34.36

CMYK color model

#AFBCBE color CMYK value is (8,1,0,25).

  • cyan value is 7.89%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (8,1,0,25)
C8M1Y0K25 (8%, 1%, 0%, 25%)
(0.08 / 0.01 / 0.00 / 0.25)

CMYK percentages

%7.89
%1.05
%0
%25.49

Codes

Color #AFBCBE in popluar color models

AF BC BE
RGB 175 188 190
HSL 188° 10.34% 71.57%
HSB/HSV 188° 7.89% 74.51%
CMYK 7.89% 1.05% 0.00%
25.49%

Color #AFBCBE in popluar number systems.

HEX AF BC BE
Decimal 175 188 190
Binary 10101111 10111100 10111110
Octal 257 274 276

Shades and tints

Shades of #AFBCBE

#AFBCBE
(175,188,190)
#A0ABAD
(160,171,173)
#919A9C
(145,154,156)
#82898B
(130,137,139)
#73787A
(115,120,122)
#646769
(100,103,105)
#555658
(85,86,88)
#464547
(70,69,71)
#373436
(55,52,54)
#282325
(40,35,37)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #AFBCBE

#AFBCBE
(175,188,190)
#B6C2C3
(182,194,195)
#BDC8C8
(189,200,200)
#C4CECD
(196,206,205)
#CBD4D2
(203,212,210)
#D2DAD7
(210,218,215)
#D9E0DC
(217,224,220)
#E0E6E1
(224,230,225)
#E7ECE6
(231,236,230)
#EEF2EB
(238,242,235)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBCBE; }

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

This text font color is #AFBCBE.

Background Color

.myBgColor { background-color: #AFBCBE; }

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

This div background color is #AFBCBE.

Border color

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

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

This div border color is #AFBCBE.

Opacity

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

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

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

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

This text has shadow with #AFBCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBCBE.

Preview

Color preview on black background

This text has color #AFBCBE on black background.


Color preview on white background

This text has color #AFBCBE on white background.


Black color preview on #AFBCBE background

This text has black color on #AFBCBE background.


White color preview on #AFBCBE background

This text has white color on #AFBCBE background.


Related colors

Complementary color

Complementary color for #hex is #504341.


I love getcolorcode.com

Triadic colors

1 #BEAFBC and #BCBEAF with #AFBCBE are triadic colors.

2 #BEBCAF and #BCAFBE with #AFBCBE are triadic colors.