COLOR #B4799E

HEX: #B4799E
RGB: (180,121,158)

Color info

#B4799E contains red, green and blue colors in about the same proportion. Web safe color of #B4799E is #CC6699 (or #C69).

RGB color model

#B4799E color RGB value is (180,121,158).

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

RGB channels and saturation

R 180 of 255 = 71%
G 121 of 255 = 47%
B 158 of 255 = 62%

180
121
158

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

Portions of RGB colors in percentages

R + G + B =
180 + 121 + 158 = 459 (100%)
R 180 of 459 ~ 39.22%
G 121 of 459 ~ 26.36%
B 158 of 459 ~ 34.42%

%39.22
%26.36
%34.42

CMYK color model

#B4799E color CMYK value is (0,33,12,29).

  • cyan value is 0.00%
  • magenta value is 32.78%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK:
(0,33,12,29)
C0M33Y12K29 
(0%,33%,12%,29%)
(0.00/0.33/0.12/0.29)	

CMYK percentages

%0
%32.78
%12.22
%29.41

Codes

Color #B4799E in popluar color models

B4799E
RGB180121158
HSL322°28.23%59.02%
HSB/HSV322°32.78%70.59%
CMYK0.00%32.78%12.22%
29.41%

Color #B4799E in popluar number systems.

HEXB4799E
Decimal180121158
Binary10110100111100110011110
Octal264171236

Shades and tints

Shades of #B4799E

#B4799E
(180,121,158)
#A46E90
(164,110,144)
#946382
(148,99,130)
#845874
(132,88,116)
#744D66
(116,77,102)
#644258
(100,66,88)
#54374A
(84,55,74)
#442C3C
(68,44,60)
#34212E
(52,33,46)
#241620
(36,22,32)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #B4799E

#B4799E
(180,121,158)
#BA85A6
(186,133,166)
#C091AE
(192,145,174)
#C69DB6
(198,157,182)
#CCA9BE
(204,169,190)
#D2B5C6
(210,181,198)
#D8C1CE
(216,193,206)
#DECDD6
(222,205,214)
#E4D9DE
(228,217,222)
#EAE5E6
(234,229,230)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4799E color. Also use rgb(180,121,158) instead hex code.

Text Font Color

.myTextColor { color: #B4799E; }

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

This text font color is #B4799E.


Background Color

.myBgColor { background-color: #B4799E; }

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

This div background color is #B4799E.


Border color

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

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

This div border color is #B4799E.


Opacity

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

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

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

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

This text has shadow with #B4799E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4799E on black background.


Color preview on white background

This text has color #B4799E on white background.



Black color preview on #B4799E background

This text has black color on #B4799E background.


White color preview on #B4799E background

This text has white color on #B4799E background.