COLOR #B088CC

HEX: #B088CC
RGB: (176,136,204)

Color info

#B088CC contains mainly red and blue colors. Web safe color of #B088CC is #9999CC (or #99C).

RGB color model

#B088CC color RGB value is (176,136,204).

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

RGB channels and saturation

R 176 of 255 = 69%
G 136 of 255 = 53%
B 204 of 255 = 80%

176
136
204

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

Portions of RGB colors in percentages

R + G + B =
176 + 136 + 204 = 516 (100%)
R 176 of 516 ~ 34.11%
G 136 of 516 ~ 26.36%
B 204 of 516 ~ 39.53%

%34.11
%26.36
%39.53

CMYK color model

#B088CC color CMYK value is (14,33,0,20).

  • cyan value is 13.73%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(14,33,0,20)
C14M33Y0K20 
(14%,33%,0%,20%)
(0.14/0.33/0.00/0.20)	

CMYK percentages

%13.73
%33.33
%0
%20

Codes

Color #B088CC in popluar color models

B088CC
RGB176136204
HSL275°40.00%66.67%
HSB/HSV275°33.33%80.00%
CMYK13.73%33.33%0.00%
20.00%

Color #B088CC in popluar number systems.

HEXB088CC
Decimal176136204
Binary101100001000100011001100
Octal260210314

Shades and tints

Shades of #B088CC

#B088CC
(176,136,204)
#A07CBA
(160,124,186)
#9070A8
(144,112,168)
#806496
(128,100,150)
#705884
(112,88,132)
#604C72
(96,76,114)
#504060
(80,64,96)
#40344E
(64,52,78)
#30283C
(48,40,60)
#201C2A
(32,28,42)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #B088CC

#B088CC
(176,136,204)
#B792D0
(183,146,208)
#BE9CD4
(190,156,212)
#C5A6D8
(197,166,216)
#CCB0DC
(204,176,220)
#D3BAE0
(211,186,224)
#DAC4E4
(218,196,228)
#E1CEE8
(225,206,232)
#E8D8EC
(232,216,236)
#EFE2F0
(239,226,240)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B088CC; }

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

This text font color is #B088CC.


Background Color

.myBgColor { background-color: #B088CC; }

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

This div background color is #B088CC.


Border color

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

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

This div border color is #B088CC.


Opacity

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

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

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

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

This text has shadow with #B088CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B088CC on black background.


Color preview on white background

This text has color #B088CC on white background.



Black color preview on #B088CC background

This text has black color on #B088CC background.


White color preview on #B088CC background

This text has white color on #B088CC background.