COLOR #B295B7

HEX: #B295B7
RGB: (178,149,183)

Color info

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

RGB color model

#B295B7 color RGB value is (178,149,183).

  • red value is 178;
  • green value is 149;
  • blue value is 183.
RGB:
(178,149,183)
(70%,58%,72%)

RGB channels and saturation

R 178 of 255 = 70%
G 149 of 255 = 58%
B 183 of 255 = 72%

178
149
183

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

Portions of RGB colors in percentages

R + G + B =
178 + 149 + 183 = 510 (100%)
R 178 of 510 ~ 34.9%
G 149 of 510 ~ 29.22%
B 183 of 510 ~ 35.88%

%34.9
%29.22
%35.88

CMYK color model

#B295B7 color CMYK value is (3,19,0,28).

  • cyan value is 2.73%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(3,19,0,28)
C3M19Y0K28 
(3%,19%,0%,28%)
(0.03/0.19/0.00/0.28)	

CMYK percentages

%2.73
%18.58
%0
%28.24

Codes

Color #B295B7 in popluar color models

B295B7
RGB178149183
HSL291°19.10%65.10%
HSB/HSV291°18.58%71.76%
CMYK2.73%18.58%0.00%
28.24%

Color #B295B7 in popluar number systems.

HEXB295B7
Decimal178149183
Binary101100101001010110110111
Octal262225267

Shades and tints

Shades of #B295B7

#B295B7
(178,149,183)
#A288A7
(162,136,167)
#927B97
(146,123,151)
#826E87
(130,110,135)
#726177
(114,97,119)
#625467
(98,84,103)
#524757
(82,71,87)
#423A47
(66,58,71)
#322D37
(50,45,55)
#222027
(34,32,39)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #B295B7

#B295B7
(178,149,183)
#B99EBD
(185,158,189)
#C0A7C3
(192,167,195)
#C7B0C9
(199,176,201)
#CEB9CF
(206,185,207)
#D5C2D5
(213,194,213)
#DCCBDB
(220,203,219)
#E3D4E1
(227,212,225)
#EADDE7
(234,221,231)
#F1E6ED
(241,230,237)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B295B7 color. Also use rgb(178,149,183) instead hex code.

Text Font Color

.myTextColor { color: #B295B7; }

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

This text font color is #B295B7.


Background Color

.myBgColor { background-color: #B295B7; }

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

This div background color is #B295B7.


Border color

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

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

This div border color is #B295B7.


Opacity

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

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

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

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

This text has shadow with #B295B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B295B7 on black background.


Color preview on white background

This text has color #B295B7 on white background.



Black color preview on #B295B7 background

This text has black color on #B295B7 background.


White color preview on #B295B7 background

This text has white color on #B295B7 background.