COLOR #B38CAA

HEX: #B38CAA
RGB: (179,140,170)

Color info

#B38CAA contains red, green and blue colors in about the same proportion. Web safe color of #B38CAA is #999999 (or #999).

RGB color model

#B38CAA color RGB value is (179,140,170).

  • red value is 179;
  • green value is 140;
  • blue value is 170.
RGB:
(179,140,170)
(70%,55%,67%)

RGB channels and saturation

R 179 of 255 = 70%
G 140 of 255 = 55%
B 170 of 255 = 67%

179
140
170

R + G + B ~ 64%. #B38CAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 140 + 170 = 489 (100%)
R 179 of 489 ~ 36.61%
G 140 of 489 ~ 28.63%
B 170 of 489 ~ 34.76%

%36.61
%28.63
%34.76

CMYK color model

#B38CAA color CMYK value is (0,22,5,30).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 5.03%
  • key color value is 29.80%
CMYK:
(0,22,5,30)
C0M22Y5K30 
(0%,22%,5%,30%)
(0.00/0.22/0.05/0.30)	

CMYK percentages

%0
%21.79
%5.03
%29.8

Codes

Color #B38CAA in popluar color models

B38CAA
RGB179140170
HSL314°20.42%62.55%
HSB/HSV314°21.79%70.20%
CMYK0.00%21.79%5.03%
29.80%

Color #B38CAA in popluar number systems.

HEXB38CAA
Decimal179140170
Binary101100111000110010101010
Octal263214252

Shades and tints

Shades of #B38CAA

#B38CAA
(179,140,170)
#A3809B
(163,128,155)
#93748C
(147,116,140)
#83687D
(131,104,125)
#735C6E
(115,92,110)
#63505F
(99,80,95)
#534450
(83,68,80)
#433841
(67,56,65)
#332C32
(51,44,50)
#232023
(35,32,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #B38CAA

#B38CAA
(179,140,170)
#B996B1
(185,150,177)
#BFA0B8
(191,160,184)
#C5AABF
(197,170,191)
#CBB4C6
(203,180,198)
#D1BECD
(209,190,205)
#D7C8D4
(215,200,212)
#DDD2DB
(221,210,219)
#E3DCE2
(227,220,226)
#E9E6E9
(233,230,233)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38CAA color. Also use rgb(179,140,170) instead hex code.

Text Font Color

.myTextColor { color: #B38CAA; }

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

This text font color is #B38CAA.


Background Color

.myBgColor { background-color: #B38CAA; }

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

This div background color is #B38CAA.


Border color

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

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

This div border color is #B38CAA.


Opacity

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

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

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

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

This text has shadow with #B38CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38CAA on black background.


Color preview on white background

This text has color #B38CAA on white background.



Black color preview on #B38CAA background

This text has black color on #B38CAA background.


White color preview on #B38CAA background

This text has white color on #B38CAA background.