COLOR #BE8FA7

HEX: #BE8FA7
RGB: (190,143,167)

Color info

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

RGB color model

#BE8FA7 color RGB value is (190,143,167).

  • red value is 190;
  • green value is 143;
  • blue value is 167.
RGB:
(190,143,167)
(75%,56%,65%)

RGB channels and saturation

R 190 of 255 = 75%
G 143 of 255 = 56%
B 167 of 255 = 65%

190
143
167

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

Portions of RGB colors in percentages

R + G + B =
190 + 143 + 167 = 500 (100%)
R 190 of 500 ~ 38%
G 143 of 500 ~ 28.6%
B 167 of 500 ~ 33.4%

%38
%28.6
%33.4

CMYK color model

#BE8FA7 color CMYK value is (0,25,12,25).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 12.11%
  • key color value is 25.49%
CMYK:
(0,25,12,25)
C0M25Y12K25 
(0%,25%,12%,25%)
(0.00/0.25/0.12/0.25)	

CMYK percentages

%0
%24.74
%12.11
%25.49

Codes

Color #BE8FA7 in popluar color models

BE8FA7
RGB190143167
HSL329°26.55%65.29%
HSB/HSV329°24.74%74.51%
CMYK0.00%24.74%12.11%
25.49%

Color #BE8FA7 in popluar number systems.

HEXBE8FA7
Decimal190143167
Binary101111101000111110100111
Octal276217247

Shades and tints

Shades of #BE8FA7

#BE8FA7
(190,143,167)
#AD8298
(173,130,152)
#9C7589
(156,117,137)
#8B687A
(139,104,122)
#7A5B6B
(122,91,107)
#694E5C
(105,78,92)
#58414D
(88,65,77)
#47343E
(71,52,62)
#36272F
(54,39,47)
#251A20
(37,26,32)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #BE8FA7

#BE8FA7
(190,143,167)
#C399AF
(195,153,175)
#C8A3B7
(200,163,183)
#CDADBF
(205,173,191)
#D2B7C7
(210,183,199)
#D7C1CF
(215,193,207)
#DCCBD7
(220,203,215)
#E1D5DF
(225,213,223)
#E6DFE7
(230,223,231)
#EBE9EF
(235,233,239)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8FA7 color. Also use rgb(190,143,167) instead hex code.

Text Font Color

.myTextColor { color: #BE8FA7; }

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

This text font color is #BE8FA7.


Background Color

.myBgColor { background-color: #BE8FA7; }

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

This div background color is #BE8FA7.


Border color

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

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

This div border color is #BE8FA7.


Opacity

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

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

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

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

This text has shadow with #BE8FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8FA7 on black background.


Color preview on white background

This text has color #BE8FA7 on white background.



Black color preview on #BE8FA7 background

This text has black color on #BE8FA7 background.


White color preview on #BE8FA7 background

This text has white color on #BE8FA7 background.