COLOR #B2768F

HEX: #B2768F
RGB: (178,118,143)

Color info

#B2768F contains mainly red and blue colors. Web safe color of #B2768F is #996699 (or #969).

RGB color model

#B2768F color RGB value is (178,118,143).

  • red value is 178;
  • green value is 118;
  • blue value is 143.
RGB:
(178,118,143)
(70%,46%,56%)

RGB channels and saturation

R 178 of 255 = 70%
G 118 of 255 = 46%
B 143 of 255 = 56%

178
118
143

R + G + B ~ 57%. #B2768F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
178 + 118 + 143 = 439 (100%)
R 178 of 439 ~ 40.55%
G 118 of 439 ~ 26.88%
B 143 of 439 ~ 32.57%

%40.55
%26.88
%32.57

CMYK color model

#B2768F color CMYK value is (0,34,20,30).

  • cyan value is 0.00%
  • magenta value is 33.71%
  • yellow value is 19.66%
  • key color value is 30.20%
CMYK:
(0,34,20,30)
C0M34Y20K30 
(0%,34%,20%,30%)
(0.00/0.34/0.20/0.30)	

CMYK percentages

%0
%33.71
%19.66
%30.2

Codes

Color #B2768F in popluar color models

B2768F
RGB178118143
HSL335°28.04%58.04%
HSB/HSV335°33.71%69.80%
CMYK0.00%33.71%19.66%
30.20%

Color #B2768F in popluar number systems.

HEXB2768F
Decimal178118143
Binary10110010111011010001111
Octal262166217

Shades and tints

Shades of #B2768F

#B2768F
(178,118,143)
#A26C82
(162,108,130)
#926275
(146,98,117)
#825868
(130,88,104)
#724E5B
(114,78,91)
#62444E
(98,68,78)
#523A41
(82,58,65)
#423034
(66,48,52)
#322627
(50,38,39)
#221C1A
(34,28,26)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #B2768F

#B2768F
(178,118,143)
#B98299
(185,130,153)
#C08EA3
(192,142,163)
#C79AAD
(199,154,173)
#CEA6B7
(206,166,183)
#D5B2C1
(213,178,193)
#DCBECB
(220,190,203)
#E3CAD5
(227,202,213)
#EAD6DF
(234,214,223)
#F1E2E9
(241,226,233)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2768F color. Also use rgb(178,118,143) instead hex code.

Text Font Color

.myTextColor { color: #B2768F; }

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

This text font color is #B2768F.


Background Color

.myBgColor { background-color: #B2768F; }

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

This div background color is #B2768F.


Border color

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

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

This div border color is #B2768F.


Opacity

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

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

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

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

This text has shadow with #B2768F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2768F on black background.


Color preview on white background

This text has color #B2768F on white background.



Black color preview on #B2768F background

This text has black color on #B2768F background.


White color preview on #B2768F background

This text has white color on #B2768F background.