COLOR #B38CAD

HEX: #B38CAD
RGB: (179,140,173)

Color info

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

RGB color model

#B38CAD color RGB value is (179,140,173).

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

RGB channels and saturation

R 179 of 255 = 70%
G 140 of 255 = 55%
B 173 of 255 = 68%

179
140
173

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

Portions of RGB colors in percentages

R + G + B =
179 + 140 + 173 = 492 (100%)
R 179 of 492 ~ 36.38%
G 140 of 492 ~ 28.46%
B 173 of 492 ~ 35.16%

%36.38
%28.46
%35.16

CMYK color model

#B38CAD color CMYK value is (0,22,3,30).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 3.35%
  • key color value is 29.80%
CMYK:
(0,22,3,30)
C0M22Y3K30 
(0%,22%,3%,30%)
(0.00/0.22/0.03/0.30)	

CMYK percentages

%0
%21.79
%3.35
%29.8

Codes

Color #B38CAD in popluar color models

B38CAD
RGB179140173
HSL309°20.42%62.55%
HSB/HSV309°21.79%70.20%
CMYK0.00%21.79%3.35%
29.80%

Color #B38CAD in popluar number systems.

HEXB38CAD
Decimal179140173
Binary101100111000110010101101
Octal263214255

Shades and tints

Shades of #B38CAD

#B38CAD
(179,140,173)
#A3809E
(163,128,158)
#93748F
(147,116,143)
#836880
(131,104,128)
#735C71
(115,92,113)
#635062
(99,80,98)
#534453
(83,68,83)
#433844
(67,56,68)
#332C35
(51,44,53)
#232026
(35,32,38)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #B38CAD

#B38CAD
(179,140,173)
#B996B4
(185,150,180)
#BFA0BB
(191,160,187)
#C5AAC2
(197,170,194)
#CBB4C9
(203,180,201)
#D1BED0
(209,190,208)
#D7C8D7
(215,200,215)
#DDD2DE
(221,210,222)
#E3DCE5
(227,220,229)
#E9E6EC
(233,230,236)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38CAD; }

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

This text font color is #B38CAD.


Background Color

.myBgColor { background-color: #B38CAD; }

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

This div background color is #B38CAD.


Border color

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

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

This div border color is #B38CAD.


Opacity

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

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

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

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

This text has shadow with #B38CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38CAD on black background.


Color preview on white background

This text has color #B38CAD on white background.



Black color preview on #B38CAD background

This text has black color on #B38CAD background.


White color preview on #B38CAD background

This text has white color on #B38CAD background.