COLOR #BE97BA

HEX: #BE97BA
RGB: (190,151,186)

Color info

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

RGB color model

#BE97BA color RGB value is (190,151,186).

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

RGB channels and saturation

R 190 of 255 = 75%
G 151 of 255 = 59%
B 186 of 255 = 73%

190
151
186

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

Portions of RGB colors in percentages

R + G + B =
190 + 151 + 186 = 527 (100%)
R 190 of 527 ~ 36.05%
G 151 of 527 ~ 28.65%
B 186 of 527 ~ 35.29%

%36.05
%28.65
%35.29

CMYK color model

#BE97BA color CMYK value is (0,21,2,25).

  • cyan value is 0.00%
  • magenta value is 20.53%
  • yellow value is 2.11%
  • key color value is 25.49%
CMYK:
(0,21,2,25)
C0M21Y2K25 
(0%,21%,2%,25%)
(0.00/0.21/0.02/0.25)	

CMYK percentages

%0
%20.53
%2.11
%25.49

Codes

Color #BE97BA in popluar color models

BE97BA
RGB190151186
HSL306°23.08%66.86%
HSB/HSV306°20.53%74.51%
CMYK0.00%20.53%2.11%
25.49%

Color #BE97BA in popluar number systems.

HEXBE97BA
Decimal190151186
Binary101111101001011110111010
Octal276227272

Shades and tints

Shades of #BE97BA

#BE97BA
(190,151,186)
#AD8AAA
(173,138,170)
#9C7D9A
(156,125,154)
#8B708A
(139,112,138)
#7A637A
(122,99,122)
#69566A
(105,86,106)
#58495A
(88,73,90)
#473C4A
(71,60,74)
#362F3A
(54,47,58)
#25222A
(37,34,42)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #BE97BA

#BE97BA
(190,151,186)
#C3A0C0
(195,160,192)
#C8A9C6
(200,169,198)
#CDB2CC
(205,178,204)
#D2BBD2
(210,187,210)
#D7C4D8
(215,196,216)
#DCCDDE
(220,205,222)
#E1D6E4
(225,214,228)
#E6DFEA
(230,223,234)
#EBE8F0
(235,232,240)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE97BA; }

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

This text font color is #BE97BA.


Background Color

.myBgColor { background-color: #BE97BA; }

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

This div background color is #BE97BA.


Border color

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

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

This div border color is #BE97BA.


Opacity

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

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

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

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

This text has shadow with #BE97BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE97BA on black background.


Color preview on white background

This text has color #BE97BA on white background.



Black color preview on #BE97BA background

This text has black color on #BE97BA background.


White color preview on #BE97BA background

This text has white color on #BE97BA background.