COLOR #B69BAD

HEX: #B69BAD
RGB: (182,155,173)

Color info

#B69BAD contains red, green and blue colors in about the same proportion. Web safe color of #B69BAD is #CC9999 (or #C99).

RGB color model

#B69BAD color RGB value is (182,155,173).

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

RGB channels and saturation

R 182 of 255 = 71%
G 155 of 255 = 61%
B 173 of 255 = 68%

182
155
173

R + G + B ~ 67%. #B69BAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 155 + 173 = 510 (100%)
R 182 of 510 ~ 35.69%
G 155 of 510 ~ 30.39%
B 173 of 510 ~ 33.92%

%35.69
%30.39
%33.92

CMYK color model

#B69BAD color CMYK value is (0,15,5,29).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 4.95%
  • key color value is 28.63%
CMYK:
(0,15,5,29)
C0M15Y5K29 
(0%,15%,5%,29%)
(0.00/0.15/0.05/0.29)	

CMYK percentages

%0
%14.84
%4.95
%28.63

Codes

Color #B69BAD in popluar color models

B69BAD
RGB182155173
HSL320°15.61%66.08%
HSB/HSV320°14.84%71.37%
CMYK0.00%14.84%4.95%
28.63%

Color #B69BAD in popluar number systems.

HEXB69BAD
Decimal182155173
Binary101101101001101110101101
Octal266233255

Shades and tints

Shades of #B69BAD

#B69BAD
(182,155,173)
#A68D9E
(166,141,158)
#967F8F
(150,127,143)
#867180
(134,113,128)
#766371
(118,99,113)
#665562
(102,85,98)
#564753
(86,71,83)
#463944
(70,57,68)
#362B35
(54,43,53)
#261D26
(38,29,38)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #B69BAD

#B69BAD
(182,155,173)
#BCA4B4
(188,164,180)
#C2ADBB
(194,173,187)
#C8B6C2
(200,182,194)
#CEBFC9
(206,191,201)
#D4C8D0
(212,200,208)
#DAD1D7
(218,209,215)
#E0DADE
(224,218,222)
#E6E3E5
(230,227,229)
#ECECEC
(236,236,236)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69BAD; }

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

This text font color is #B69BAD.


Background Color

.myBgColor { background-color: #B69BAD; }

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

This div background color is #B69BAD.


Border color

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

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

This div border color is #B69BAD.


Opacity

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

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

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

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

This text has shadow with #B69BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69BAD on black background.


Color preview on white background

This text has color #B69BAD on white background.



Black color preview on #B69BAD background

This text has black color on #B69BAD background.


White color preview on #B69BAD background

This text has white color on #B69BAD background.