COLOR #B081EE

HEX: #B081EE
RGB: (176,129,238)

Color info

#B081EE contains mainly blue color. Web safe color of #B081EE is #9999FF (or #99F).

RGB color model

#B081EE color RGB value is (176,129,238).

  • red value is 176;
  • green value is 129;
  • blue value is 238.
RGB: (176,129,238) (69%,51%,93%)

RGB channels and saturation

R 176 of 255 = 69%
G 129 of 255 = 51%
B 238 of 255 = 93%

176
129
238

R + G + B ~ 71%. #B081EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 129 + 238 = 543 (100%)
R 176 of 543 ~ 32.41%
G 129 of 543 ~ 23.76%
B 238 of 543 ~ 43.83%

%32.41
%23.76
%43.83

CMYK color model

#B081EE color CMYK value is (26,46,0,7).

  • cyan value is 26.05%
  • magenta value is 45.80%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (26,46,0,7) C26M46Y0K7 (26%,46%,0%,7%) (0.26/0.46/0.00/0.07)

CMYK percentages

%26.05
%45.8
%0
%6.67

Codes

Color #B081EE in popluar color models

B081EE
RGB176129238
HSL266°76.22%71.96%
HSB/HSV266°45.80%93.33%
CMYK26.05%45.80%0.00%
6.67%

Color #B081EE in popluar number systems.

HEXB081EE
Decimal176129238
Binary101100001000000111101110
Octal260201356

Shades and tints

Shades of #B081EE

#B081EE
(176,129,238)
#A076D9
(160,118,217)
#906BC4
(144,107,196)
#8060AF
(128,96,175)
#70559A
(112,85,154)
#604A85
(96,74,133)
#503F70
(80,63,112)
#40345B
(64,52,91)
#302946
(48,41,70)
#201E31
(32,30,49)
#10131C
(16,19,28)
#000000
(0,0,0)

Tints of #B081EE

#B081EE
(176,129,238)
#B78CEF
(183,140,239)
#BE97F0
(190,151,240)
#C5A2F1
(197,162,241)
#CCADF2
(204,173,242)
#D3B8F3
(211,184,243)
#DAC3F4
(218,195,244)
#E1CEF5
(225,206,245)
#E8D9F6
(232,217,246)
#EFE4F7
(239,228,247)
#F6EFF8
(246,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B081EE color. Also use rgb(176,129,238) instead hex code.

Text Font Color

.myTextColor { color: #B081EE; }

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

This text font color is #B081EE.


Background Color

.myBgColor { background-color: #B081EE; }

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

This div background color is #B081EE.


Border color

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

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

This div border color is #B081EE.


Opacity

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

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

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

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

This text has shadow with #B081EE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B081EE on black background.


Color preview on white background

This text has color #B081EE on white background.



Black color preview on #B081EE background

This text has black color on #B081EE background.


White color preview on #B081EE background

This text has white color on #B081EE background.