COLOR #B69BA6

HEX: #B69BA6
RGB: (182,155,166)

Color info

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

RGB color model

#B69BA6 color RGB value is (182,155,166).

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

RGB channels and saturation

R 182 of 255 = 71%
G 155 of 255 = 61%
B 166 of 255 = 65%

182
155
166

R + G + B ~ 66%. #B69BA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 155 + 166 = 503 (100%)
R 182 of 503 ~ 36.18%
G 155 of 503 ~ 30.82%
B 166 of 503 ~ 33%

%36.18
%30.82
%33

CMYK color model

#B69BA6 color CMYK value is (0,15,9,29).

  • cyan value is 0.00%
  • magenta value is 14.84%
  • yellow value is 8.79%
  • key color value is 28.63%
CMYK:
(0,15,9,29)
C0M15Y9K29 
(0%,15%,9%,29%)
(0.00/0.15/0.09/0.29)	

CMYK percentages

%0
%14.84
%8.79
%28.63

Codes

Color #B69BA6 in popluar color models

B69BA6
RGB182155166
HSL336°15.61%66.08%
HSB/HSV336°14.84%71.37%
CMYK0.00%14.84%8.79%
28.63%

Color #B69BA6 in popluar number systems.

HEXB69BA6
Decimal182155166
Binary101101101001101110100110
Octal266233246

Shades and tints

Shades of #B69BA6

#B69BA6
(182,155,166)
#A68D97
(166,141,151)
#967F88
(150,127,136)
#867179
(134,113,121)
#76636A
(118,99,106)
#66555B
(102,85,91)
#56474C
(86,71,76)
#46393D
(70,57,61)
#362B2E
(54,43,46)
#261D1F
(38,29,31)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #B69BA6

#B69BA6
(182,155,166)
#BCA4AE
(188,164,174)
#C2ADB6
(194,173,182)
#C8B6BE
(200,182,190)
#CEBFC6
(206,191,198)
#D4C8CE
(212,200,206)
#DAD1D6
(218,209,214)
#E0DADE
(224,218,222)
#E6E3E6
(230,227,230)
#ECECEE
(236,236,238)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69BA6; }

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

This text font color is #B69BA6.


Background Color

.myBgColor { background-color: #B69BA6; }

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

This div background color is #B69BA6.


Border color

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

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

This div border color is #B69BA6.


Opacity

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

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

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

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

This text has shadow with #B69BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69BA6 on black background.


Color preview on white background

This text has color #B69BA6 on white background.



Black color preview on #B69BA6 background

This text has black color on #B69BA6 background.


White color preview on #B69BA6 background

This text has white color on #B69BA6 background.