COLOR #B092A8

HEX: #B092A8
RGB: (176,146,168)

Color info

#B092A8 contains red, green and blue colors in about the same proportion. Web safe color of #B092A8 is #999999 (or #999).

RGB color model

#B092A8 color RGB value is (176,146,168).

  • red value is 176;
  • green value is 146;
  • blue value is 168.
RGB:
(176,146,168)
(69%,57%,66%)

RGB channels and saturation

R 176 of 255 = 69%
G 146 of 255 = 57%
B 168 of 255 = 66%

176
146
168

R + G + B ~ 64%. #B092A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 146 + 168 = 490 (100%)
R 176 of 490 ~ 35.92%
G 146 of 490 ~ 29.8%
B 168 of 490 ~ 34.29%

%35.92
%29.8
%34.29

CMYK color model

#B092A8 color CMYK value is (0,17,5,31).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 4.55%
  • key color value is 30.98%
CMYK:
(0,17,5,31)
C0M17Y5K31 
(0%,17%,5%,31%)
(0.00/0.17/0.05/0.31)	

CMYK percentages

%0
%17.05
%4.55
%30.98

Codes

Color #B092A8 in popluar color models

B092A8
RGB176146168
HSL316°15.96%63.14%
HSB/HSV316°17.05%69.02%
CMYK0.00%17.05%4.55%
30.98%

Color #B092A8 in popluar number systems.

HEXB092A8
Decimal176146168
Binary101100001001001010101000
Octal260222250

Shades and tints

Shades of #B092A8

#B092A8
(176,146,168)
#A08599
(160,133,153)
#90788A
(144,120,138)
#806B7B
(128,107,123)
#705E6C
(112,94,108)
#60515D
(96,81,93)
#50444E
(80,68,78)
#40373F
(64,55,63)
#302A30
(48,42,48)
#201D21
(32,29,33)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #B092A8

#B092A8
(176,146,168)
#B79BAF
(183,155,175)
#BEA4B6
(190,164,182)
#C5ADBD
(197,173,189)
#CCB6C4
(204,182,196)
#D3BFCB
(211,191,203)
#DAC8D2
(218,200,210)
#E1D1D9
(225,209,217)
#E8DAE0
(232,218,224)
#EFE3E7
(239,227,231)
#F6ECEE
(246,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B092A8 color. Also use rgb(176,146,168) instead hex code.

Text Font Color

.myTextColor { color: #B092A8; }

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

This text font color is #B092A8.


Background Color

.myBgColor { background-color: #B092A8; }

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

This div background color is #B092A8.


Border color

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

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

This div border color is #B092A8.


Opacity

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

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

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

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

This text has shadow with #B092A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B092A8 on black background.


Color preview on white background

This text has color #B092A8 on white background.



Black color preview on #B092A8 background

This text has black color on #B092A8 background.


White color preview on #B092A8 background

This text has white color on #B092A8 background.