COLOR #B399DD

HEX: #B399DD RGB: (179,153,221)

Color info

#B399DD contains mainly red and blue colors. Web safe color of #B399DD is #9999CC (or #99C).

RGB color model

#B399DD color RGB value is (179,153,221).

RGB: (179,153,221) (70%, 60%, 87%)

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 221 of 255 = 87%

179
153
221

R + G + B ~ 72%. #B399DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 153 + 221 = 553 (100%)
R 179 of 553 ~ 32.37%
G 153 of 553 ~ 27.67%
B 221 of 553 ~ 39.96'%

%32.37
%27.67
%39.96

CMYK color model

#B399DD color CMYK value is (19,31,0,13).

  • cyan value is 19.00%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (19,31,0,13) C19M31Y0K13 (19%,31%,0%,13%) (0.19/0.31/0.00/0.13) 

CMYK percentages

%19
%30.77
%0
%13.33

Codes

Color #B399DD in popluar color models

B3 99 DD
RGB 179 153 221
HSL 263° 50.00% 73.33%
HSB/HSV 263° 30.77% 86.67%
CMYK 19.00% 30.77% 0.00%
13.33%

Color #B399DD in popluar number systems.

HEX B3 99 DD
Decimal 179 153 221
Binary 10110011 10011001 11011101
Octal 263 231 335

Shades and tints

Shades of #B399DD

#B399DD
(179,153,221)
#A38CC9
(163,140,201)
#937FB5
(147,127,181)
#8372A1
(131,114,161)
#73658D
(115,101,141)
#635879
(99,88,121)
#534B65
(83,75,101)
#433E51
(67,62,81)
#33313D
(51,49,61)
#232429
(35,36,41)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #B399DD

#B399DD
(179,153,221)
#B9A2E0
(185,162,224)
#BFABE3
(191,171,227)
#C5B4E6
(197,180,230)
#CBBDE9
(203,189,233)
#D1C6EC
(209,198,236)
#D7CFEF
(215,207,239)
#DDD8F2
(221,216,242)
#E3E1F5
(227,225,245)
#E9EAF8
(233,234,248)
#EFF3FB
(239,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B399DD; }

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

This text font color is #B399DD.

Background Color

.myBgColor { background-color: #B399DD; }

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

This div background color is #B399DD.

Border color

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

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

This div border color is #B399DD.

Opacity

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

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

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

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

This text has shadow with #B399DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B399DD.

Preview

Color preview on black background

This text has color #B399DD on black background.


Color preview on white background

This text has color #B399DD on white background.


Black color preview on #B399DD background

This text has black color on #B399DD background.


White color preview on #B399DD background

This text has white color on #B399DD background.


Related colors

Complementary color

Complementary color for #hex is #4C6622.


I love getcolorcode.com

Triadic colors

1 #DDB399 and #99DDB3 with #B399DD are triadic colors.

2 #DD99B3 and #99B3DD with #B399DD are triadic colors.