COLOR #B198CD

HEX: #B198CD
RGB: (177,152,205)

Color info

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

RGB color model

#B198CD color RGB value is (177,152,205).

  • red value is 177;
  • green value is 152;
  • blue value is 205.
RGB:
(177,152,205)
(69%,60%,80%)

RGB channels and saturation

R 177 of 255 = 69%
G 152 of 255 = 60%
B 205 of 255 = 80%

177
152
205

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

Portions of RGB colors in percentages

R + G + B =
177 + 152 + 205 = 534 (100%)
R 177 of 534 ~ 33.15%
G 152 of 534 ~ 28.46%
B 205 of 534 ~ 38.39%

%33.15
%28.46
%38.39

CMYK color model

#B198CD color CMYK value is (14,26,0,20).

  • cyan value is 13.66%
  • magenta value is 25.85%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(14,26,0,20)
C14M26Y0K20 
(14%,26%,0%,20%)
(0.14/0.26/0.00/0.20)	

CMYK percentages

%13.66
%25.85
%0
%19.61

Codes

Color #B198CD in popluar color models

B198CD
RGB177152205
HSL268°34.64%70.00%
HSB/HSV268°25.85%80.39%
CMYK13.66%25.85%0.00%
19.61%

Color #B198CD in popluar number systems.

HEXB198CD
Decimal177152205
Binary101100011001100011001101
Octal261230315

Shades and tints

Shades of #B198CD

#B198CD
(177,152,205)
#A18BBB
(161,139,187)
#917EA9
(145,126,169)
#817197
(129,113,151)
#716485
(113,100,133)
#615773
(97,87,115)
#514A61
(81,74,97)
#413D4F
(65,61,79)
#31303D
(49,48,61)
#21232B
(33,35,43)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #B198CD

#B198CD
(177,152,205)
#B8A1D1
(184,161,209)
#BFAAD5
(191,170,213)
#C6B3D9
(198,179,217)
#CDBCDD
(205,188,221)
#D4C5E1
(212,197,225)
#DBCEE5
(219,206,229)
#E2D7E9
(226,215,233)
#E9E0ED
(233,224,237)
#F0E9F1
(240,233,241)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B198CD; }

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

This text font color is #B198CD.


Background Color

.myBgColor { background-color: #B198CD; }

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

This div background color is #B198CD.


Border color

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

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

This div border color is #B198CD.


Opacity

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

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

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

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

This text has shadow with #B198CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B198CD on black background.


Color preview on white background

This text has color #B198CD on white background.



Black color preview on #B198CD background

This text has black color on #B198CD background.


White color preview on #B198CD background

This text has white color on #B198CD background.