COLOR #B090B6

HEX: #B090B6
RGB: (176,144,182)

Color info

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

RGB color model

#B090B6 color RGB value is (176,144,182).

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

RGB channels and saturation

R 176 of 255 = 69%
G 144 of 255 = 56%
B 182 of 255 = 71%

176
144
182

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

Portions of RGB colors in percentages

R + G + B =
176 + 144 + 182 = 502 (100%)
R 176 of 502 ~ 35.06%
G 144 of 502 ~ 28.69%
B 182 of 502 ~ 36.25%

%35.06
%28.69
%36.25

CMYK color model

#B090B6 color CMYK value is (3,21,0,29).

  • cyan value is 3.30%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(3,21,0,29)
C3M21Y0K29 
(3%,21%,0%,29%)
(0.03/0.21/0.00/0.29)	

CMYK percentages

%3.3
%20.88
%0
%28.63

Codes

Color #B090B6 in popluar color models

B090B6
RGB176144182
HSL291°20.65%63.92%
HSB/HSV291°20.88%71.37%
CMYK3.30%20.88%0.00%
28.63%

Color #B090B6 in popluar number systems.

HEXB090B6
Decimal176144182
Binary101100001001000010110110
Octal260220266

Shades and tints

Shades of #B090B6

#B090B6
(176,144,182)
#A083A6
(160,131,166)
#907696
(144,118,150)
#806986
(128,105,134)
#705C76
(112,92,118)
#604F66
(96,79,102)
#504256
(80,66,86)
#403546
(64,53,70)
#302836
(48,40,54)
#201B26
(32,27,38)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #B090B6

#B090B6
(176,144,182)
#B79ABC
(183,154,188)
#BEA4C2
(190,164,194)
#C5AEC8
(197,174,200)
#CCB8CE
(204,184,206)
#D3C2D4
(211,194,212)
#DACCDA
(218,204,218)
#E1D6E0
(225,214,224)
#E8E0E6
(232,224,230)
#EFEAEC
(239,234,236)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B090B6; }

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

This text font color is #B090B6.


Background Color

.myBgColor { background-color: #B090B6; }

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

This div background color is #B090B6.


Border color

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

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

This div border color is #B090B6.


Opacity

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

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

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

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

This text has shadow with #B090B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B090B6 on black background.


Color preview on white background

This text has color #B090B6 on white background.



Black color preview on #B090B6 background

This text has black color on #B090B6 background.


White color preview on #B090B6 background

This text has white color on #B090B6 background.