COLOR #B0AFC8

HEX: #B0AFC8 RGB: (176,175,200)

Color info

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

RGB color model

#B0AFC8 color RGB value is (176,175,200).

RGB: (176,175,200) (69%, 69%, 78%)

RGB channels and saturation

R 176 of 255 = 69%
G 175 of 255 = 69%
B 200 of 255 = 78%

176
175
200

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

Portions of RGB colors in percentages

R + G + B = 176 + 175 + 200 = 551 (100%)
R 176 of 551 ~ 31.94%
G 175 of 551 ~ 31.76%
B 200 of 551 ~ 36.3'%

%31.94
%31.76
%36.3

CMYK color model

#B0AFC8 color CMYK value is (12,13,0,22).

  • cyan value is 12.00%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (12,13,0,22)
C12M13Y0K22 (12%, 13%, 0%, 22%)
(0.12 / 0.13 / 0.00 / 0.22)

CMYK percentages

%12
%12.5
%0
%21.57

Codes

Color #B0AFC8 in popluar color models

B0 AF C8
RGB 176 175 200
HSL 242° 18.52% 73.53%
HSB/HSV 242° 12.50% 78.43%
CMYK 12.00% 12.50% 0.00%
21.57%

Color #B0AFC8 in popluar number systems.

HEX B0 AF C8
Decimal 176 175 200
Binary 10110000 10101111 11001000
Octal 260 257 310

Shades and tints

Shades of #B0AFC8

#B0AFC8
(176,175,200)
#A0A0B6
(160,160,182)
#9091A4
(144,145,164)
#808292
(128,130,146)
#707380
(112,115,128)
#60646E
(96,100,110)
#50555C
(80,85,92)
#40464A
(64,70,74)
#303738
(48,55,56)
#202826
(32,40,38)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #B0AFC8

#B0AFC8
(176,175,200)
#B7B6CD
(183,182,205)
#BEBDD2
(190,189,210)
#C5C4D7
(197,196,215)
#CCCBDC
(204,203,220)
#D3D2E1
(211,210,225)
#DAD9E6
(218,217,230)
#E1E0EB
(225,224,235)
#E8E7F0
(232,231,240)
#EFEEF5
(239,238,245)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AFC8; }

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

This text font color is #B0AFC8.

Background Color

.myBgColor { background-color: #B0AFC8; }

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

This div background color is #B0AFC8.

Border color

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

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

This div border color is #B0AFC8.

Opacity

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

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

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

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

This text has shadow with #B0AFC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0AFC8.

Preview

Color preview on black background

This text has color #B0AFC8 on black background.


Color preview on white background

This text has color #B0AFC8 on white background.


Black color preview on #B0AFC8 background

This text has black color on #B0AFC8 background.


White color preview on #B0AFC8 background

This text has white color on #B0AFC8 background.


Related colors

Complementary color

Complementary color for #hex is #4F5037.


I love getcolorcode.com

Triadic colors

1 #C8B0AF and #AFC8B0 with #B0AFC8 are triadic colors.

2 #C8AFB0 and #AFB0C8 with #B0AFC8 are triadic colors.