COLOR #B2969C

HEX: #B2969C
RGB: (178,150,156)

Color info

#B2969C contains red, green and blue colors in about the same proportion. Web safe color of #B2969C is #999999 (or #999).

RGB color model

#B2969C color RGB value is (178,150,156).

  • red value is 178;
  • green value is 150;
  • blue value is 156.
RGB:
(178,150,156)
(70%,59%,61%)

RGB channels and saturation

R 178 of 255 = 70%
G 150 of 255 = 59%
B 156 of 255 = 61%

178
150
156

R + G + B ~ 63%. #B2969C is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 150 + 156 = 484 (100%)
R 178 of 484 ~ 36.78%
G 150 of 484 ~ 30.99%
B 156 of 484 ~ 32.23%

%36.78
%30.99
%32.23

CMYK color model

#B2969C color CMYK value is (0,16,12,30).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 12.36%
  • key color value is 30.20%
CMYK:
(0,16,12,30)
C0M16Y12K30 
(0%,16%,12%,30%)
(0.00/0.16/0.12/0.30)	

CMYK percentages

%0
%15.73
%12.36
%30.2

Codes

Color #B2969C in popluar color models

B2969C
RGB178150156
HSL347°15.38%64.31%
HSB/HSV347°15.73%69.80%
CMYK0.00%15.73%12.36%
30.20%

Color #B2969C in popluar number systems.

HEXB2969C
Decimal178150156
Binary101100101001011010011100
Octal262226234

Shades and tints

Shades of #B2969C

#B2969C
(178,150,156)
#A2898E
(162,137,142)
#927C80
(146,124,128)
#826F72
(130,111,114)
#726264
(114,98,100)
#625556
(98,85,86)
#524848
(82,72,72)
#423B3A
(66,59,58)
#322E2C
(50,46,44)
#22211E
(34,33,30)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #B2969C

#B2969C
(178,150,156)
#B99FA5
(185,159,165)
#C0A8AE
(192,168,174)
#C7B1B7
(199,177,183)
#CEBAC0
(206,186,192)
#D5C3C9
(213,195,201)
#DCCCD2
(220,204,210)
#E3D5DB
(227,213,219)
#EADEE4
(234,222,228)
#F1E7ED
(241,231,237)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2969C color. Also use rgb(178,150,156) instead hex code.

Text Font Color

.myTextColor { color: #B2969C; }

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

This text font color is #B2969C.


Background Color

.myBgColor { background-color: #B2969C; }

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

This div background color is #B2969C.


Border color

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

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

This div border color is #B2969C.


Opacity

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

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

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

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

This text has shadow with #B2969C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2969C on black background.


Color preview on white background

This text has color #B2969C on white background.



Black color preview on #B2969C background

This text has black color on #B2969C background.


White color preview on #B2969C background

This text has white color on #B2969C background.