COLOR #B69CA6

HEX: #B69CA6
RGB: (182,156,166)

Color info

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

RGB color model

#B69CA6 color RGB value is (182,156,166).

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

RGB channels and saturation

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

182
156
166

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

Portions of RGB colors in percentages

R + G + B =
182 + 156 + 166 = 504 (100%)
R 182 of 504 ~ 36.11%
G 156 of 504 ~ 30.95%
B 166 of 504 ~ 32.94%

%36.11
%30.95
%32.94

CMYK color model

#B69CA6 color CMYK value is (0,14,9,29).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 8.79%
  • key color value is 28.63%
CMYK:
(0,14,9,29)
C0M14Y9K29 
(0%,14%,9%,29%)
(0.00/0.14/0.09/0.29)	

CMYK percentages

%0
%14.29
%8.79
%28.63

Codes

Color #B69CA6 in popluar color models

B69CA6
RGB182156166
HSL337°15.12%66.27%
HSB/HSV337°14.29%71.37%
CMYK0.00%14.29%8.79%
28.63%

Color #B69CA6 in popluar number systems.

HEXB69CA6
Decimal182156166
Binary101101101001110010100110
Octal266234246

Shades and tints

Shades of #B69CA6

#B69CA6
(182,156,166)
#A68E97
(166,142,151)
#968088
(150,128,136)
#867279
(134,114,121)
#76646A
(118,100,106)
#66565B
(102,86,91)
#56484C
(86,72,76)
#463A3D
(70,58,61)
#362C2E
(54,44,46)
#261E1F
(38,30,31)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #B69CA6

#B69CA6
(182,156,166)
#BCA5AE
(188,165,174)
#C2AEB6
(194,174,182)
#C8B7BE
(200,183,190)
#CEC0C6
(206,192,198)
#D4C9CE
(212,201,206)
#DAD2D6
(218,210,214)
#E0DBDE
(224,219,222)
#E6E4E6
(230,228,230)
#ECEDEE
(236,237,238)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B69CA6; }

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

This text font color is #B69CA6.


Background Color

.myBgColor { background-color: #B69CA6; }

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

This div background color is #B69CA6.


Border color

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

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

This div border color is #B69CA6.


Opacity

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

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

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

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

This text has shadow with #B69CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69CA6 on black background.


Color preview on white background

This text has color #B69CA6 on white background.



Black color preview on #B69CA6 background

This text has black color on #B69CA6 background.


White color preview on #B69CA6 background

This text has white color on #B69CA6 background.