COLOR #B296B5

HEX: #B296B5
RGB: (178,150,181)

Color info

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

RGB color model

#B296B5 color RGB value is (178,150,181).

  • red value is 178;
  • green value is 150;
  • blue value is 181.
RGB:
(178,150,181)
(70%,59%,71%)

RGB channels and saturation

R 178 of 255 = 70%
G 150 of 255 = 59%
B 181 of 255 = 71%

178
150
181

R + G + B ~ 67%. #B296B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 150 + 181 = 509 (100%)
R 178 of 509 ~ 34.97%
G 150 of 509 ~ 29.47%
B 181 of 509 ~ 35.56%

%34.97
%29.47
%35.56

CMYK color model

#B296B5 color CMYK value is (2,17,0,29).

  • cyan value is 1.66%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(2,17,0,29)
C2M17Y0K29 
(2%,17%,0%,29%)
(0.02/0.17/0.00/0.29)	

CMYK percentages

%1.66
%17.13
%0
%29.02

Codes

Color #B296B5 in popluar color models

B296B5
RGB178150181
HSL294°17.32%64.90%
HSB/HSV294°17.13%70.98%
CMYK1.66%17.13%0.00%
29.02%

Color #B296B5 in popluar number systems.

HEXB296B5
Decimal178150181
Binary101100101001011010110101
Octal262226265

Shades and tints

Shades of #B296B5

#B296B5
(178,150,181)
#A289A5
(162,137,165)
#927C95
(146,124,149)
#826F85
(130,111,133)
#726275
(114,98,117)
#625565
(98,85,101)
#524855
(82,72,85)
#423B45
(66,59,69)
#322E35
(50,46,53)
#222125
(34,33,37)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #B296B5

#B296B5
(178,150,181)
#B99FBB
(185,159,187)
#C0A8C1
(192,168,193)
#C7B1C7
(199,177,199)
#CEBACD
(206,186,205)
#D5C3D3
(213,195,211)
#DCCCD9
(220,204,217)
#E3D5DF
(227,213,223)
#EADEE5
(234,222,229)
#F1E7EB
(241,231,235)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B296B5 color. Also use rgb(178,150,181) instead hex code.

Text Font Color

.myTextColor { color: #B296B5; }

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

This text font color is #B296B5.


Background Color

.myBgColor { background-color: #B296B5; }

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

This div background color is #B296B5.


Border color

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

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

This div border color is #B296B5.


Opacity

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

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

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

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

This text has shadow with #B296B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B296B5 on black background.


Color preview on white background

This text has color #B296B5 on white background.



Black color preview on #B296B5 background

This text has black color on #B296B5 background.


White color preview on #B296B5 background

This text has white color on #B296B5 background.