COLOR #B088D1

HEX: #B088D1
RGB: (176,136,209)

Color info

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

RGB color model

#B088D1 color RGB value is (176,136,209).

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

RGB channels and saturation

R 176 of 255 = 69%
G 136 of 255 = 53%
B 209 of 255 = 82%

176
136
209

R + G + B ~ 68%. #B088D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 136 + 209 = 521 (100%)
R 176 of 521 ~ 33.78%
G 136 of 521 ~ 26.1%
B 209 of 521 ~ 40.12%

%33.78
%26.1
%40.12

CMYK color model

#B088D1 color CMYK value is (16,35,0,18).

  • cyan value is 15.79%
  • magenta value is 34.93%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,35,0,18)
C16M35Y0K18 
(16%,35%,0%,18%)
(0.16/0.35/0.00/0.18)	

CMYK percentages

%15.79
%34.93
%0
%18.04

Codes

Color #B088D1 in popluar color models

B088D1
RGB176136209
HSL273°44.24%67.65%
HSB/HSV273°34.93%81.96%
CMYK15.79%34.93%0.00%
18.04%

Color #B088D1 in popluar number systems.

HEXB088D1
Decimal176136209
Binary101100001000100011010001
Octal260210321

Shades and tints

Shades of #B088D1

#B088D1
(176,136,209)
#A07CBE
(160,124,190)
#9070AB
(144,112,171)
#806498
(128,100,152)
#705885
(112,88,133)
#604C72
(96,76,114)
#50405F
(80,64,95)
#40344C
(64,52,76)
#302839
(48,40,57)
#201C26
(32,28,38)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #B088D1

#B088D1
(176,136,209)
#B792D5
(183,146,213)
#BE9CD9
(190,156,217)
#C5A6DD
(197,166,221)
#CCB0E1
(204,176,225)
#D3BAE5
(211,186,229)
#DAC4E9
(218,196,233)
#E1CEED
(225,206,237)
#E8D8F1
(232,216,241)
#EFE2F5
(239,226,245)
#F6ECF9
(246,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B088D1; }

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

This text font color is #B088D1.


Background Color

.myBgColor { background-color: #B088D1; }

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

This div background color is #B088D1.


Border color

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

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

This div border color is #B088D1.


Opacity

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

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

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

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

This text has shadow with #B088D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B088D1 on black background.


Color preview on white background

This text has color #B088D1 on white background.



Black color preview on #B088D1 background

This text has black color on #B088D1 background.


White color preview on #B088D1 background

This text has white color on #B088D1 background.