COLOR #B298B1

HEX: #B298B1
RGB: (178,152,177)

Color info

#B298B1 contains red, green and blue colors in about the same proportion. Web safe color of #B298B1 is #999999 (or #999).

RGB color model

#B298B1 color RGB value is (178,152,177).

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

RGB channels and saturation

R 178 of 255 = 70%
G 152 of 255 = 60%
B 177 of 255 = 69%

178
152
177

R + G + B ~ 66%. #B298B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 152 + 177 = 507 (100%)
R 178 of 507 ~ 35.11%
G 152 of 507 ~ 29.98%
B 177 of 507 ~ 34.91%

%35.11
%29.98
%34.91

CMYK color model

#B298B1 color CMYK value is (0,15,1,30).

  • cyan value is 0.00%
  • magenta value is 14.61%
  • yellow value is 0.56%
  • key color value is 30.20%
CMYK:
(0,15,1,30)
C0M15Y1K30 
(0%,15%,1%,30%)
(0.00/0.15/0.01/0.30)	

CMYK percentages

%0
%14.61
%0.56
%30.2

Codes

Color #B298B1 in popluar color models

B298B1
RGB178152177
HSL302°14.44%64.71%
HSB/HSV302°14.61%69.80%
CMYK0.00%14.61%0.56%
30.20%

Color #B298B1 in popluar number systems.

HEXB298B1
Decimal178152177
Binary101100101001100010110001
Octal262230261

Shades and tints

Shades of #B298B1

#B298B1
(178,152,177)
#A28BA1
(162,139,161)
#927E91
(146,126,145)
#827181
(130,113,129)
#726471
(114,100,113)
#625761
(98,87,97)
#524A51
(82,74,81)
#423D41
(66,61,65)
#323031
(50,48,49)
#222321
(34,35,33)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #B298B1

#B298B1
(178,152,177)
#B9A1B8
(185,161,184)
#C0AABF
(192,170,191)
#C7B3C6
(199,179,198)
#CEBCCD
(206,188,205)
#D5C5D4
(213,197,212)
#DCCEDB
(220,206,219)
#E3D7E2
(227,215,226)
#EAE0E9
(234,224,233)
#F1E9F0
(241,233,240)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B298B1; }

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

This text font color is #B298B1.


Background Color

.myBgColor { background-color: #B298B1; }

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

This div background color is #B298B1.


Border color

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

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

This div border color is #B298B1.


Opacity

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

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

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

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

This text has shadow with #B298B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B298B1 on black background.


Color preview on white background

This text has color #B298B1 on white background.



Black color preview on #B298B1 background

This text has black color on #B298B1 background.


White color preview on #B298B1 background

This text has white color on #B298B1 background.