COLOR #B093A8

HEX: #B093A8 RGB: (176,147,168)

Color info

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

RGB color model

#B093A8 color RGB value is (176,147,168).

RGB: (176,147,168) (69%, 58%, 66%)

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 168 of 255 = 66%

176
147
168

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

Portions of RGB colors in percentages

R + G + B = 176 + 147 + 168 = 491 (100%)
R 176 of 491 ~ 35.85%
G 147 of 491 ~ 29.94%
B 168 of 491 ~ 34.22'%

%35.85
%29.94
%34.22

CMYK color model

#B093A8 color CMYK value is (0,16,5,31).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 4.55%
  • key color value is 30.98%
CMYK: (0,16,5,31) C0M16Y5K31 (0%,16%,5%,31%) (0.00/0.16/0.05/0.31) 

CMYK percentages

%0
%16.48
%4.55
%30.98

Codes

Color #B093A8 in popluar color models

B0 93 A8
RGB 176 147 168
HSL 317° 15.51% 63.33%
HSB/HSV 317° 16.48% 69.02%
CMYK 0.00% 16.48% 4.55%
30.98%

Color #B093A8 in popluar number systems.

HEX B0 93 A8
Decimal 176 147 168
Binary 10110000 10010011 10101000
Octal 260 223 250

Shades and tints

Shades of #B093A8

#B093A8
(176,147,168)
#A08699
(160,134,153)
#90798A
(144,121,138)
#806C7B
(128,108,123)
#705F6C
(112,95,108)
#60525D
(96,82,93)
#50454E
(80,69,78)
#40383F
(64,56,63)
#302B30
(48,43,48)
#201E21
(32,30,33)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #B093A8

#B093A8
(176,147,168)
#B79CAF
(183,156,175)
#BEA5B6
(190,165,182)
#C5AEBD
(197,174,189)
#CCB7C4
(204,183,196)
#D3C0CB
(211,192,203)
#DAC9D2
(218,201,210)
#E1D2D9
(225,210,217)
#E8DBE0
(232,219,224)
#EFE4E7
(239,228,231)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B093A8; }

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

This text font color is #B093A8.

Background Color

.myBgColor { background-color: #B093A8; }

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

This div background color is #B093A8.

Border color

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

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

This div border color is #B093A8.

Opacity

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

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

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

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

This text has shadow with #B093A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B093A8.

Preview

Color preview on black background

This text has color #B093A8 on black background.


Color preview on white background

This text has color #B093A8 on white background.


Black color preview on #B093A8 background

This text has black color on #B093A8 background.


White color preview on #B093A8 background

This text has white color on #B093A8 background.


Related colors

Complementary color

Complementary color for #hex is #4F6C57.


I love getcolorcode.com

Triadic colors

1 #A8B093 and #93A8B0 with #B093A8 are triadic colors.

2 #A893B0 and #93B0A8 with #B093A8 are triadic colors.