COLOR #B997B8

HEX: #B997B8
RGB: (185,151,184)

Color info

#B997B8 contains red, green and blue colors in about the same proportion. Web safe color of #B997B8 is #CC99CC (or #C9C).

RGB color model

#B997B8 color RGB value is (185,151,184).

  • red value is 185;
  • green value is 151;
  • blue value is 184.
RGB:
(185,151,184)
(73%,59%,72%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 184 of 255 = 72%

185
151
184

R + G + B ~ 68%. #B997B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 151 + 184 = 520 (100%)
R 185 of 520 ~ 35.58%
G 151 of 520 ~ 29.04%
B 184 of 520 ~ 35.38%

%35.58
%29.04
%35.38

CMYK color model

#B997B8 color CMYK value is (0,18,1,27).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 0.54%
  • key color value is 27.45%
CMYK:
(0,18,1,27)
C0M18Y1K27 
(0%,18%,1%,27%)
(0.00/0.18/0.01/0.27)	

CMYK percentages

%0
%18.38
%0.54
%27.45

Codes

Color #B997B8 in popluar color models

B997B8
RGB185151184
HSL302°19.54%65.88%
HSB/HSV302°18.38%72.55%
CMYK0.00%18.38%0.54%
27.45%

Color #B997B8 in popluar number systems.

HEXB997B8
Decimal185151184
Binary101110011001011110111000
Octal271227270

Shades and tints

Shades of #B997B8

#B997B8
(185,151,184)
#A98AA8
(169,138,168)
#997D98
(153,125,152)
#897088
(137,112,136)
#796378
(121,99,120)
#695668
(105,86,104)
#594958
(89,73,88)
#493C48
(73,60,72)
#392F38
(57,47,56)
#292228
(41,34,40)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #B997B8

#B997B8
(185,151,184)
#BFA0BE
(191,160,190)
#C5A9C4
(197,169,196)
#CBB2CA
(203,178,202)
#D1BBD0
(209,187,208)
#D7C4D6
(215,196,214)
#DDCDDC
(221,205,220)
#E3D6E2
(227,214,226)
#E9DFE8
(233,223,232)
#EFE8EE
(239,232,238)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B997B8 color. Also use rgb(185,151,184) instead hex code.

Text Font Color

.myTextColor { color: #B997B8; }

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

This text font color is #B997B8.


Background Color

.myBgColor { background-color: #B997B8; }

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

This div background color is #B997B8.


Border color

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

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

This div border color is #B997B8.


Opacity

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

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

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

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

This text has shadow with #B997B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B997B8 on black background.


Color preview on white background

This text has color #B997B8 on white background.



Black color preview on #B997B8 background

This text has black color on #B997B8 background.


White color preview on #B997B8 background

This text has white color on #B997B8 background.