COLOR #B997C2

HEX: #B997C2
RGB: (185,151,194)

Color info

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

RGB color model

#B997C2 color RGB value is (185,151,194).

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

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 194 of 255 = 76%

185
151
194

R + G + B ~ 69%. #B997C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 151 + 194 = 530 (100%)
R 185 of 530 ~ 34.91%
G 151 of 530 ~ 28.49%
B 194 of 530 ~ 36.6%

%34.91
%28.49
%36.6

CMYK color model

#B997C2 color CMYK value is (5,22,0,24).

  • cyan value is 4.64%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(5,22,0,24)
C5M22Y0K24 
(5%,22%,0%,24%)
(0.05/0.22/0.00/0.24)	

CMYK percentages

%4.64
%22.16
%0
%23.92

Codes

Color #B997C2 in popluar color models

B997C2
RGB185151194
HSL287°26.06%67.65%
HSB/HSV287°22.16%76.08%
CMYK4.64%22.16%0.00%
23.92%

Color #B997C2 in popluar number systems.

HEXB997C2
Decimal185151194
Binary101110011001011111000010
Octal271227302

Shades and tints

Shades of #B997C2

#B997C2
(185,151,194)
#A98AB1
(169,138,177)
#997DA0
(153,125,160)
#89708F
(137,112,143)
#79637E
(121,99,126)
#69566D
(105,86,109)
#59495C
(89,73,92)
#493C4B
(73,60,75)
#392F3A
(57,47,58)
#292229
(41,34,41)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #B997C2

#B997C2
(185,151,194)
#BFA0C7
(191,160,199)
#C5A9CC
(197,169,204)
#CBB2D1
(203,178,209)
#D1BBD6
(209,187,214)
#D7C4DB
(215,196,219)
#DDCDE0
(221,205,224)
#E3D6E5
(227,214,229)
#E9DFEA
(233,223,234)
#EFE8EF
(239,232,239)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B997C2; }

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

This text font color is #B997C2.


Background Color

.myBgColor { background-color: #B997C2; }

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

This div background color is #B997C2.


Border color

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

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

This div border color is #B997C2.


Opacity

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

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

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

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

This text has shadow with #B997C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B997C2 on black background.


Color preview on white background

This text has color #B997C2 on white background.



Black color preview on #B997C2 background

This text has black color on #B997C2 background.


White color preview on #B997C2 background

This text has white color on #B997C2 background.