COLOR #BE93A0

HEX: #BE93A0
RGB: (190,147,160)

Color info

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

RGB color model

#BE93A0 color RGB value is (190,147,160).

  • red value is 190;
  • green value is 147;
  • blue value is 160.
RGB:
(190,147,160)
(75%,58%,63%)

RGB channels and saturation

R 190 of 255 = 75%
G 147 of 255 = 58%
B 160 of 255 = 63%

190
147
160

R + G + B ~ 65%. #BE93A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 147 + 160 = 497 (100%)
R 190 of 497 ~ 38.23%
G 147 of 497 ~ 29.58%
B 160 of 497 ~ 32.19%

%38.23
%29.58
%32.19

CMYK color model

#BE93A0 color CMYK value is (0,23,16,25).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 15.79%
  • key color value is 25.49%
CMYK:
(0,23,16,25)
C0M23Y16K25 
(0%,23%,16%,25%)
(0.00/0.23/0.16/0.25)	

CMYK percentages

%0
%22.63
%15.79
%25.49

Codes

Color #BE93A0 in popluar color models

BE93A0
RGB190147160
HSL342°24.86%66.08%
HSB/HSV342°22.63%74.51%
CMYK0.00%22.63%15.79%
25.49%

Color #BE93A0 in popluar number systems.

HEXBE93A0
Decimal190147160
Binary101111101001001110100000
Octal276223240

Shades and tints

Shades of #BE93A0

#BE93A0
(190,147,160)
#AD8692
(173,134,146)
#9C7984
(156,121,132)
#8B6C76
(139,108,118)
#7A5F68
(122,95,104)
#69525A
(105,82,90)
#58454C
(88,69,76)
#47383E
(71,56,62)
#362B30
(54,43,48)
#251E22
(37,30,34)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #BE93A0

#BE93A0
(190,147,160)
#C39CA8
(195,156,168)
#C8A5B0
(200,165,176)
#CDAEB8
(205,174,184)
#D2B7C0
(210,183,192)
#D7C0C8
(215,192,200)
#DCC9D0
(220,201,208)
#E1D2D8
(225,210,216)
#E6DBE0
(230,219,224)
#EBE4E8
(235,228,232)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE93A0 color. Also use rgb(190,147,160) instead hex code.

Text Font Color

.myTextColor { color: #BE93A0; }

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

This text font color is #BE93A0.


Background Color

.myBgColor { background-color: #BE93A0; }

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

This div background color is #BE93A0.


Border color

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

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

This div border color is #BE93A0.


Opacity

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

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

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

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

This text has shadow with #BE93A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE93A0 on black background.


Color preview on white background

This text has color #BE93A0 on white background.



Black color preview on #BE93A0 background

This text has black color on #BE93A0 background.


White color preview on #BE93A0 background

This text has white color on #BE93A0 background.