COLOR #B694EB

HEX: #B694EB
RGB: (182,148,235)

Color info

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

RGB color model

#B694EB color RGB value is (182,148,235).

  • red value is 182;
  • green value is 148;
  • blue value is 235.
RGB:
(182,148,235)
(71%,58%,92%)

RGB channels and saturation

R 182 of 255 = 71%
G 148 of 255 = 58%
B 235 of 255 = 92%

182
148
235

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

Portions of RGB colors in percentages

R + G + B =
182 + 148 + 235 = 565 (100%)
R 182 of 565 ~ 32.21%
G 148 of 565 ~ 26.19%
B 235 of 565 ~ 41.59%

%32.21
%26.19
%41.59

CMYK color model

#B694EB color CMYK value is (23,37,0,8).

  • cyan value is 22.55%
  • magenta value is 37.02%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(23,37,0,8)
C23M37Y0K8 
(23%,37%,0%,8%)
(0.23/0.37/0.00/0.08)	

CMYK percentages

%22.55
%37.02
%0
%7.84

Codes

Color #B694EB in popluar color models

B694EB
RGB182148235
HSL263°68.50%75.10%
HSB/HSV263°37.02%92.16%
CMYK22.55%37.02%0.00%
7.84%

Color #B694EB in popluar number systems.

HEXB694EB
Decimal182148235
Binary101101101001010011101011
Octal266224353

Shades and tints

Shades of #B694EB

#B694EB
(182,148,235)
#A687D6
(166,135,214)
#967AC1
(150,122,193)
#866DAC
(134,109,172)
#766097
(118,96,151)
#665382
(102,83,130)
#56466D
(86,70,109)
#463958
(70,57,88)
#362C43
(54,44,67)
#261F2E
(38,31,46)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #B694EB

#B694EB
(182,148,235)
#BC9DEC
(188,157,236)
#C2A6ED
(194,166,237)
#C8AFEE
(200,175,238)
#CEB8EF
(206,184,239)
#D4C1F0
(212,193,240)
#DACAF1
(218,202,241)
#E0D3F2
(224,211,242)
#E6DCF3
(230,220,243)
#ECE5F4
(236,229,244)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B694EB color. Also use rgb(182,148,235) instead hex code.

Text Font Color

.myTextColor { color: #B694EB; }

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

This text font color is #B694EB.


Background Color

.myBgColor { background-color: #B694EB; }

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

This div background color is #B694EB.


Border color

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

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

This div border color is #B694EB.


Opacity

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

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

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

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

This text has shadow with #B694EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B694EB on black background.


Color preview on white background

This text has color #B694EB on white background.



Black color preview on #B694EB background

This text has black color on #B694EB background.


White color preview on #B694EB background

This text has white color on #B694EB background.