COLOR #B088BC

HEX: #B088BC
RGB: (176,136,188)

Color info

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

RGB color model

#B088BC color RGB value is (176,136,188).

  • red value is 176;
  • green value is 136;
  • blue value is 188.
RGB:
(176,136,188)
(69%,53%,74%)

RGB channels and saturation

R 176 of 255 = 69%
G 136 of 255 = 53%
B 188 of 255 = 74%

176
136
188

R + G + B ~ 65%. #B088BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 136 + 188 = 500 (100%)
R 176 of 500 ~ 35.2%
G 136 of 500 ~ 27.2%
B 188 of 500 ~ 37.6%

%35.2
%27.2
%37.6

CMYK color model

#B088BC color CMYK value is (6,28,0,26).

  • cyan value is 6.38%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(6,28,0,26)
C6M28Y0K26 
(6%,28%,0%,26%)
(0.06/0.28/0.00/0.26)	

CMYK percentages

%6.38
%27.66
%0
%26.27

Codes

Color #B088BC in popluar color models

B088BC
RGB176136188
HSL286°27.96%63.53%
HSB/HSV286°27.66%73.73%
CMYK6.38%27.66%0.00%
26.27%

Color #B088BC in popluar number systems.

HEXB088BC
Decimal176136188
Binary101100001000100010111100
Octal260210274

Shades and tints

Shades of #B088BC

#B088BC
(176,136,188)
#A07CAB
(160,124,171)
#90709A
(144,112,154)
#806489
(128,100,137)
#705878
(112,88,120)
#604C67
(96,76,103)
#504056
(80,64,86)
#403445
(64,52,69)
#302834
(48,40,52)
#201C23
(32,28,35)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #B088BC

#B088BC
(176,136,188)
#B792C2
(183,146,194)
#BE9CC8
(190,156,200)
#C5A6CE
(197,166,206)
#CCB0D4
(204,176,212)
#D3BADA
(211,186,218)
#DAC4E0
(218,196,224)
#E1CEE6
(225,206,230)
#E8D8EC
(232,216,236)
#EFE2F2
(239,226,242)
#F6ECF8
(246,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B088BC color. Also use rgb(176,136,188) instead hex code.

Text Font Color

.myTextColor { color: #B088BC; }

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

This text font color is #B088BC.


Background Color

.myBgColor { background-color: #B088BC; }

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

This div background color is #B088BC.


Border color

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

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

This div border color is #B088BC.


Opacity

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

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

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

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

This text has shadow with #B088BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B088BC on black background.


Color preview on white background

This text has color #B088BC on white background.



Black color preview on #B088BC background

This text has black color on #B088BC background.


White color preview on #B088BC background

This text has white color on #B088BC background.