COLOR #B198D1

HEX: #B198D1 RGB: (177,152,209)

Color info

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

RGB color model

#B198D1 color RGB value is (177,152,209).

RGB: (177,152,209) (69%, 60%, 82%)

RGB channels and saturation

R 177 of 255 = 69%
G 152 of 255 = 60%
B 209 of 255 = 82%

177
152
209

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

Portions of RGB colors in percentages

R + G + B = 177 + 152 + 209 = 538 (100%)
R 177 of 538 ~ 32.9%
G 152 of 538 ~ 28.25%
B 209 of 538 ~ 38.85'%

%32.9
%28.25
%38.85

CMYK color model

#B198D1 color CMYK value is (15,27,0,18).

  • cyan value is 15.31%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (15,27,0,18)
C15M27Y0K18 (15%, 27%, 0%, 18%)
(0.15 / 0.27 / 0.00 / 0.18)

CMYK percentages

%15.31
%27.27
%0
%18.04

Codes

Color #B198D1 in popluar color models

B1 98 D1
RGB 177 152 209
HSL 266° 38.26% 70.78%
HSB/HSV 266° 27.27% 81.96%
CMYK 15.31% 27.27% 0.00%
18.04%

Color #B198D1 in popluar number systems.

HEX B1 98 D1
Decimal 177 152 209
Binary 10110001 10011000 11010001
Octal 261 230 321

Shades and tints

Shades of #B198D1

#B198D1
(177,152,209)
#A18BBE
(161,139,190)
#917EAB
(145,126,171)
#817198
(129,113,152)
#716485
(113,100,133)
#615772
(97,87,114)
#514A5F
(81,74,95)
#413D4C
(65,61,76)
#313039
(49,48,57)
#212326
(33,35,38)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #B198D1

#B198D1
(177,152,209)
#B8A1D5
(184,161,213)
#BFAAD9
(191,170,217)
#C6B3DD
(198,179,221)
#CDBCE1
(205,188,225)
#D4C5E5
(212,197,229)
#DBCEE9
(219,206,233)
#E2D7ED
(226,215,237)
#E9E0F1
(233,224,241)
#F0E9F5
(240,233,245)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B198D1; }

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

This text font color is #B198D1.

Background Color

.myBgColor { background-color: #B198D1; }

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

This div background color is #B198D1.

Border color

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

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

This div border color is #B198D1.

Opacity

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

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

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

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

This text has shadow with #B198D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B198D1.

Preview

Color preview on black background

This text has color #B198D1 on black background.


Color preview on white background

This text has color #B198D1 on white background.


Black color preview on #B198D1 background

This text has black color on #B198D1 background.


White color preview on #B198D1 background

This text has white color on #B198D1 background.


Related colors

Complementary color

Complementary color for #hex is #4E672E.


I love getcolorcode.com

Triadic colors

1 #D1B198 and #98D1B1 with #B198D1 are triadic colors.

2 #D198B1 and #98B1D1 with #B198D1 are triadic colors.