COLOR #B6968F

HEX: #B6968F
RGB: (182,150,143)

Color info

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

RGB color model

#B6968F color RGB value is (182,150,143).

  • red value is 182;
  • green value is 150;
  • blue value is 143.
RGB:
(182,150,143)
(71%,59%,56%)

RGB channels and saturation

R 182 of 255 = 71%
G 150 of 255 = 59%
B 143 of 255 = 56%

182
150
143

R + G + B ~ 62%. #B6968F is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 150 + 143 = 475 (100%)
R 182 of 475 ~ 38.32%
G 150 of 475 ~ 31.58%
B 143 of 475 ~ 30.11%

%38.32
%31.58
%30.11

CMYK color model

#B6968F color CMYK value is (0,18,21,29).

  • cyan value is 0.00%
  • magenta value is 17.58%
  • yellow value is 21.43%
  • key color value is 28.63%
CMYK:
(0,18,21,29)
C0M18Y21K29 
(0%,18%,21%,29%)
(0.00/0.18/0.21/0.29)	

CMYK percentages

%0
%17.58
%21.43
%28.63

Codes

Color #B6968F in popluar color models

B6968F
RGB182150143
HSL11°21.08%63.73%
HSB/HSV11°21.43%71.37%
CMYK0.00%17.58%21.43%
28.63%

Color #B6968F in popluar number systems.

HEXB6968F
Decimal182150143
Binary101101101001011010001111
Octal266226217

Shades and tints

Shades of #B6968F

#B6968F
(182,150,143)
#A68982
(166,137,130)
#967C75
(150,124,117)
#866F68
(134,111,104)
#76625B
(118,98,91)
#66554E
(102,85,78)
#564841
(86,72,65)
#463B34
(70,59,52)
#362E27
(54,46,39)
#26211A
(38,33,26)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #B6968F

#B6968F
(182,150,143)
#BC9F99
(188,159,153)
#C2A8A3
(194,168,163)
#C8B1AD
(200,177,173)
#CEBAB7
(206,186,183)
#D4C3C1
(212,195,193)
#DACCCB
(218,204,203)
#E0D5D5
(224,213,213)
#E6DEDF
(230,222,223)
#ECE7E9
(236,231,233)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6968F color. Also use rgb(182,150,143) instead hex code.

Text Font Color

.myTextColor { color: #B6968F; }

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

This text font color is #B6968F.


Background Color

.myBgColor { background-color: #B6968F; }

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

This div background color is #B6968F.


Border color

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

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

This div border color is #B6968F.


Opacity

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

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

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

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

This text has shadow with #B6968F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6968F on black background.


Color preview on white background

This text has color #B6968F on white background.



Black color preview on #B6968F background

This text has black color on #B6968F background.


White color preview on #B6968F background

This text has white color on #B6968F background.