COLOR #B093CF

HEX: #B093CF RGB: (176,147,207)

Color info

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

RGB color model

#B093CF color RGB value is (176,147,207).

RGB: (176,147,207) (69%, 58%, 81%)

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 207 of 255 = 81%

176
147
207

R + G + B ~ 69%. #B093CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 147 + 207 = 530 (100%)
R 176 of 530 ~ 33.21%
G 147 of 530 ~ 27.74%
B 207 of 530 ~ 39.06'%

%33.21
%27.74
%39.06

CMYK color model

#B093CF color CMYK value is (15,29,0,19).

  • cyan value is 14.98%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (15,29,0,19) C15M29Y0K19 (15%,29%,0%,19%) (0.15/0.29/0.00/0.19) 

CMYK percentages

%14.98
%28.99
%0
%18.82

Codes

Color #B093CF in popluar color models

B0 93 CF
RGB 176 147 207
HSL 269° 38.46% 69.41%
HSB/HSV 269° 28.99% 81.18%
CMYK 14.98% 28.99% 0.00%
18.82%

Color #B093CF in popluar number systems.

HEX B0 93 CF
Decimal 176 147 207
Binary 10110000 10010011 11001111
Octal 260 223 317

Shades and tints

Shades of #B093CF

#B093CF
(176,147,207)
#A086BD
(160,134,189)
#9079AB
(144,121,171)
#806C99
(128,108,153)
#705F87
(112,95,135)
#605275
(96,82,117)
#504563
(80,69,99)
#403851
(64,56,81)
#302B3F
(48,43,63)
#201E2D
(32,30,45)
#10111B
(16,17,27)
#000000
(0,0,0)

Tints of #B093CF

#B093CF
(176,147,207)
#B79CD3
(183,156,211)
#BEA5D7
(190,165,215)
#C5AEDB
(197,174,219)
#CCB7DF
(204,183,223)
#D3C0E3
(211,192,227)
#DAC9E7
(218,201,231)
#E1D2EB
(225,210,235)
#E8DBEF
(232,219,239)
#EFE4F3
(239,228,243)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B093CF; }

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

This text font color is #B093CF.

Background Color

.myBgColor { background-color: #B093CF; }

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

This div background color is #B093CF.

Border color

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

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

This div border color is #B093CF.

Opacity

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

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

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

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

This text has shadow with #B093CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B093CF.

Preview

Color preview on black background

This text has color #B093CF on black background.


Color preview on white background

This text has color #B093CF on white background.


Black color preview on #B093CF background

This text has black color on #B093CF background.


White color preview on #B093CF background

This text has white color on #B093CF background.


Related colors

Complementary color

Complementary color for #hex is #4F6C30.


I love getcolorcode.com

Triadic colors

1 #CFB093 and #93CFB0 with #B093CF are triadic colors.

2 #CF93B0 and #93B0CF with #B093CF are triadic colors.