COLOR #B296AC

HEX: #B296AC
RGB: (178,150,172)

Color info

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

RGB color model

#B296AC color RGB value is (178,150,172).

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

RGB channels and saturation

R 178 of 255 = 70%
G 150 of 255 = 59%
B 172 of 255 = 67%

178
150
172

R + G + B ~ 65%. #B296AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 150 + 172 = 500 (100%)
R 178 of 500 ~ 35.6%
G 150 of 500 ~ 30%
B 172 of 500 ~ 34.4%

%35.6
%30
%34.4

CMYK color model

#B296AC color CMYK value is (0,16,3,30).

  • cyan value is 0.00%
  • magenta value is 15.73%
  • yellow value is 3.37%
  • key color value is 30.20%
CMYK:
(0,16,3,30)
C0M16Y3K30 
(0%,16%,3%,30%)
(0.00/0.16/0.03/0.30)	

CMYK percentages

%0
%15.73
%3.37
%30.2

Codes

Color #B296AC in popluar color models

B296AC
RGB178150172
HSL313°15.38%64.31%
HSB/HSV313°15.73%69.80%
CMYK0.00%15.73%3.37%
30.20%

Color #B296AC in popluar number systems.

HEXB296AC
Decimal178150172
Binary101100101001011010101100
Octal262226254

Shades and tints

Shades of #B296AC

#B296AC
(178,150,172)
#A2899D
(162,137,157)
#927C8E
(146,124,142)
#826F7F
(130,111,127)
#726270
(114,98,112)
#625561
(98,85,97)
#524852
(82,72,82)
#423B43
(66,59,67)
#322E34
(50,46,52)
#222125
(34,33,37)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #B296AC

#B296AC
(178,150,172)
#B99FB3
(185,159,179)
#C0A8BA
(192,168,186)
#C7B1C1
(199,177,193)
#CEBAC8
(206,186,200)
#D5C3CF
(213,195,207)
#DCCCD6
(220,204,214)
#E3D5DD
(227,213,221)
#EADEE4
(234,222,228)
#F1E7EB
(241,231,235)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B296AC; }

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

This text font color is #B296AC.


Background Color

.myBgColor { background-color: #B296AC; }

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

This div background color is #B296AC.


Border color

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

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

This div border color is #B296AC.


Opacity

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

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

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

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

This text has shadow with #B296AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B296AC on black background.


Color preview on white background

This text has color #B296AC on white background.



Black color preview on #B296AC background

This text has black color on #B296AC background.


White color preview on #B296AC background

This text has white color on #B296AC background.