COLOR #B69BCE

HEX: #B69BCE
RGB: (182,155,206)

Color info

#B69BCE contains red, green and blue colors in about the same proportion. Web safe color of #B69BCE is #CC99CC (or #C9C).

RGB color model

#B69BCE color RGB value is (182,155,206).

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

RGB channels and saturation

R 182 of 255 = 71%
G 155 of 255 = 61%
B 206 of 255 = 81%

182
155
206

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

Portions of RGB colors in percentages

R + G + B =
182 + 155 + 206 = 543 (100%)
R 182 of 543 ~ 33.52%
G 155 of 543 ~ 28.55%
B 206 of 543 ~ 37.94%

%33.52
%28.55
%37.94

CMYK color model

#B69BCE color CMYK value is (12,25,0,19).

  • cyan value is 11.65%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(12,25,0,19)
C12M25Y0K19 
(12%,25%,0%,19%)
(0.12/0.25/0.00/0.19)	

CMYK percentages

%11.65
%24.76
%0
%19.22

Codes

Color #B69BCE in popluar color models

B69BCE
RGB182155206
HSL272°34.23%70.78%
HSB/HSV272°24.76%80.78%
CMYK11.65%24.76%0.00%
19.22%

Color #B69BCE in popluar number systems.

HEXB69BCE
Decimal182155206
Binary101101101001101111001110
Octal266233316

Shades and tints

Shades of #B69BCE

#B69BCE
(182,155,206)
#A68DBC
(166,141,188)
#967FAA
(150,127,170)
#867198
(134,113,152)
#766386
(118,99,134)
#665574
(102,85,116)
#564762
(86,71,98)
#463950
(70,57,80)
#362B3E
(54,43,62)
#261D2C
(38,29,44)
#160F1A
(22,15,26)
#000000
(0,0,0)

Tints of #B69BCE

#B69BCE
(182,155,206)
#BCA4D2
(188,164,210)
#C2ADD6
(194,173,214)
#C8B6DA
(200,182,218)
#CEBFDE
(206,191,222)
#D4C8E2
(212,200,226)
#DAD1E6
(218,209,230)
#E0DAEA
(224,218,234)
#E6E3EE
(230,227,238)
#ECECF2
(236,236,242)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69BCE; }

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

This text font color is #B69BCE.


Background Color

.myBgColor { background-color: #B69BCE; }

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

This div background color is #B69BCE.


Border color

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

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

This div border color is #B69BCE.


Opacity

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

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

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

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

This text has shadow with #B69BCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69BCE on black background.


Color preview on white background

This text has color #B69BCE on white background.



Black color preview on #B69BCE background

This text has black color on #B69BCE background.


White color preview on #B69BCE background

This text has white color on #B69BCE background.