COLOR #B997CF

HEX: #B997CF
RGB: (185,151,207)

Color info

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

RGB color model

#B997CF color RGB value is (185,151,207).

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

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 207 of 255 = 81%

185
151
207

R + G + B ~ 71%. #B997CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 151 + 207 = 543 (100%)
R 185 of 543 ~ 34.07%
G 151 of 543 ~ 27.81%
B 207 of 543 ~ 38.12%

%34.07
%27.81
%38.12

CMYK color model

#B997CF color CMYK value is (11,27,0,19).

  • cyan value is 10.63%
  • magenta value is 27.05%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(11,27,0,19)
C11M27Y0K19 
(11%,27%,0%,19%)
(0.11/0.27/0.00/0.19)	

CMYK percentages

%10.63
%27.05
%0
%18.82

Codes

Color #B997CF in popluar color models

B997CF
RGB185151207
HSL276°36.84%70.20%
HSB/HSV276°27.05%81.18%
CMYK10.63%27.05%0.00%
18.82%

Color #B997CF in popluar number systems.

HEXB997CF
Decimal185151207
Binary101110011001011111001111
Octal271227317

Shades and tints

Shades of #B997CF

#B997CF
(185,151,207)
#A98ABD
(169,138,189)
#997DAB
(153,125,171)
#897099
(137,112,153)
#796387
(121,99,135)
#695675
(105,86,117)
#594963
(89,73,99)
#493C51
(73,60,81)
#392F3F
(57,47,63)
#29222D
(41,34,45)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #B997CF

#B997CF
(185,151,207)
#BFA0D3
(191,160,211)
#C5A9D7
(197,169,215)
#CBB2DB
(203,178,219)
#D1BBDF
(209,187,223)
#D7C4E3
(215,196,227)
#DDCDE7
(221,205,231)
#E3D6EB
(227,214,235)
#E9DFEF
(233,223,239)
#EFE8F3
(239,232,243)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B997CF; }

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

This text font color is #B997CF.


Background Color

.myBgColor { background-color: #B997CF; }

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

This div background color is #B997CF.


Border color

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

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

This div border color is #B997CF.


Opacity

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

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

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

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

This text has shadow with #B997CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B997CF on black background.


Color preview on white background

This text has color #B997CF on white background.



Black color preview on #B997CF background

This text has black color on #B997CF background.


White color preview on #B997CF background

This text has white color on #B997CF background.