COLOR #B095B6

HEX: #B095B6
RGB: (176,149,182)

Color info

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

RGB color model

#B095B6 color RGB value is (176,149,182).

  • red value is 176;
  • green value is 149;
  • blue value is 182.
RGB:
(176,149,182)
(69%,58%,71%)

RGB channels and saturation

R 176 of 255 = 69%
G 149 of 255 = 58%
B 182 of 255 = 71%

176
149
182

R + G + B ~ 66%. #B095B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 149 + 182 = 507 (100%)
R 176 of 507 ~ 34.71%
G 149 of 507 ~ 29.39%
B 182 of 507 ~ 35.9%

%34.71
%29.39
%35.9

CMYK color model

#B095B6 color CMYK value is (3,18,0,29).

  • cyan value is 3.30%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(3,18,0,29)
C3M18Y0K29 
(3%,18%,0%,29%)
(0.03/0.18/0.00/0.29)	

CMYK percentages

%3.3
%18.13
%0
%28.63

Codes

Color #B095B6 in popluar color models

B095B6
RGB176149182
HSL289°18.44%64.90%
HSB/HSV289°18.13%71.37%
CMYK3.30%18.13%0.00%
28.63%

Color #B095B6 in popluar number systems.

HEXB095B6
Decimal176149182
Binary101100001001010110110110
Octal260225266

Shades and tints

Shades of #B095B6

#B095B6
(176,149,182)
#A088A6
(160,136,166)
#907B96
(144,123,150)
#806E86
(128,110,134)
#706176
(112,97,118)
#605466
(96,84,102)
#504756
(80,71,86)
#403A46
(64,58,70)
#302D36
(48,45,54)
#202026
(32,32,38)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #B095B6

#B095B6
(176,149,182)
#B79EBC
(183,158,188)
#BEA7C2
(190,167,194)
#C5B0C8
(197,176,200)
#CCB9CE
(204,185,206)
#D3C2D4
(211,194,212)
#DACBDA
(218,203,218)
#E1D4E0
(225,212,224)
#E8DDE6
(232,221,230)
#EFE6EC
(239,230,236)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B095B6 color. Also use rgb(176,149,182) instead hex code.

Text Font Color

.myTextColor { color: #B095B6; }

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

This text font color is #B095B6.


Background Color

.myBgColor { background-color: #B095B6; }

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

This div background color is #B095B6.


Border color

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

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

This div border color is #B095B6.


Opacity

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

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

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

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

This text has shadow with #B095B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B095B6 on black background.


Color preview on white background

This text has color #B095B6 on white background.



Black color preview on #B095B6 background

This text has black color on #B095B6 background.


White color preview on #B095B6 background

This text has white color on #B095B6 background.