COLOR #B399CE

HEX: #B399CE
RGB: (179,153,206)

Color info

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

RGB color model

#B399CE color RGB value is (179,153,206).

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

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 206 of 255 = 81%

179
153
206

R + G + B ~ 70%. #B399CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 153 + 206 = 538 (100%)
R 179 of 538 ~ 33.27%
G 153 of 538 ~ 28.44%
B 206 of 538 ~ 38.29%

%33.27
%28.44
%38.29

CMYK color model

#B399CE color CMYK value is (13,26,0,19).

  • cyan value is 13.11%
  • magenta value is 25.73%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(13,26,0,19)
C13M26Y0K19 
(13%,26%,0%,19%)
(0.13/0.26/0.00/0.19)	

CMYK percentages

%13.11
%25.73
%0
%19.22

Codes

Color #B399CE in popluar color models

B399CE
RGB179153206
HSL269°35.10%70.39%
HSB/HSV269°25.73%80.78%
CMYK13.11%25.73%0.00%
19.22%

Color #B399CE in popluar number systems.

HEXB399CE
Decimal179153206
Binary101100111001100111001110
Octal263231316

Shades and tints

Shades of #B399CE

#B399CE
(179,153,206)
#A38CBC
(163,140,188)
#937FAA
(147,127,170)
#837298
(131,114,152)
#736586
(115,101,134)
#635874
(99,88,116)
#534B62
(83,75,98)
#433E50
(67,62,80)
#33313E
(51,49,62)
#23242C
(35,36,44)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #B399CE

#B399CE
(179,153,206)
#B9A2D2
(185,162,210)
#BFABD6
(191,171,214)
#C5B4DA
(197,180,218)
#CBBDDE
(203,189,222)
#D1C6E2
(209,198,226)
#D7CFE6
(215,207,230)
#DDD8EA
(221,216,234)
#E3E1EE
(227,225,238)
#E9EAF2
(233,234,242)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B399CE; }

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

This text font color is #B399CE.


Background Color

.myBgColor { background-color: #B399CE; }

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

This div background color is #B399CE.


Border color

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

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

This div border color is #B399CE.


Opacity

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

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

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

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

This text has shadow with #B399CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B399CE on black background.


Color preview on white background

This text has color #B399CE on white background.



Black color preview on #B399CE background

This text has black color on #B399CE background.


White color preview on #B399CE background

This text has white color on #B399CE background.