COLOR #BE869F

HEX: #BE869F
RGB: (190,134,159)

Color info

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

RGB color model

#BE869F color RGB value is (190,134,159).

  • red value is 190;
  • green value is 134;
  • blue value is 159.
RGB:
(190,134,159)
(75%,53%,62%)

RGB channels and saturation

R 190 of 255 = 75%
G 134 of 255 = 53%
B 159 of 255 = 62%

190
134
159

R + G + B ~ 63%. #BE869F is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 134 + 159 = 483 (100%)
R 190 of 483 ~ 39.34%
G 134 of 483 ~ 27.74%
B 159 of 483 ~ 32.92%

%39.34
%27.74
%32.92

CMYK color model

#BE869F color CMYK value is (0,29,16,25).

  • cyan value is 0.00%
  • magenta value is 29.47%
  • yellow value is 16.32%
  • key color value is 25.49%
CMYK:
(0,29,16,25)
C0M29Y16K25 
(0%,29%,16%,25%)
(0.00/0.29/0.16/0.25)	

CMYK percentages

%0
%29.47
%16.32
%25.49

Codes

Color #BE869F in popluar color models

BE869F
RGB190134159
HSL333°30.11%63.53%
HSB/HSV333°29.47%74.51%
CMYK0.00%29.47%16.32%
25.49%

Color #BE869F in popluar number systems.

HEXBE869F
Decimal190134159
Binary101111101000011010011111
Octal276206237

Shades and tints

Shades of #BE869F

#BE869F
(190,134,159)
#AD7A91
(173,122,145)
#9C6E83
(156,110,131)
#8B6275
(139,98,117)
#7A5667
(122,86,103)
#694A59
(105,74,89)
#583E4B
(88,62,75)
#47323D
(71,50,61)
#36262F
(54,38,47)
#251A21
(37,26,33)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #BE869F

#BE869F
(190,134,159)
#C391A7
(195,145,167)
#C89CAF
(200,156,175)
#CDA7B7
(205,167,183)
#D2B2BF
(210,178,191)
#D7BDC7
(215,189,199)
#DCC8CF
(220,200,207)
#E1D3D7
(225,211,215)
#E6DEDF
(230,222,223)
#EBE9E7
(235,233,231)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE869F color. Also use rgb(190,134,159) instead hex code.

Text Font Color

.myTextColor { color: #BE869F; }

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

This text font color is #BE869F.


Background Color

.myBgColor { background-color: #BE869F; }

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

This div background color is #BE869F.


Border color

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

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

This div border color is #BE869F.


Opacity

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

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

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

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

This text has shadow with #BE869F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE869F on black background.


Color preview on white background

This text has color #BE869F on white background.



Black color preview on #BE869F background

This text has black color on #BE869F background.


White color preview on #BE869F background

This text has white color on #BE869F background.