COLOR #B69DBA

HEX: #B69DBA
RGB: (182,157,186)

Color info

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

RGB color model

#B69DBA color RGB value is (182,157,186).

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

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 186 of 255 = 73%

182
157
186

R + G + B ~ 69%. #B69DBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 157 + 186 = 525 (100%)
R 182 of 525 ~ 34.67%
G 157 of 525 ~ 29.9%
B 186 of 525 ~ 35.43%

%34.67
%29.9
%35.43

CMYK color model

#B69DBA color CMYK value is (2,16,0,27).

  • cyan value is 2.15%
  • magenta value is 15.59%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(2,16,0,27)
C2M16Y0K27 
(2%,16%,0%,27%)
(0.02/0.16/0.00/0.27)	

CMYK percentages

%2.15
%15.59
%0
%27.06

Codes

Color #B69DBA in popluar color models

B69DBA
RGB182157186
HSL292°17.37%67.25%
HSB/HSV292°15.59%72.94%
CMYK2.15%15.59%0.00%
27.06%

Color #B69DBA in popluar number systems.

HEXB69DBA
Decimal182157186
Binary101101101001110110111010
Octal266235272

Shades and tints

Shades of #B69DBA

#B69DBA
(182,157,186)
#A68FAA
(166,143,170)
#96819A
(150,129,154)
#86738A
(134,115,138)
#76657A
(118,101,122)
#66576A
(102,87,106)
#56495A
(86,73,90)
#463B4A
(70,59,74)
#362D3A
(54,45,58)
#261F2A
(38,31,42)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #B69DBA

#B69DBA
(182,157,186)
#BCA5C0
(188,165,192)
#C2ADC6
(194,173,198)
#C8B5CC
(200,181,204)
#CEBDD2
(206,189,210)
#D4C5D8
(212,197,216)
#DACDDE
(218,205,222)
#E0D5E4
(224,213,228)
#E6DDEA
(230,221,234)
#ECE5F0
(236,229,240)
#F2EDF6
(242,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69DBA; }

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

This text font color is #B69DBA.


Background Color

.myBgColor { background-color: #B69DBA; }

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

This div background color is #B69DBA.


Border color

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

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

This div border color is #B69DBA.


Opacity

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

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

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

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

This text has shadow with #B69DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69DBA on black background.


Color preview on white background

This text has color #B69DBA on white background.



Black color preview on #B69DBA background

This text has black color on #B69DBA background.


White color preview on #B69DBA background

This text has white color on #B69DBA background.