COLOR #BE8FA4

HEX: #BE8FA4
RGB: (190,143,164)

Color info

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

RGB color model

#BE8FA4 color RGB value is (190,143,164).

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

RGB channels and saturation

R 190 of 255 = 75%
G 143 of 255 = 56%
B 164 of 255 = 64%

190
143
164

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

Portions of RGB colors in percentages

R + G + B =
190 + 143 + 164 = 497 (100%)
R 190 of 497 ~ 38.23%
G 143 of 497 ~ 28.77%
B 164 of 497 ~ 33%

%38.23
%28.77
%33

CMYK color model

#BE8FA4 color CMYK value is (0,25,14,25).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 13.68%
  • key color value is 25.49%
CMYK:
(0,25,14,25)
C0M25Y14K25 
(0%,25%,14%,25%)
(0.00/0.25/0.14/0.25)	

CMYK percentages

%0
%24.74
%13.68
%25.49

Codes

Color #BE8FA4 in popluar color models

BE8FA4
RGB190143164
HSL333°26.55%65.29%
HSB/HSV333°24.74%74.51%
CMYK0.00%24.74%13.68%
25.49%

Color #BE8FA4 in popluar number systems.

HEXBE8FA4
Decimal190143164
Binary101111101000111110100100
Octal276217244

Shades and tints

Shades of #BE8FA4

#BE8FA4
(190,143,164)
#AD8296
(173,130,150)
#9C7588
(156,117,136)
#8B687A
(139,104,122)
#7A5B6C
(122,91,108)
#694E5E
(105,78,94)
#584150
(88,65,80)
#473442
(71,52,66)
#362734
(54,39,52)
#251A26
(37,26,38)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #BE8FA4

#BE8FA4
(190,143,164)
#C399AC
(195,153,172)
#C8A3B4
(200,163,180)
#CDADBC
(205,173,188)
#D2B7C4
(210,183,196)
#D7C1CC
(215,193,204)
#DCCBD4
(220,203,212)
#E1D5DC
(225,213,220)
#E6DFE4
(230,223,228)
#EBE9EC
(235,233,236)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8FA4; }

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

This text font color is #BE8FA4.


Background Color

.myBgColor { background-color: #BE8FA4; }

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

This div background color is #BE8FA4.


Border color

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

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

This div border color is #BE8FA4.


Opacity

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

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

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

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

This text has shadow with #BE8FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8FA4 on black background.


Color preview on white background

This text has color #BE8FA4 on white background.



Black color preview on #BE8FA4 background

This text has black color on #BE8FA4 background.


White color preview on #BE8FA4 background

This text has white color on #BE8FA4 background.