COLOR #BE93A5

HEX: #BE93A5
RGB: (190,147,165)

Color info

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

RGB color model

#BE93A5 color RGB value is (190,147,165).

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

RGB channels and saturation

R 190 of 255 = 75%
G 147 of 255 = 58%
B 165 of 255 = 65%

190
147
165

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

Portions of RGB colors in percentages

R + G + B =
190 + 147 + 165 = 502 (100%)
R 190 of 502 ~ 37.85%
G 147 of 502 ~ 29.28%
B 165 of 502 ~ 32.87%

%37.85
%29.28
%32.87

CMYK color model

#BE93A5 color CMYK value is (0,23,13,25).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 13.16%
  • key color value is 25.49%
CMYK:
(0,23,13,25)
C0M23Y13K25 
(0%,23%,13%,25%)
(0.00/0.23/0.13/0.25)	

CMYK percentages

%0
%22.63
%13.16
%25.49

Codes

Color #BE93A5 in popluar color models

BE93A5
RGB190147165
HSL335°24.86%66.08%
HSB/HSV335°22.63%74.51%
CMYK0.00%22.63%13.16%
25.49%

Color #BE93A5 in popluar number systems.

HEXBE93A5
Decimal190147165
Binary101111101001001110100101
Octal276223245

Shades and tints

Shades of #BE93A5

#BE93A5
(190,147,165)
#AD8696
(173,134,150)
#9C7987
(156,121,135)
#8B6C78
(139,108,120)
#7A5F69
(122,95,105)
#69525A
(105,82,90)
#58454B
(88,69,75)
#47383C
(71,56,60)
#362B2D
(54,43,45)
#251E1E
(37,30,30)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #BE93A5

#BE93A5
(190,147,165)
#C39CAD
(195,156,173)
#C8A5B5
(200,165,181)
#CDAEBD
(205,174,189)
#D2B7C5
(210,183,197)
#D7C0CD
(215,192,205)
#DCC9D5
(220,201,213)
#E1D2DD
(225,210,221)
#E6DBE5
(230,219,229)
#EBE4ED
(235,228,237)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE93A5; }

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

This text font color is #BE93A5.


Background Color

.myBgColor { background-color: #BE93A5; }

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

This div background color is #BE93A5.


Border color

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

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

This div border color is #BE93A5.


Opacity

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

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

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

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

This text has shadow with #BE93A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE93A5 on black background.


Color preview on white background

This text has color #BE93A5 on white background.



Black color preview on #BE93A5 background

This text has black color on #BE93A5 background.


White color preview on #BE93A5 background

This text has white color on #BE93A5 background.