COLOR #B69BD7

HEX: #B69BD7
RGB: (182,155,215)

Color info

#B69BD7 contains mainly red and blue colors. Web safe color of #B69BD7 is #CC99CC (or #C9C).

RGB color model

#B69BD7 color RGB value is (182,155,215).

  • red value is 182;
  • green value is 155;
  • blue value is 215.
RGB:
(182,155,215)
(71%,61%,84%)

RGB channels and saturation

R 182 of 255 = 71%
G 155 of 255 = 61%
B 215 of 255 = 84%

182
155
215

R + G + B ~ 72%. #B69BD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 155 + 215 = 552 (100%)
R 182 of 552 ~ 32.97%
G 155 of 552 ~ 28.08%
B 215 of 552 ~ 38.95%

%32.97
%28.08
%38.95

CMYK color model

#B69BD7 color CMYK value is (15,28,0,16).

  • cyan value is 15.35%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(15,28,0,16)
C15M28Y0K16 
(15%,28%,0%,16%)
(0.15/0.28/0.00/0.16)	

CMYK percentages

%15.35
%27.91
%0
%15.69

Codes

Color #B69BD7 in popluar color models

B69BD7
RGB182155215
HSL267°42.86%72.55%
HSB/HSV267°27.91%84.31%
CMYK15.35%27.91%0.00%
15.69%

Color #B69BD7 in popluar number systems.

HEXB69BD7
Decimal182155215
Binary101101101001101111010111
Octal266233327

Shades and tints

Shades of #B69BD7

#B69BD7
(182,155,215)
#A68DC4
(166,141,196)
#967FB1
(150,127,177)
#86719E
(134,113,158)
#76638B
(118,99,139)
#665578
(102,85,120)
#564765
(86,71,101)
#463952
(70,57,82)
#362B3F
(54,43,63)
#261D2C
(38,29,44)
#160F19
(22,15,25)
#000000
(0,0,0)

Tints of #B69BD7

#B69BD7
(182,155,215)
#BCA4DA
(188,164,218)
#C2ADDD
(194,173,221)
#C8B6E0
(200,182,224)
#CEBFE3
(206,191,227)
#D4C8E6
(212,200,230)
#DAD1E9
(218,209,233)
#E0DAEC
(224,218,236)
#E6E3EF
(230,227,239)
#ECECF2
(236,236,242)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69BD7 color. Also use rgb(182,155,215) instead hex code.

Text Font Color

.myTextColor { color: #B69BD7; }

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

This text font color is #B69BD7.


Background Color

.myBgColor { background-color: #B69BD7; }

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

This div background color is #B69BD7.


Border color

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

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

This div border color is #B69BD7.


Opacity

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

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

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

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

This text has shadow with #B69BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69BD7 on black background.


Color preview on white background

This text has color #B69BD7 on white background.



Black color preview on #B69BD7 background

This text has black color on #B69BD7 background.


White color preview on #B69BD7 background

This text has white color on #B69BD7 background.