COLOR #B0769D

HEX: #B0769D
RGB: (176,118,157)

Color info

#B0769D contains red, green and blue colors in about the same proportion. Web safe color of #B0769D is #996699 (or #969).

RGB color model

#B0769D color RGB value is (176,118,157).

  • red value is 176;
  • green value is 118;
  • blue value is 157.
RGB:
(176,118,157)
(69%,46%,62%)

RGB channels and saturation

R 176 of 255 = 69%
G 118 of 255 = 46%
B 157 of 255 = 62%

176
118
157

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

Portions of RGB colors in percentages

R + G + B =
176 + 118 + 157 = 451 (100%)
R 176 of 451 ~ 39.02%
G 118 of 451 ~ 26.16%
B 157 of 451 ~ 34.81%

%39.02
%26.16
%34.81

CMYK color model

#B0769D color CMYK value is (0,33,11,31).

  • cyan value is 0.00%
  • magenta value is 32.95%
  • yellow value is 10.80%
  • key color value is 30.98%
CMYK:
(0,33,11,31)
C0M33Y11K31 
(0%,33%,11%,31%)
(0.00/0.33/0.11/0.31)	

CMYK percentages

%0
%32.95
%10.8
%30.98

Codes

Color #B0769D in popluar color models

B0769D
RGB176118157
HSL320°26.85%57.65%
HSB/HSV320°32.95%69.02%
CMYK0.00%32.95%10.80%
30.98%

Color #B0769D in popluar number systems.

HEXB0769D
Decimal176118157
Binary10110000111011010011101
Octal260166235

Shades and tints

Shades of #B0769D

#B0769D
(176,118,157)
#A06C8F
(160,108,143)
#906281
(144,98,129)
#805873
(128,88,115)
#704E65
(112,78,101)
#604457
(96,68,87)
#503A49
(80,58,73)
#40303B
(64,48,59)
#30262D
(48,38,45)
#201C1F
(32,28,31)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #B0769D

#B0769D
(176,118,157)
#B782A5
(183,130,165)
#BE8EAD
(190,142,173)
#C59AB5
(197,154,181)
#CCA6BD
(204,166,189)
#D3B2C5
(211,178,197)
#DABECD
(218,190,205)
#E1CAD5
(225,202,213)
#E8D6DD
(232,214,221)
#EFE2E5
(239,226,229)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0769D color. Also use rgb(176,118,157) instead hex code.

Text Font Color

.myTextColor { color: #B0769D; }

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

This text font color is #B0769D.


Background Color

.myBgColor { background-color: #B0769D; }

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

This div background color is #B0769D.


Border color

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

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

This div border color is #B0769D.


Opacity

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

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

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

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

This text has shadow with #B0769D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0769D on black background.


Color preview on white background

This text has color #B0769D on white background.



Black color preview on #B0769D background

This text has black color on #B0769D background.


White color preview on #B0769D background

This text has white color on #B0769D background.