COLOR #B290B8

HEX: #B290B8
RGB: (178,144,184)

Color info

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

RGB color model

#B290B8 color RGB value is (178,144,184).

  • red value is 178;
  • green value is 144;
  • blue value is 184.
RGB:
(178,144,184)
(70%,56%,72%)

RGB channels and saturation

R 178 of 255 = 70%
G 144 of 255 = 56%
B 184 of 255 = 72%

178
144
184

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

Portions of RGB colors in percentages

R + G + B =
178 + 144 + 184 = 506 (100%)
R 178 of 506 ~ 35.18%
G 144 of 506 ~ 28.46%
B 184 of 506 ~ 36.36%

%35.18
%28.46
%36.36

CMYK color model

#B290B8 color CMYK value is (3,22,0,28).

  • cyan value is 3.26%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(3,22,0,28)
C3M22Y0K28 
(3%,22%,0%,28%)
(0.03/0.22/0.00/0.28)	

CMYK percentages

%3.26
%21.74
%0
%27.84

Codes

Color #B290B8 in popluar color models

B290B8
RGB178144184
HSL291°21.98%64.31%
HSB/HSV291°21.74%72.16%
CMYK3.26%21.74%0.00%
27.84%

Color #B290B8 in popluar number systems.

HEXB290B8
Decimal178144184
Binary101100101001000010111000
Octal262220270

Shades and tints

Shades of #B290B8

#B290B8
(178,144,184)
#A283A8
(162,131,168)
#927698
(146,118,152)
#826988
(130,105,136)
#725C78
(114,92,120)
#624F68
(98,79,104)
#524258
(82,66,88)
#423548
(66,53,72)
#322838
(50,40,56)
#221B28
(34,27,40)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #B290B8

#B290B8
(178,144,184)
#B99ABE
(185,154,190)
#C0A4C4
(192,164,196)
#C7AECA
(199,174,202)
#CEB8D0
(206,184,208)
#D5C2D6
(213,194,214)
#DCCCDC
(220,204,220)
#E3D6E2
(227,214,226)
#EAE0E8
(234,224,232)
#F1EAEE
(241,234,238)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B290B8 color. Also use rgb(178,144,184) instead hex code.

Text Font Color

.myTextColor { color: #B290B8; }

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

This text font color is #B290B8.


Background Color

.myBgColor { background-color: #B290B8; }

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

This div background color is #B290B8.


Border color

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

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

This div border color is #B290B8.


Opacity

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

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

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

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

This text has shadow with #B290B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B290B8 on black background.


Color preview on white background

This text has color #B290B8 on white background.



Black color preview on #B290B8 background

This text has black color on #B290B8 background.


White color preview on #B290B8 background

This text has white color on #B290B8 background.