COLOR #B893ED

HEX: #B893ED
RGB: (184,147,237)

Color info

#B893ED contains mainly red and blue colors. Web safe color of #B893ED is #CC99FF (or #C9F).

RGB color model

#B893ED color RGB value is (184,147,237).

  • red value is 184;
  • green value is 147;
  • blue value is 237.
RGB:
(184,147,237)
(72%,58%,93%)

RGB channels and saturation

R 184 of 255 = 72%
G 147 of 255 = 58%
B 237 of 255 = 93%

184
147
237

R + G + B ~ 74%. #B893ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 147 + 237 = 568 (100%)
R 184 of 568 ~ 32.39%
G 147 of 568 ~ 25.88%
B 237 of 568 ~ 41.73%

%32.39
%25.88
%41.73

CMYK color model

#B893ED color CMYK value is (22,38,0,7).

  • cyan value is 22.36%
  • magenta value is 37.97%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(22,38,0,7)
C22M38Y0K7 
(22%,38%,0%,7%)
(0.22/0.38/0.00/0.07)	

CMYK percentages

%22.36
%37.97
%0
%7.06

Codes

Color #B893ED in popluar color models

B893ED
RGB184147237
HSL265°71.43%75.29%
HSB/HSV265°37.97%92.94%
CMYK22.36%37.97%0.00%
7.06%

Color #B893ED in popluar number systems.

HEXB893ED
Decimal184147237
Binary101110001001001111101101
Octal270223355

Shades and tints

Shades of #B893ED

#B893ED
(184,147,237)
#A886D8
(168,134,216)
#9879C3
(152,121,195)
#886CAE
(136,108,174)
#785F99
(120,95,153)
#685284
(104,82,132)
#58456F
(88,69,111)
#48385A
(72,56,90)
#382B45
(56,43,69)
#281E30
(40,30,48)
#18111B
(24,17,27)
#000000
(0,0,0)

Tints of #B893ED

#B893ED
(184,147,237)
#BE9CEE
(190,156,238)
#C4A5EF
(196,165,239)
#CAAEF0
(202,174,240)
#D0B7F1
(208,183,241)
#D6C0F2
(214,192,242)
#DCC9F3
(220,201,243)
#E2D2F4
(226,210,244)
#E8DBF5
(232,219,245)
#EEE4F6
(238,228,246)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B893ED color. Also use rgb(184,147,237) instead hex code.

Text Font Color

.myTextColor { color: #B893ED; }

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

This text font color is #B893ED.


Background Color

.myBgColor { background-color: #B893ED; }

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

This div background color is #B893ED.


Border color

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

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

This div border color is #B893ED.


Opacity

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

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

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

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

This text has shadow with #B893ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B893ED on black background.


Color preview on white background

This text has color #B893ED on white background.



Black color preview on #B893ED background

This text has black color on #B893ED background.


White color preview on #B893ED background

This text has white color on #B893ED background.