COLOR #B97EC3

HEX: #B97EC3 RGB: (185,126,195)

Color info

#B97EC3 contains mainly red and blue colors. Web safe color of #B97EC3 is #CC66CC (or #C6C).

RGB color model

#B97EC3 color RGB value is (185,126,195).

RGB: (185,126,195) (73%, 49%, 76%)

RGB channels and saturation

R 185 of 255 = 73%
G 126 of 255 = 49%
B 195 of 255 = 76%

185
126
195

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

Portions of RGB colors in percentages

R + G + B = 185 + 126 + 195 = 506 (100%)
R 185 of 506 ~ 36.56%
G 126 of 506 ~ 24.9%
B 195 of 506 ~ 38.54'%

%36.56
%24.9
%38.54

CMYK color model

#B97EC3 color CMYK value is (5,35,0,24).

  • cyan value is 5.13%
  • magenta value is 35.38%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (5,35,0,24)
C5M35Y0K24 (5%, 35%, 0%, 24%)
(0.05 / 0.35 / 0.00 / 0.24)

CMYK percentages

%5.13
%35.38
%0
%23.53

Codes

Color #B97EC3 in popluar color models

B9 7E C3
RGB 185 126 195
HSL 291° 36.51% 62.94%
HSB/HSV 291° 35.38% 76.47%
CMYK 5.13% 35.38% 0.00%
23.53%

Color #B97EC3 in popluar number systems.

HEX B9 7E C3
Decimal 185 126 195
Binary 10111001 1111110 11000011
Octal 271 176 303

Shades and tints

Shades of #B97EC3

#B97EC3
(185,126,195)
#A973B2
(169,115,178)
#9968A1
(153,104,161)
#895D90
(137,93,144)
#79527F
(121,82,127)
#69476E
(105,71,110)
#593C5D
(89,60,93)
#49314C
(73,49,76)
#39263B
(57,38,59)
#291B2A
(41,27,42)
#191019
(25,16,25)
#000000
(0,0,0)

Tints of #B97EC3

#B97EC3
(185,126,195)
#BF89C8
(191,137,200)
#C594CD
(197,148,205)
#CB9FD2
(203,159,210)
#D1AAD7
(209,170,215)
#D7B5DC
(215,181,220)
#DDC0E1
(221,192,225)
#E3CBE6
(227,203,230)
#E9D6EB
(233,214,235)
#EFE1F0
(239,225,240)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B97EC3 color. Also use rgb(185,126,195) instead hex code.

Text Font Color

.myTextColor { color: #B97EC3; }

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

This text font color is #B97EC3.

Background Color

.myBgColor { background-color: #B97EC3; }

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

This div background color is #B97EC3.

Border color

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

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

This div border color is #B97EC3.

Opacity

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

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

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

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

This text has shadow with #B97EC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B97EC3.

Preview

Color preview on black background

This text has color #B97EC3 on black background.


Color preview on white background

This text has color #B97EC3 on white background.


Black color preview on #B97EC3 background

This text has black color on #B97EC3 background.


White color preview on #B97EC3 background

This text has white color on #B97EC3 background.


Related colors

Complementary color

Complementary color for #hex is #46813C.


I love getcolorcode.com

Triadic colors

1 #C3B97E and #7EC3B9 with #B97EC3 are triadic colors.

2 #C37EB9 and #7EB9C3 with #B97EC3 are triadic colors.