COLOR #B76D98

HEX: #B76D98
RGB: (183,109,152)

Color info

#B76D98 contains mainly red and blue colors. Web safe color of #B76D98 is #CC6699 (or #C69).

RGB color model

#B76D98 color RGB value is (183,109,152).

  • red value is 183;
  • green value is 109;
  • blue value is 152.
RGB:
(183,109,152)
(72%,43%,60%)

RGB channels and saturation

R 183 of 255 = 72%
G 109 of 255 = 43%
B 152 of 255 = 60%

183
109
152

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

Portions of RGB colors in percentages

R + G + B =
183 + 109 + 152 = 444 (100%)
R 183 of 444 ~ 41.22%
G 109 of 444 ~ 24.55%
B 152 of 444 ~ 34.23%

%41.22
%24.55
%34.23

CMYK color model

#B76D98 color CMYK value is (0,40,17,28).

  • cyan value is 0.00%
  • magenta value is 40.44%
  • yellow value is 16.94%
  • key color value is 28.24%
CMYK:
(0,40,17,28)
C0M40Y17K28 
(0%,40%,17%,28%)
(0.00/0.40/0.17/0.28)	

CMYK percentages

%0
%40.44
%16.94
%28.24

Codes

Color #B76D98 in popluar color models

B76D98
RGB183109152
HSL325°33.94%57.25%
HSB/HSV325°40.44%71.76%
CMYK0.00%40.44%16.94%
28.24%

Color #B76D98 in popluar number systems.

HEXB76D98
Decimal183109152
Binary10110111110110110011000
Octal267155230

Shades and tints

Shades of #B76D98

#B76D98
(183,109,152)
#A7648B
(167,100,139)
#975B7E
(151,91,126)
#875271
(135,82,113)
#774964
(119,73,100)
#674057
(103,64,87)
#57374A
(87,55,74)
#472E3D
(71,46,61)
#372530
(55,37,48)
#271C23
(39,28,35)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #B76D98

#B76D98
(183,109,152)
#BD7AA1
(189,122,161)
#C387AA
(195,135,170)
#C994B3
(201,148,179)
#CFA1BC
(207,161,188)
#D5AEC5
(213,174,197)
#DBBBCE
(219,187,206)
#E1C8D7
(225,200,215)
#E7D5E0
(231,213,224)
#EDE2E9
(237,226,233)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76D98 color. Also use rgb(183,109,152) instead hex code.

Text Font Color

.myTextColor { color: #B76D98; }

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

This text font color is #B76D98.


Background Color

.myBgColor { background-color: #B76D98; }

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

This div background color is #B76D98.


Border color

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

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

This div border color is #B76D98.


Opacity

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

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

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

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

This text has shadow with #B76D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B76D98 on black background.


Color preview on white background

This text has color #B76D98 on white background.



Black color preview on #B76D98 background

This text has black color on #B76D98 background.


White color preview on #B76D98 background

This text has white color on #B76D98 background.