COLOR #B69DEE

HEX: #B69DEE
RGB: (182,157,238)

Color info

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

RGB color model

#B69DEE color RGB value is (182,157,238).

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

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 238 of 255 = 93%

182
157
238

R + G + B ~ 75%. #B69DEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 157 + 238 = 577 (100%)
R 182 of 577 ~ 31.54%
G 157 of 577 ~ 27.21%
B 238 of 577 ~ 41.25%

%31.54
%27.21
%41.25

CMYK color model

#B69DEE color CMYK value is (24,34,0,7).

  • cyan value is 23.53%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,34,0,7)
C24M34Y0K7 
(24%,34%,0%,7%)
(0.24/0.34/0.00/0.07)	

CMYK percentages

%23.53
%34.03
%0
%6.67

Codes

Color #B69DEE in popluar color models

B69DEE
RGB182157238
HSL259°70.43%77.45%
HSB/HSV259°34.03%93.33%
CMYK23.53%34.03%0.00%
6.67%

Color #B69DEE in popluar number systems.

HEXB69DEE
Decimal182157238
Binary101101101001110111101110
Octal266235356

Shades and tints

Shades of #B69DEE

#B69DEE
(182,157,238)
#A68FD9
(166,143,217)
#9681C4
(150,129,196)
#8673AF
(134,115,175)
#76659A
(118,101,154)
#665785
(102,87,133)
#564970
(86,73,112)
#463B5B
(70,59,91)
#362D46
(54,45,70)
#261F31
(38,31,49)
#16111C
(22,17,28)
#000000
(0,0,0)

Tints of #B69DEE

#B69DEE
(182,157,238)
#BCA5EF
(188,165,239)
#C2ADF0
(194,173,240)
#C8B5F1
(200,181,241)
#CEBDF2
(206,189,242)
#D4C5F3
(212,197,243)
#DACDF4
(218,205,244)
#E0D5F5
(224,213,245)
#E6DDF6
(230,221,246)
#ECE5F7
(236,229,247)
#F2EDF8
(242,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69DEE; }

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

This text font color is #B69DEE.


Background Color

.myBgColor { background-color: #B69DEE; }

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

This div background color is #B69DEE.


Border color

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

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

This div border color is #B69DEE.


Opacity

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

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

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

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

This text has shadow with #B69DEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69DEE on black background.


Color preview on white background

This text has color #B69DEE on white background.



Black color preview on #B69DEE background

This text has black color on #B69DEE background.


White color preview on #B69DEE background

This text has white color on #B69DEE background.