COLOR #B69DBE

HEX: #B69DBE
RGB: (182,157,190)

Color info

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

RGB color model

#B69DBE color RGB value is (182,157,190).

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

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 190 of 255 = 75%

182
157
190

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

Portions of RGB colors in percentages

R + G + B =
182 + 157 + 190 = 529 (100%)
R 182 of 529 ~ 34.4%
G 157 of 529 ~ 29.68%
B 190 of 529 ~ 35.92%

%34.4
%29.68
%35.92

CMYK color model

#B69DBE color CMYK value is (4,17,0,25).

  • cyan value is 4.21%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(4,17,0,25)
C4M17Y0K25 
(4%,17%,0%,25%)
(0.04/0.17/0.00/0.25)	

CMYK percentages

%4.21
%17.37
%0
%25.49

Codes

Color #B69DBE in popluar color models

B69DBE
RGB182157190
HSL285°20.25%68.04%
HSB/HSV285°17.37%74.51%
CMYK4.21%17.37%0.00%
25.49%

Color #B69DBE in popluar number systems.

HEXB69DBE
Decimal182157190
Binary101101101001110110111110
Octal266235276

Shades and tints

Shades of #B69DBE

#B69DBE
(182,157,190)
#A68FAD
(166,143,173)
#96819C
(150,129,156)
#86738B
(134,115,139)
#76657A
(118,101,122)
#665769
(102,87,105)
#564958
(86,73,88)
#463B47
(70,59,71)
#362D36
(54,45,54)
#261F25
(38,31,37)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #B69DBE

#B69DBE
(182,157,190)
#BCA5C3
(188,165,195)
#C2ADC8
(194,173,200)
#C8B5CD
(200,181,205)
#CEBDD2
(206,189,210)
#D4C5D7
(212,197,215)
#DACDDC
(218,205,220)
#E0D5E1
(224,213,225)
#E6DDE6
(230,221,230)
#ECE5EB
(236,229,235)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69DBE; }

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

This text font color is #B69DBE.


Background Color

.myBgColor { background-color: #B69DBE; }

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

This div background color is #B69DBE.


Border color

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

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

This div border color is #B69DBE.


Opacity

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

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

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

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

This text has shadow with #B69DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69DBE on black background.


Color preview on white background

This text has color #B69DBE on white background.



Black color preview on #B69DBE background

This text has black color on #B69DBE background.


White color preview on #B69DBE background

This text has white color on #B69DBE background.