COLOR #B5779E

HEX: #B5779E
RGB: (181,119,158)

Color info

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

RGB color model

#B5779E color RGB value is (181,119,158).

  • red value is 181;
  • green value is 119;
  • blue value is 158.
RGB:
(181,119,158)
(71%,47%,62%)

RGB channels and saturation

R 181 of 255 = 71%
G 119 of 255 = 47%
B 158 of 255 = 62%

181
119
158

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

Portions of RGB colors in percentages

R + G + B =
181 + 119 + 158 = 458 (100%)
R 181 of 458 ~ 39.52%
G 119 of 458 ~ 25.98%
B 158 of 458 ~ 34.5%

%39.52
%25.98
%34.5

CMYK color model

#B5779E color CMYK value is (0,34,13,29).

  • cyan value is 0.00%
  • magenta value is 34.25%
  • yellow value is 12.71%
  • key color value is 29.02%
CMYK:
(0,34,13,29)
C0M34Y13K29 
(0%,34%,13%,29%)
(0.00/0.34/0.13/0.29)	

CMYK percentages

%0
%34.25
%12.71
%29.02

Codes

Color #B5779E in popluar color models

B5779E
RGB181119158
HSL322°29.52%58.82%
HSB/HSV322°34.25%70.98%
CMYK0.00%34.25%12.71%
29.02%

Color #B5779E in popluar number systems.

HEXB5779E
Decimal181119158
Binary10110101111011110011110
Octal265167236

Shades and tints

Shades of #B5779E

#B5779E
(181,119,158)
#A56D90
(165,109,144)
#956382
(149,99,130)
#855974
(133,89,116)
#754F66
(117,79,102)
#654558
(101,69,88)
#553B4A
(85,59,74)
#45313C
(69,49,60)
#35272E
(53,39,46)
#251D20
(37,29,32)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #B5779E

#B5779E
(181,119,158)
#BB83A6
(187,131,166)
#C18FAE
(193,143,174)
#C79BB6
(199,155,182)
#CDA7BE
(205,167,190)
#D3B3C6
(211,179,198)
#D9BFCE
(217,191,206)
#DFCBD6
(223,203,214)
#E5D7DE
(229,215,222)
#EBE3E6
(235,227,230)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5779E color. Also use rgb(181,119,158) instead hex code.

Text Font Color

.myTextColor { color: #B5779E; }

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

This text font color is #B5779E.


Background Color

.myBgColor { background-color: #B5779E; }

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

This div background color is #B5779E.


Border color

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

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

This div border color is #B5779E.


Opacity

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

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

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

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

This text has shadow with #B5779E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5779E on black background.


Color preview on white background

This text has color #B5779E on white background.



Black color preview on #B5779E background

This text has black color on #B5779E background.


White color preview on #B5779E background

This text has white color on #B5779E background.