COLOR #B399C8

HEX: #B399C8 RGB: (179,153,200)

Color info

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

RGB color model

#B399C8 color RGB value is (179,153,200).

RGB: (179,153,200) (70%, 60%, 78%)

RGB channels and saturation

R 179 of 255 = 70%
G 153 of 255 = 60%
B 200 of 255 = 78%

179
153
200

R + G + B ~ 69%. #B399C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 153 + 200 = 532 (100%)
R 179 of 532 ~ 33.65%
G 153 of 532 ~ 28.76%
B 200 of 532 ~ 37.59'%

%33.65
%28.76
%37.59

CMYK color model

#B399C8 color CMYK value is (11,24,0,22).

  • cyan value is 10.50%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (11,24,0,22) C11M24Y0K22 (11%,24%,0%,22%) (0.11/0.24/0.00/0.22) 

CMYK percentages

%10.5
%23.5
%0
%21.57

Codes

Color #B399C8 in popluar color models

B3 99 C8
RGB 179 153 200
HSL 273° 29.94% 69.22%
HSB/HSV 273° 23.50% 78.43%
CMYK 10.50% 23.50% 0.00%
21.57%

Color #B399C8 in popluar number systems.

HEX B3 99 C8
Decimal 179 153 200
Binary 10110011 10011001 11001000
Octal 263 231 310

Shades and tints

Shades of #B399C8

#B399C8
(179,153,200)
#A38CB6
(163,140,182)
#937FA4
(147,127,164)
#837292
(131,114,146)
#736580
(115,101,128)
#63586E
(99,88,110)
#534B5C
(83,75,92)
#433E4A
(67,62,74)
#333138
(51,49,56)
#232426
(35,36,38)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #B399C8

#B399C8
(179,153,200)
#B9A2CD
(185,162,205)
#BFABD2
(191,171,210)
#C5B4D7
(197,180,215)
#CBBDDC
(203,189,220)
#D1C6E1
(209,198,225)
#D7CFE6
(215,207,230)
#DDD8EB
(221,216,235)
#E3E1F0
(227,225,240)
#E9EAF5
(233,234,245)
#EFF3FA
(239,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B399C8; }

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

This text font color is #B399C8.

Background Color

.myBgColor { background-color: #B399C8; }

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

This div background color is #B399C8.

Border color

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

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

This div border color is #B399C8.

Opacity

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

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

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

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

This text has shadow with #B399C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B399C8.

Preview

Color preview on black background

This text has color #B399C8 on black background.


Color preview on white background

This text has color #B399C8 on white background.


Black color preview on #B399C8 background

This text has black color on #B399C8 background.


White color preview on #B399C8 background

This text has white color on #B399C8 background.


Related colors

Complementary color

Complementary color for #hex is #4C6637.


I love getcolorcode.com

Triadic colors

1 #C8B399 and #99C8B3 with #B399C8 are triadic colors.

2 #C899B3 and #99B3C8 with #B399C8 are triadic colors.