COLOR #B69DFA

HEX: #B69DFA
RGB: (182,157,250)

Color info

#B69DFA contains mainly blue color. Web safe color of #B69DFA is #CC99FF (or #C9F).

RGB color model

#B69DFA color RGB value is (182,157,250).

  • red value is 182;
  • green value is 157;
  • blue value is 250.
RGB:
(182,157,250)
(71%,62%,98%)

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 250 of 255 = 98%

182
157
250

R + G + B ~ 77%. #B69DFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 157 + 250 = 589 (100%)
R 182 of 589 ~ 30.9%
G 157 of 589 ~ 26.66%
B 250 of 589 ~ 42.44%

%30.9
%26.66
%42.44

CMYK color model

#B69DFA color CMYK value is (27,37,0,2).

  • cyan value is 27.20%
  • magenta value is 37.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(27,37,0,2)
C27M37Y0K2 
(27%,37%,0%,2%)
(0.27/0.37/0.00/0.02)	

CMYK percentages

%27.2
%37.2
%0
%1.96

Codes

Color #B69DFA in popluar color models

B69DFA
RGB182157250
HSL256°90.29%79.80%
HSB/HSV256°37.20%98.04%
CMYK27.20%37.20%0.00%
1.96%

Color #B69DFA in popluar number systems.

HEXB69DFA
Decimal182157250
Binary101101101001110111111010
Octal266235372

Shades and tints

Shades of #B69DFA

#B69DFA
(182,157,250)
#A68FE4
(166,143,228)
#9681CE
(150,129,206)
#8673B8
(134,115,184)
#7665A2
(118,101,162)
#66578C
(102,87,140)
#564976
(86,73,118)
#463B60
(70,59,96)
#362D4A
(54,45,74)
#261F34
(38,31,52)
#16111E
(22,17,30)
#000000
(0,0,0)

Tints of #B69DFA

#B69DFA
(182,157,250)
#BCA5FA
(188,165,250)
#C2ADFA
(194,173,250)
#C8B5FA
(200,181,250)
#CEBDFA
(206,189,250)
#D4C5FA
(212,197,250)
#DACDFA
(218,205,250)
#E0D5FA
(224,213,250)
#E6DDFA
(230,221,250)
#ECE5FA
(236,229,250)
#F2EDFA
(242,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69DFA color. Also use rgb(182,157,250) instead hex code.

Text Font Color

.myTextColor { color: #B69DFA; }

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

This text font color is #B69DFA.


Background Color

.myBgColor { background-color: #B69DFA; }

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

This div background color is #B69DFA.


Border color

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

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

This div border color is #B69DFA.


Opacity

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

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

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

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

This text has shadow with #B69DFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69DFA on black background.


Color preview on white background

This text has color #B69DFA on white background.



Black color preview on #B69DFA background

This text has black color on #B69DFA background.


White color preview on #B69DFA background

This text has white color on #B69DFA background.