COLOR #B5798E

HEX: #B5798E
RGB: (181,121,142)

Color info

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

RGB color model

#B5798E color RGB value is (181,121,142).

  • red value is 181;
  • green value is 121;
  • blue value is 142.
RGB: (181,121,142) (71%,47%,56%)

RGB channels and saturation

R 181 of 255 = 71%
G 121 of 255 = 47%
B 142 of 255 = 56%

181
121
142

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

Portions of RGB colors in percentages

R + G + B =
181 + 121 + 142 = 444 (100%)
R 181 of 444 ~ 40.77%
G 121 of 444 ~ 27.25%
B 142 of 444 ~ 31.98%

%40.77
%27.25
%31.98

CMYK color model

#B5798E color CMYK value is (0,33,22,29).

  • cyan value is 0.00%
  • magenta value is 33.15%
  • yellow value is 21.55%
  • key color value is 29.02%
CMYK: (0,33,22,29) C0M33Y22K29 (0%,33%,22%,29%) (0.00/0.33/0.22/0.29)

CMYK percentages

%0
%33.15
%21.55
%29.02

Codes

Color #B5798E in popluar color models

B5798E
RGB181121142
HSL339°28.85%59.22%
HSB/HSV339°33.15%70.98%
CMYK0.00%33.15%21.55%
29.02%

Color #B5798E in popluar number systems.

HEXB5798E
Decimal181121142
Binary10110101111100110001110
Octal265171216

Shades and tints

Shades of #B5798E

#B5798E
(181,121,142)
#A56E82
(165,110,130)
#956376
(149,99,118)
#85586A
(133,88,106)
#754D5E
(117,77,94)
#654252
(101,66,82)
#553746
(85,55,70)
#452C3A
(69,44,58)
#35212E
(53,33,46)
#251622
(37,22,34)
#150B16
(21,11,22)
#000000
(0,0,0)

Tints of #B5798E

#B5798E
(181,121,142)
#BB8598
(187,133,152)
#C191A2
(193,145,162)
#C79DAC
(199,157,172)
#CDA9B6
(205,169,182)
#D3B5C0
(211,181,192)
#D9C1CA
(217,193,202)
#DFCDD4
(223,205,212)
#E5D9DE
(229,217,222)
#EBE5E8
(235,229,232)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5798E color. Also use rgb(181,121,142) instead hex code.

Text Font Color

.myTextColor { color: #B5798E; }

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

This text font color is #B5798E.


Background Color

.myBgColor { background-color: #B5798E; }

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

This div background color is #B5798E.


Border color

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

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

This div border color is #B5798E.


Opacity

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

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

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

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

This text has shadow with #B5798E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B5798E on black background.


Color preview on white background

This text has color #B5798E on white background.



Black color preview on #B5798E background

This text has black color on #B5798E background.


White color preview on #B5798E background

This text has white color on #B5798E background.