COLOR #BE8EB1

HEX: #BE8EB1
RGB: (190,142,177)

Color info

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

RGB color model

#BE8EB1 color RGB value is (190,142,177).

  • red value is 190;
  • green value is 142;
  • blue value is 177.
RGB:
(190,142,177)
(75%,56%,69%)

RGB channels and saturation

R 190 of 255 = 75%
G 142 of 255 = 56%
B 177 of 255 = 69%

190
142
177

R + G + B ~ 67%. #BE8EB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 142 + 177 = 509 (100%)
R 190 of 509 ~ 37.33%
G 142 of 509 ~ 27.9%
B 177 of 509 ~ 34.77%

%37.33
%27.9
%34.77

CMYK color model

#BE8EB1 color CMYK value is (0,25,7,25).

  • cyan value is 0.00%
  • magenta value is 25.26%
  • yellow value is 6.84%
  • key color value is 25.49%
CMYK:
(0,25,7,25)
C0M25Y7K25 
(0%,25%,7%,25%)
(0.00/0.25/0.07/0.25)	

CMYK percentages

%0
%25.26
%6.84
%25.49

Codes

Color #BE8EB1 in popluar color models

BE8EB1
RGB190142177
HSL316°26.97%65.10%
HSB/HSV316°25.26%74.51%
CMYK0.00%25.26%6.84%
25.49%

Color #BE8EB1 in popluar number systems.

HEXBE8EB1
Decimal190142177
Binary101111101000111010110001
Octal276216261

Shades and tints

Shades of #BE8EB1

#BE8EB1
(190,142,177)
#AD82A1
(173,130,161)
#9C7691
(156,118,145)
#8B6A81
(139,106,129)
#7A5E71
(122,94,113)
#695261
(105,82,97)
#584651
(88,70,81)
#473A41
(71,58,65)
#362E31
(54,46,49)
#252221
(37,34,33)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #BE8EB1

#BE8EB1
(190,142,177)
#C398B8
(195,152,184)
#C8A2BF
(200,162,191)
#CDACC6
(205,172,198)
#D2B6CD
(210,182,205)
#D7C0D4
(215,192,212)
#DCCADB
(220,202,219)
#E1D4E2
(225,212,226)
#E6DEE9
(230,222,233)
#EBE8F0
(235,232,240)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8EB1 color. Also use rgb(190,142,177) instead hex code.

Text Font Color

.myTextColor { color: #BE8EB1; }

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

This text font color is #BE8EB1.


Background Color

.myBgColor { background-color: #BE8EB1; }

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

This div background color is #BE8EB1.


Border color

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

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

This div border color is #BE8EB1.


Opacity

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

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

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

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

This text has shadow with #BE8EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8EB1 on black background.


Color preview on white background

This text has color #BE8EB1 on white background.



Black color preview on #BE8EB1 background

This text has black color on #BE8EB1 background.


White color preview on #BE8EB1 background

This text has white color on #BE8EB1 background.