COLOR #B399CD

HEX: #B399CD
RGB: (179,153,205)

Color info

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

RGB color model

#B399CD color RGB value is (179,153,205).

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

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 205 of 255 = 80%

179
153
205

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

Portions of RGB colors in percentages

R + G + B =
179 + 153 + 205 = 537 (100%)
R 179 of 537 ~ 33.33%
G 153 of 537 ~ 28.49%
B 205 of 537 ~ 38.18%

%33.33
%28.49
%38.18

CMYK color model

#B399CD color CMYK value is (13,25,0,20).

  • cyan value is 12.68%
  • magenta value is 25.37%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(13,25,0,20)
C13M25Y0K20 
(13%,25%,0%,20%)
(0.13/0.25/0.00/0.20)	

CMYK percentages

%12.68
%25.37
%0
%19.61

Codes

Color #B399CD in popluar color models

B399CD
RGB179153205
HSL270°34.21%70.20%
HSB/HSV270°25.37%80.39%
CMYK12.68%25.37%0.00%
19.61%

Color #B399CD in popluar number systems.

HEXB399CD
Decimal179153205
Binary101100111001100111001101
Octal263231315

Shades and tints

Shades of #B399CD

#B399CD
(179,153,205)
#A38CBB
(163,140,187)
#937FA9
(147,127,169)
#837297
(131,114,151)
#736585
(115,101,133)
#635873
(99,88,115)
#534B61
(83,75,97)
#433E4F
(67,62,79)
#33313D
(51,49,61)
#23242B
(35,36,43)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #B399CD

#B399CD
(179,153,205)
#B9A2D1
(185,162,209)
#BFABD5
(191,171,213)
#C5B4D9
(197,180,217)
#CBBDDD
(203,189,221)
#D1C6E1
(209,198,225)
#D7CFE5
(215,207,229)
#DDD8E9
(221,216,233)
#E3E1ED
(227,225,237)
#E9EAF1
(233,234,241)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B399CD; }

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

This text font color is #B399CD.


Background Color

.myBgColor { background-color: #B399CD; }

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

This div background color is #B399CD.


Border color

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

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

This div border color is #B399CD.


Opacity

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

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

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

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

This text has shadow with #B399CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B399CD on black background.


Color preview on white background

This text has color #B399CD on white background.



Black color preview on #B399CD background

This text has black color on #B399CD background.


White color preview on #B399CD background

This text has white color on #B399CD background.