COLOR #B76EA9

HEX: #B76EA9 RGB: (183,110,169)

Color info

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

RGB color model

#B76EA9 color RGB value is (183,110,169).

RGB: (183,110,169) (72%, 43%, 66%)

RGB channels and saturation

R 183 of 255 = 72%
G 110 of 255 = 43%
B 169 of 255 = 66%

183
110
169

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

Portions of RGB colors in percentages

R + G + B = 183 + 110 + 169 = 462 (100%)
R 183 of 462 ~ 39.61%
G 110 of 462 ~ 23.81%
B 169 of 462 ~ 36.58'%

%39.61
%23.81
%36.58

CMYK color model

#B76EA9 color CMYK value is (0,40,8,28).

  • cyan value is 0.00%
  • magenta value is 39.89%
  • yellow value is 7.65%
  • key color value is 28.24%

CMYK: (0,40,8,28)
C0M40Y8K28 (0%, 40%, 8%, 28%)
(0.00 / 0.40 / 0.08 / 0.28)

CMYK percentages

%0
%39.89
%7.65
%28.24

Codes

Color #B76EA9 in popluar color models

B7 6E A9
RGB 183 110 169
HSL 312° 33.64% 57.45%
HSB/HSV 312° 39.89% 71.76%
CMYK 0.00% 39.89% 7.65%
28.24%

Color #B76EA9 in popluar number systems.

HEX B7 6E A9
Decimal 183 110 169
Binary 10110111 1101110 10101001
Octal 267 156 251

Shades and tints

Shades of #B76EA9

#B76EA9
(183,110,169)
#A7649A
(167,100,154)
#975A8B
(151,90,139)
#87507C
(135,80,124)
#77466D
(119,70,109)
#673C5E
(103,60,94)
#57324F
(87,50,79)
#472840
(71,40,64)
#371E31
(55,30,49)
#271422
(39,20,34)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #B76EA9

#B76EA9
(183,110,169)
#BD7BB0
(189,123,176)
#C388B7
(195,136,183)
#C995BE
(201,149,190)
#CFA2C5
(207,162,197)
#D5AFCC
(213,175,204)
#DBBCD3
(219,188,211)
#E1C9DA
(225,201,218)
#E7D6E1
(231,214,225)
#EDE3E8
(237,227,232)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B76EA9 color. Also use rgb(183,110,169) instead hex code.

Text Font Color

.myTextColor { color: #B76EA9; }

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

This text font color is #B76EA9.

Background Color

.myBgColor { background-color: #B76EA9; }

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

This div background color is #B76EA9.

Border color

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

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

This div border color is #B76EA9.

Opacity

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

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

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

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

This text has shadow with #B76EA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B76EA9.

Preview

Color preview on black background

This text has color #B76EA9 on black background.


Color preview on white background

This text has color #B76EA9 on white background.


Black color preview on #B76EA9 background

This text has black color on #B76EA9 background.


White color preview on #B76EA9 background

This text has white color on #B76EA9 background.


Related colors

Complementary color

Complementary color for #hex is #489156.


I love getcolorcode.com

Triadic colors

1 #A9B76E and #6EA9B7 with #B76EA9 are triadic colors.

2 #A96EB7 and #6EB7A9 with #B76EA9 are triadic colors.