COLOR #BE8FAC

HEX: #BE8FAC
RGB: (190,143,172)

Color info

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

RGB color model

#BE8FAC color RGB value is (190,143,172).

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

RGB channels and saturation

R 190 of 255 = 75%
G 143 of 255 = 56%
B 172 of 255 = 67%

190
143
172

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

Portions of RGB colors in percentages

R + G + B =
190 + 143 + 172 = 505 (100%)
R 190 of 505 ~ 37.62%
G 143 of 505 ~ 28.32%
B 172 of 505 ~ 34.06%

%37.62
%28.32
%34.06

CMYK color model

#BE8FAC color CMYK value is (0,25,9,25).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 9.47%
  • key color value is 25.49%
CMYK:
(0,25,9,25)
C0M25Y9K25 
(0%,25%,9%,25%)
(0.00/0.25/0.09/0.25)	

CMYK percentages

%0
%24.74
%9.47
%25.49

Codes

Color #BE8FAC in popluar color models

BE8FAC
RGB190143172
HSL323°26.55%65.29%
HSB/HSV323°24.74%74.51%
CMYK0.00%24.74%9.47%
25.49%

Color #BE8FAC in popluar number systems.

HEXBE8FAC
Decimal190143172
Binary101111101000111110101100
Octal276217254

Shades and tints

Shades of #BE8FAC

#BE8FAC
(190,143,172)
#AD829D
(173,130,157)
#9C758E
(156,117,142)
#8B687F
(139,104,127)
#7A5B70
(122,91,112)
#694E61
(105,78,97)
#584152
(88,65,82)
#473443
(71,52,67)
#362734
(54,39,52)
#251A25
(37,26,37)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #BE8FAC

#BE8FAC
(190,143,172)
#C399B3
(195,153,179)
#C8A3BA
(200,163,186)
#CDADC1
(205,173,193)
#D2B7C8
(210,183,200)
#D7C1CF
(215,193,207)
#DCCBD6
(220,203,214)
#E1D5DD
(225,213,221)
#E6DFE4
(230,223,228)
#EBE9EB
(235,233,235)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8FAC; }

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

This text font color is #BE8FAC.


Background Color

.myBgColor { background-color: #BE8FAC; }

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

This div background color is #BE8FAC.


Border color

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

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

This div border color is #BE8FAC.


Opacity

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

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

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

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

This text has shadow with #BE8FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8FAC on black background.


Color preview on white background

This text has color #BE8FAC on white background.



Black color preview on #BE8FAC background

This text has black color on #BE8FAC background.


White color preview on #BE8FAC background

This text has white color on #BE8FAC background.