COLOR #BE97B2

HEX: #BE97B2
RGB: (190,151,178)

Color info

#BE97B2 contains red, green and blue colors in about the same proportion. Web safe color of #BE97B2 is #CC9999 (or #C99).

RGB color model

#BE97B2 color RGB value is (190,151,178).

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

RGB channels and saturation

R 190 of 255 = 75%
G 151 of 255 = 59%
B 178 of 255 = 70%

190
151
178

R + G + B ~ 68%. #BE97B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 151 + 178 = 519 (100%)
R 190 of 519 ~ 36.61%
G 151 of 519 ~ 29.09%
B 178 of 519 ~ 34.3%

%36.61
%29.09
%34.3

CMYK color model

#BE97B2 color CMYK value is (0,21,6,25).

  • cyan value is 0.00%
  • magenta value is 20.53%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK:
(0,21,6,25)
C0M21Y6K25 
(0%,21%,6%,25%)
(0.00/0.21/0.06/0.25)	

CMYK percentages

%0
%20.53
%6.32
%25.49

Codes

Color #BE97B2 in popluar color models

BE97B2
RGB190151178
HSL318°23.08%66.86%
HSB/HSV318°20.53%74.51%
CMYK0.00%20.53%6.32%
25.49%

Color #BE97B2 in popluar number systems.

HEXBE97B2
Decimal190151178
Binary101111101001011110110010
Octal276227262

Shades and tints

Shades of #BE97B2

#BE97B2
(190,151,178)
#AD8AA2
(173,138,162)
#9C7D92
(156,125,146)
#8B7082
(139,112,130)
#7A6372
(122,99,114)
#695662
(105,86,98)
#584952
(88,73,82)
#473C42
(71,60,66)
#362F32
(54,47,50)
#252222
(37,34,34)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #BE97B2

#BE97B2
(190,151,178)
#C3A0B9
(195,160,185)
#C8A9C0
(200,169,192)
#CDB2C7
(205,178,199)
#D2BBCE
(210,187,206)
#D7C4D5
(215,196,213)
#DCCDDC
(220,205,220)
#E1D6E3
(225,214,227)
#E6DFEA
(230,223,234)
#EBE8F1
(235,232,241)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE97B2; }

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

This text font color is #BE97B2.


Background Color

.myBgColor { background-color: #BE97B2; }

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

This div background color is #BE97B2.


Border color

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

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

This div border color is #BE97B2.


Opacity

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

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

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

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

This text has shadow with #BE97B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE97B2 on black background.


Color preview on white background

This text has color #BE97B2 on white background.



Black color preview on #BE97B2 background

This text has black color on #BE97B2 background.


White color preview on #BE97B2 background

This text has white color on #BE97B2 background.