COLOR #B378A5

HEX: #B378A5
RGB: (179,120,165)

Color info

#B378A5 contains red, green and blue colors in about the same proportion. Web safe color of #B378A5 is #996699 (or #969).

RGB color model

#B378A5 color RGB value is (179,120,165).

  • red value is 179;
  • green value is 120;
  • blue value is 165.
RGB:
(179,120,165)
(70%,47%,65%)

RGB channels and saturation

R 179 of 255 = 70%
G 120 of 255 = 47%
B 165 of 255 = 65%

179
120
165

R + G + B ~ 61%. #B378A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 120 + 165 = 464 (100%)
R 179 of 464 ~ 38.58%
G 120 of 464 ~ 25.86%
B 165 of 464 ~ 35.56%

%38.58
%25.86
%35.56

CMYK color model

#B378A5 color CMYK value is (0,33,8,30).

  • cyan value is 0.00%
  • magenta value is 32.96%
  • yellow value is 7.82%
  • key color value is 29.80%
CMYK:
(0,33,8,30)
C0M33Y8K30 
(0%,33%,8%,30%)
(0.00/0.33/0.08/0.30)	

CMYK percentages

%0
%32.96
%7.82
%29.8

Codes

Color #B378A5 in popluar color models

B378A5
RGB179120165
HSL314°27.96%58.63%
HSB/HSV314°32.96%70.20%
CMYK0.00%32.96%7.82%
29.80%

Color #B378A5 in popluar number systems.

HEXB378A5
Decimal179120165
Binary10110011111100010100101
Octal263170245

Shades and tints

Shades of #B378A5

#B378A5
(179,120,165)
#A36E96
(163,110,150)
#936487
(147,100,135)
#835A78
(131,90,120)
#735069
(115,80,105)
#63465A
(99,70,90)
#533C4B
(83,60,75)
#43323C
(67,50,60)
#33282D
(51,40,45)
#231E1E
(35,30,30)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #B378A5

#B378A5
(179,120,165)
#B984AD
(185,132,173)
#BF90B5
(191,144,181)
#C59CBD
(197,156,189)
#CBA8C5
(203,168,197)
#D1B4CD
(209,180,205)
#D7C0D5
(215,192,213)
#DDCCDD
(221,204,221)
#E3D8E5
(227,216,229)
#E9E4ED
(233,228,237)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B378A5 color. Also use rgb(179,120,165) instead hex code.

Text Font Color

.myTextColor { color: #B378A5; }

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

This text font color is #B378A5.


Background Color

.myBgColor { background-color: #B378A5; }

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

This div background color is #B378A5.


Border color

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

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

This div border color is #B378A5.


Opacity

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

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

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

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

This text has shadow with #B378A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B378A5 on black background.


Color preview on white background

This text has color #B378A5 on white background.



Black color preview on #B378A5 background

This text has black color on #B378A5 background.


White color preview on #B378A5 background

This text has white color on #B378A5 background.