COLOR #B2AFC8

HEX: #B2AFC8 RGB: (178,175,200)

Color info

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

RGB color model

#B2AFC8 color RGB value is (178,175,200).

RGB: (178,175,200) (70%, 69%, 78%)

RGB channels and saturation

R 178 of 255 = 70%
G 175 of 255 = 69%
B 200 of 255 = 78%

178
175
200

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

Portions of RGB colors in percentages

R + G + B = 178 + 175 + 200 = 553 (100%)
R 178 of 553 ~ 32.19%
G 175 of 553 ~ 31.65%
B 200 of 553 ~ 36.17'%

%32.19
%31.65
%36.17

CMYK color model

#B2AFC8 color CMYK value is (11,13,0,22).

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

CMYK: (11,13,0,22)
C11M13Y0K22 (11%, 13%, 0%, 22%)
(0.11 / 0.13 / 0.00 / 0.22)

CMYK percentages

%11
%12.5
%0
%21.57

Codes

Color #B2AFC8 in popluar color models

B2 AF C8
RGB 178 175 200
HSL 247° 18.52% 73.53%
HSB/HSV 247° 12.50% 78.43%
CMYK 11.00% 12.50% 0.00%
21.57%

Color #B2AFC8 in popluar number systems.

HEX B2 AF C8
Decimal 178 175 200
Binary 10110010 10101111 11001000
Octal 262 257 310

Shades and tints

Shades of #B2AFC8

#B2AFC8
(178,175,200)
#A2A0B6
(162,160,182)
#9291A4
(146,145,164)
#828292
(130,130,146)
#727380
(114,115,128)
#62646E
(98,100,110)
#52555C
(82,85,92)
#42464A
(66,70,74)
#323738
(50,55,56)
#222826
(34,40,38)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #B2AFC8

#B2AFC8
(178,175,200)
#B9B6CD
(185,182,205)
#C0BDD2
(192,189,210)
#C7C4D7
(199,196,215)
#CECBDC
(206,203,220)
#D5D2E1
(213,210,225)
#DCD9E6
(220,217,230)
#E3E0EB
(227,224,235)
#EAE7F0
(234,231,240)
#F1EEF5
(241,238,245)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AFC8; }

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

This text font color is #B2AFC8.

Background Color

.myBgColor { background-color: #B2AFC8; }

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

This div background color is #B2AFC8.

Border color

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

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

This div border color is #B2AFC8.

Opacity

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

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

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

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

This text has shadow with #B2AFC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AFC8.

Preview

Color preview on black background

This text has color #B2AFC8 on black background.


Color preview on white background

This text has color #B2AFC8 on white background.


Black color preview on #B2AFC8 background

This text has black color on #B2AFC8 background.


White color preview on #B2AFC8 background

This text has white color on #B2AFC8 background.


Related colors

Complementary color

Complementary color for #hex is #4D5037.


I love getcolorcode.com

Triadic colors

1 #C8B2AF and #AFC8B2 with #B2AFC8 are triadic colors.

2 #C8AFB2 and #AFB2C8 with #B2AFC8 are triadic colors.