COLOR #B69DB7

HEX: #B69DB7
RGB: (182,157,183)

Color info

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

RGB color model

#B69DB7 color RGB value is (182,157,183).

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

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 183 of 255 = 72%

182
157
183

R + G + B ~ 68%. #B69DB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 157 + 183 = 522 (100%)
R 182 of 522 ~ 34.87%
G 157 of 522 ~ 30.08%
B 183 of 522 ~ 35.06%

%34.87
%30.08
%35.06

CMYK color model

#B69DB7 color CMYK value is (1,14,0,28).

  • cyan value is 0.55%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(1,14,0,28)
C1M14Y0K28 
(1%,14%,0%,28%)
(0.01/0.14/0.00/0.28)	

CMYK percentages

%0.55
%14.21
%0
%28.24

Codes

Color #B69DB7 in popluar color models

B69DB7
RGB182157183
HSL298°15.29%66.67%
HSB/HSV298°14.21%71.76%
CMYK0.55%14.21%0.00%
28.24%

Color #B69DB7 in popluar number systems.

HEXB69DB7
Decimal182157183
Binary101101101001110110110111
Octal266235267

Shades and tints

Shades of #B69DB7

#B69DB7
(182,157,183)
#A68FA7
(166,143,167)
#968197
(150,129,151)
#867387
(134,115,135)
#766577
(118,101,119)
#665767
(102,87,103)
#564957
(86,73,87)
#463B47
(70,59,71)
#362D37
(54,45,55)
#261F27
(38,31,39)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #B69DB7

#B69DB7
(182,157,183)
#BCA5BD
(188,165,189)
#C2ADC3
(194,173,195)
#C8B5C9
(200,181,201)
#CEBDCF
(206,189,207)
#D4C5D5
(212,197,213)
#DACDDB
(218,205,219)
#E0D5E1
(224,213,225)
#E6DDE7
(230,221,231)
#ECE5ED
(236,229,237)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69DB7; }

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

This text font color is #B69DB7.


Background Color

.myBgColor { background-color: #B69DB7; }

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

This div background color is #B69DB7.


Border color

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

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

This div border color is #B69DB7.


Opacity

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

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

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

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

This text has shadow with #B69DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69DB7 on black background.


Color preview on white background

This text has color #B69DB7 on white background.



Black color preview on #B69DB7 background

This text has black color on #B69DB7 background.


White color preview on #B69DB7 background

This text has white color on #B69DB7 background.