COLOR #B69BB8

HEX: #B69BB8
RGB: (182,155,184)

Color info

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

RGB color model

#B69BB8 color RGB value is (182,155,184).

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

RGB channels and saturation

R 182 of 255 = 71%
G 155 of 255 = 61%
B 184 of 255 = 72%

182
155
184

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

Portions of RGB colors in percentages

R + G + B =
182 + 155 + 184 = 521 (100%)
R 182 of 521 ~ 34.93%
G 155 of 521 ~ 29.75%
B 184 of 521 ~ 35.32%

%34.93
%29.75
%35.32

CMYK color model

#B69BB8 color CMYK value is (1,16,0,28).

  • cyan value is 1.09%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(1,16,0,28)
C1M16Y0K28 
(1%,16%,0%,28%)
(0.01/0.16/0.00/0.28)	

CMYK percentages

%1.09
%15.76
%0
%27.84

Codes

Color #B69BB8 in popluar color models

B69BB8
RGB182155184
HSL296°16.96%66.47%
HSB/HSV296°15.76%72.16%
CMYK1.09%15.76%0.00%
27.84%

Color #B69BB8 in popluar number systems.

HEXB69BB8
Decimal182155184
Binary101101101001101110111000
Octal266233270

Shades and tints

Shades of #B69BB8

#B69BB8
(182,155,184)
#A68DA8
(166,141,168)
#967F98
(150,127,152)
#867188
(134,113,136)
#766378
(118,99,120)
#665568
(102,85,104)
#564758
(86,71,88)
#463948
(70,57,72)
#362B38
(54,43,56)
#261D28
(38,29,40)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #B69BB8

#B69BB8
(182,155,184)
#BCA4BE
(188,164,190)
#C2ADC4
(194,173,196)
#C8B6CA
(200,182,202)
#CEBFD0
(206,191,208)
#D4C8D6
(212,200,214)
#DAD1DC
(218,209,220)
#E0DAE2
(224,218,226)
#E6E3E8
(230,227,232)
#ECECEE
(236,236,238)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69BB8; }

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

This text font color is #B69BB8.


Background Color

.myBgColor { background-color: #B69BB8; }

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

This div background color is #B69BB8.


Border color

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

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

This div border color is #B69BB8.


Opacity

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

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

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

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

This text has shadow with #B69BB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69BB8 on black background.


Color preview on white background

This text has color #B69BB8 on white background.



Black color preview on #B69BB8 background

This text has black color on #B69BB8 background.


White color preview on #B69BB8 background

This text has white color on #B69BB8 background.