COLOR #BE8EBF

HEX: #BE8EBF
RGB: (190,142,191)

Color info

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

RGB color model

#BE8EBF color RGB value is (190,142,191).

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

RGB channels and saturation

R 190 of 255 = 75%
G 142 of 255 = 56%
B 191 of 255 = 75%

190
142
191

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

Portions of RGB colors in percentages

R + G + B =
190 + 142 + 191 = 523 (100%)
R 190 of 523 ~ 36.33%
G 142 of 523 ~ 27.15%
B 191 of 523 ~ 36.52%

%36.33
%27.15
%36.52

CMYK color model

#BE8EBF color CMYK value is (1,26,0,25).

  • cyan value is 0.52%
  • magenta value is 25.65%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(1,26,0,25)
C1M26Y0K25 
(1%,26%,0%,25%)
(0.01/0.26/0.00/0.25)	

CMYK percentages

%0.52
%25.65
%0
%25.1

Codes

Color #BE8EBF in popluar color models

BE8EBF
RGB190142191
HSL299°27.68%65.29%
HSB/HSV299°25.65%74.90%
CMYK0.52%25.65%0.00%
25.10%

Color #BE8EBF in popluar number systems.

HEXBE8EBF
Decimal190142191
Binary101111101000111010111111
Octal276216277

Shades and tints

Shades of #BE8EBF

#BE8EBF
(190,142,191)
#AD82AE
(173,130,174)
#9C769D
(156,118,157)
#8B6A8C
(139,106,140)
#7A5E7B
(122,94,123)
#69526A
(105,82,106)
#584659
(88,70,89)
#473A48
(71,58,72)
#362E37
(54,46,55)
#252226
(37,34,38)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BE8EBF

#BE8EBF
(190,142,191)
#C398C4
(195,152,196)
#C8A2C9
(200,162,201)
#CDACCE
(205,172,206)
#D2B6D3
(210,182,211)
#D7C0D8
(215,192,216)
#DCCADD
(220,202,221)
#E1D4E2
(225,212,226)
#E6DEE7
(230,222,231)
#EBE8EC
(235,232,236)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8EBF; }

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

This text font color is #BE8EBF.


Background Color

.myBgColor { background-color: #BE8EBF; }

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

This div background color is #BE8EBF.


Border color

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

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

This div border color is #BE8EBF.


Opacity

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

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

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

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

This text has shadow with #BE8EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8EBF on black background.


Color preview on white background

This text has color #BE8EBF on white background.



Black color preview on #BE8EBF background

This text has black color on #BE8EBF background.


White color preview on #BE8EBF background

This text has white color on #BE8EBF background.