COLOR #B398D1

HEX: #B398D1 RGB: (179,152,209)

Color info

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

RGB color model

#B398D1 color RGB value is (179,152,209).

RGB: (179,152,209) (70%, 60%, 82%)

RGB channels and saturation

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

179
152
209

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

Portions of RGB colors in percentages

R + G + B = 179 + 152 + 209 = 540 (100%)
R 179 of 540 ~ 33.15%
G 152 of 540 ~ 28.15%
B 209 of 540 ~ 38.7'%

%33.15
%28.15
%38.7

CMYK color model

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

  • cyan value is 14.35%
  • magenta value is 27.27%
  • 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
%27.27
%0
%18.04

Codes

Color #B398D1 in popluar color models

B3 98 D1
RGB 179 152 209
HSL 268° 38.26% 70.78%
HSB/HSV 268° 27.27% 81.96%
CMYK 14.35% 27.27% 0.00%
18.04%

Color #B398D1 in popluar number systems.

HEX B3 98 D1
Decimal 179 152 209
Binary 10110011 10011000 11010001
Octal 263 230 321

Shades and tints

Shades of #B398D1

#B398D1
(179,152,209)
#A38BBE
(163,139,190)
#937EAB
(147,126,171)
#837198
(131,113,152)
#736485
(115,100,133)
#635772
(99,87,114)
#534A5F
(83,74,95)
#433D4C
(67,61,76)
#333039
(51,48,57)
#232326
(35,35,38)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #B398D1

#B398D1
(179,152,209)
#B9A1D5
(185,161,213)
#BFAAD9
(191,170,217)
#C5B3DD
(197,179,221)
#CBBCE1
(203,188,225)
#D1C5E5
(209,197,229)
#D7CEE9
(215,206,233)
#DDD7ED
(221,215,237)
#E3E0F1
(227,224,241)
#E9E9F5
(233,233,245)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B398D1; }

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

This text font color is #B398D1.

Background Color

.myBgColor { background-color: #B398D1; }

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

This div background color is #B398D1.

Border color

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

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

This div border color is #B398D1.

Opacity

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

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

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

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

This text has shadow with #B398D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B398D1.

Preview

Color preview on black background

This text has color #B398D1 on black background.


Color preview on white background

This text has color #B398D1 on white background.


Black color preview on #B398D1 background

This text has black color on #B398D1 background.


White color preview on #B398D1 background

This text has white color on #B398D1 background.


Related colors

Complementary color

Complementary color for #hex is #4C672E.


I love getcolorcode.com

Triadic colors

1 #D1B398 and #98D1B3 with #B398D1 are triadic colors.

2 #D198B3 and #98B3D1 with #B398D1 are triadic colors.