COLOR #B69DB4

HEX: #B69DB4
RGB: (182,157,180)

Color info

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

RGB color model

#B69DB4 color RGB value is (182,157,180).

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

RGB channels and saturation

R 182 of 255 = 71%
G 157 of 255 = 62%
B 180 of 255 = 71%

182
157
180

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

Portions of RGB colors in percentages

R + G + B =
182 + 157 + 180 = 519 (100%)
R 182 of 519 ~ 35.07%
G 157 of 519 ~ 30.25%
B 180 of 519 ~ 34.68%

%35.07
%30.25
%34.68

CMYK color model

#B69DB4 color CMYK value is (0,14,1,29).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 1.10%
  • key color value is 28.63%
CMYK:
(0,14,1,29)
C0M14Y1K29 
(0%,14%,1%,29%)
(0.00/0.14/0.01/0.29)	

CMYK percentages

%0
%13.74
%1.1
%28.63

Codes

Color #B69DB4 in popluar color models

B69DB4
RGB182157180
HSL305°14.62%66.47%
HSB/HSV305°13.74%71.37%
CMYK0.00%13.74%1.10%
28.63%

Color #B69DB4 in popluar number systems.

HEXB69DB4
Decimal182157180
Binary101101101001110110110100
Octal266235264

Shades and tints

Shades of #B69DB4

#B69DB4
(182,157,180)
#A68FA4
(166,143,164)
#968194
(150,129,148)
#867384
(134,115,132)
#766574
(118,101,116)
#665764
(102,87,100)
#564954
(86,73,84)
#463B44
(70,59,68)
#362D34
(54,45,52)
#261F24
(38,31,36)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #B69DB4

#B69DB4
(182,157,180)
#BCA5BA
(188,165,186)
#C2ADC0
(194,173,192)
#C8B5C6
(200,181,198)
#CEBDCC
(206,189,204)
#D4C5D2
(212,197,210)
#DACDD8
(218,205,216)
#E0D5DE
(224,213,222)
#E6DDE4
(230,221,228)
#ECE5EA
(236,229,234)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69DB4; }

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

This text font color is #B69DB4.


Background Color

.myBgColor { background-color: #B69DB4; }

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

This div background color is #B69DB4.


Border color

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

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

This div border color is #B69DB4.


Opacity

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

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

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

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

This text has shadow with #B69DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69DB4 on black background.


Color preview on white background

This text has color #B69DB4 on white background.



Black color preview on #B69DB4 background

This text has black color on #B69DB4 background.


White color preview on #B69DB4 background

This text has white color on #B69DB4 background.