COLOR #B399D1

HEX: #B399D1
RGB: (179,153,209)

Color info

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

RGB color model

#B399D1 color RGB value is (179,153,209).

  • red value is 179;
  • green value is 153;
  • blue value is 209.
RGB:
(179,153,209)
(70%,60%,82%)

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 209 of 255 = 82%

179
153
209

R + G + B ~ 71%. #B399D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 153 + 209 = 541 (100%)
R 179 of 541 ~ 33.09%
G 153 of 541 ~ 28.28%
B 209 of 541 ~ 38.63%

%33.09
%28.28
%38.63

CMYK color model

#B399D1 color CMYK value is (14,27,0,18).

  • cyan value is 14.35%
  • magenta value is 26.79%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(14,27,0,18)
C14M27Y0K18 
(14%,27%,0%,18%)
(0.14/0.27/0.00/0.18)	

CMYK percentages

%14.35
%26.79
%0
%18.04

Codes

Color #B399D1 in popluar color models

B399D1
RGB179153209
HSL268°37.84%70.98%
HSB/HSV268°26.79%81.96%
CMYK14.35%26.79%0.00%
18.04%

Color #B399D1 in popluar number systems.

HEXB399D1
Decimal179153209
Binary101100111001100111010001
Octal263231321

Shades and tints

Shades of #B399D1

#B399D1
(179,153,209)
#A38CBE
(163,140,190)
#937FAB
(147,127,171)
#837298
(131,114,152)
#736585
(115,101,133)
#635872
(99,88,114)
#534B5F
(83,75,95)
#433E4C
(67,62,76)
#333139
(51,49,57)
#232426
(35,36,38)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #B399D1

#B399D1
(179,153,209)
#B9A2D5
(185,162,213)
#BFABD9
(191,171,217)
#C5B4DD
(197,180,221)
#CBBDE1
(203,189,225)
#D1C6E5
(209,198,229)
#D7CFE9
(215,207,233)
#DDD8ED
(221,216,237)
#E3E1F1
(227,225,241)
#E9EAF5
(233,234,245)
#EFF3F9
(239,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B399D1 color. Also use rgb(179,153,209) instead hex code.

Text Font Color

.myTextColor { color: #B399D1; }

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

This text font color is #B399D1.


Background Color

.myBgColor { background-color: #B399D1; }

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

This div background color is #B399D1.


Border color

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

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

This div border color is #B399D1.


Opacity

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

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

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

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

This text has shadow with #B399D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B399D1 on black background.


Color preview on white background

This text has color #B399D1 on white background.



Black color preview on #B399D1 background

This text has black color on #B399D1 background.


White color preview on #B399D1 background

This text has white color on #B399D1 background.