COLOR #BE97D6

HEX: #BE97D6
RGB: (190,151,214)

Color info

#BE97D6 contains mainly red and blue colors. Web safe color of #BE97D6 is #CC99CC (or #C9C).

RGB color model

#BE97D6 color RGB value is (190,151,214).

  • red value is 190;
  • green value is 151;
  • blue value is 214.
RGB:
(190,151,214)
(75%,59%,84%)

RGB channels and saturation

R 190 of 255 = 75%
G 151 of 255 = 59%
B 214 of 255 = 84%

190
151
214

R + G + B ~ 73%. #BE97D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 151 + 214 = 555 (100%)
R 190 of 555 ~ 34.23%
G 151 of 555 ~ 27.21%
B 214 of 555 ~ 38.56%

%34.23
%27.21
%38.56

CMYK color model

#BE97D6 color CMYK value is (11,29,0,16).

  • cyan value is 11.21%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(11,29,0,16)
C11M29Y0K16 
(11%,29%,0%,16%)
(0.11/0.29/0.00/0.16)	

CMYK percentages

%11.21
%29.44
%0
%16.08

Codes

Color #BE97D6 in popluar color models

BE97D6
RGB190151214
HSL277°43.45%71.57%
HSB/HSV277°29.44%83.92%
CMYK11.21%29.44%0.00%
16.08%

Color #BE97D6 in popluar number systems.

HEXBE97D6
Decimal190151214
Binary101111101001011111010110
Octal276227326

Shades and tints

Shades of #BE97D6

#BE97D6
(190,151,214)
#AD8AC3
(173,138,195)
#9C7DB0
(156,125,176)
#8B709D
(139,112,157)
#7A638A
(122,99,138)
#695677
(105,86,119)
#584964
(88,73,100)
#473C51
(71,60,81)
#362F3E
(54,47,62)
#25222B
(37,34,43)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #BE97D6

#BE97D6
(190,151,214)
#C3A0D9
(195,160,217)
#C8A9DC
(200,169,220)
#CDB2DF
(205,178,223)
#D2BBE2
(210,187,226)
#D7C4E5
(215,196,229)
#DCCDE8
(220,205,232)
#E1D6EB
(225,214,235)
#E6DFEE
(230,223,238)
#EBE8F1
(235,232,241)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE97D6 color. Also use rgb(190,151,214) instead hex code.

Text Font Color

.myTextColor { color: #BE97D6; }

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

This text font color is #BE97D6.


Background Color

.myBgColor { background-color: #BE97D6; }

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

This div background color is #BE97D6.


Border color

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

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

This div border color is #BE97D6.


Opacity

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

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

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

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

This text has shadow with #BE97D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE97D6 on black background.


Color preview on white background

This text has color #BE97D6 on white background.



Black color preview on #BE97D6 background

This text has black color on #BE97D6 background.


White color preview on #BE97D6 background

This text has white color on #BE97D6 background.