COLOR #B38DBD

HEX: #B38DBD
RGB: (179,141,189)

Color info

#B38DBD contains red, green and blue colors in about the same proportion. Web safe color of #B38DBD is #9999CC (or #99C).

RGB color model

#B38DBD color RGB value is (179,141,189).

  • red value is 179;
  • green value is 141;
  • blue value is 189.
RGB:
(179,141,189)
(70%,55%,74%)

RGB channels and saturation

R 179 of 255 = 70%
G 141 of 255 = 55%
B 189 of 255 = 74%

179
141
189

R + G + B ~ 66%. #B38DBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 141 + 189 = 509 (100%)
R 179 of 509 ~ 35.17%
G 141 of 509 ~ 27.7%
B 189 of 509 ~ 37.13%

%35.17
%27.7
%37.13

CMYK color model

#B38DBD color CMYK value is (5,25,0,26).

  • cyan value is 5.29%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,25,0,26)
C5M25Y0K26 
(5%,25%,0%,26%)
(0.05/0.25/0.00/0.26)	

CMYK percentages

%5.29
%25.4
%0
%25.88

Codes

Color #B38DBD in popluar color models

B38DBD
RGB179141189
HSL288°26.67%64.71%
HSB/HSV288°25.40%74.12%
CMYK5.29%25.40%0.00%
25.88%

Color #B38DBD in popluar number systems.

HEXB38DBD
Decimal179141189
Binary101100111000110110111101
Octal263215275

Shades and tints

Shades of #B38DBD

#B38DBD
(179,141,189)
#A381AC
(163,129,172)
#93759B
(147,117,155)
#83698A
(131,105,138)
#735D79
(115,93,121)
#635168
(99,81,104)
#534557
(83,69,87)
#433946
(67,57,70)
#332D35
(51,45,53)
#232124
(35,33,36)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #B38DBD

#B38DBD
(179,141,189)
#B997C3
(185,151,195)
#BFA1C9
(191,161,201)
#C5ABCF
(197,171,207)
#CBB5D5
(203,181,213)
#D1BFDB
(209,191,219)
#D7C9E1
(215,201,225)
#DDD3E7
(221,211,231)
#E3DDED
(227,221,237)
#E9E7F3
(233,231,243)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38DBD color. Also use rgb(179,141,189) instead hex code.

Text Font Color

.myTextColor { color: #B38DBD; }

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

This text font color is #B38DBD.


Background Color

.myBgColor { background-color: #B38DBD; }

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

This div background color is #B38DBD.


Border color

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

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

This div border color is #B38DBD.


Opacity

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

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

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

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

This text has shadow with #B38DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38DBD on black background.


Color preview on white background

This text has color #B38DBD on white background.



Black color preview on #B38DBD background

This text has black color on #B38DBD background.


White color preview on #B38DBD background

This text has white color on #B38DBD background.