COLOR #BE8097

HEX: #BE8097
RGB: (190,128,151)

Color info

#BE8097 contains mainly red and blue colors. Web safe color of #BE8097 is #CC6699 (or #C69).

RGB color model

#BE8097 color RGB value is (190,128,151).

  • red value is 190;
  • green value is 128;
  • blue value is 151.
RGB:
(190,128,151)
(75%,50%,59%)

RGB channels and saturation

R 190 of 255 = 75%
G 128 of 255 = 50%
B 151 of 255 = 59%

190
128
151

R + G + B ~ 61%. #BE8097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 128 + 151 = 469 (100%)
R 190 of 469 ~ 40.51%
G 128 of 469 ~ 27.29%
B 151 of 469 ~ 32.2%

%40.51
%27.29
%32.2

CMYK color model

#BE8097 color CMYK value is (0,33,21,25).

  • cyan value is 0.00%
  • magenta value is 32.63%
  • yellow value is 20.53%
  • key color value is 25.49%
CMYK:
(0,33,21,25)
C0M33Y21K25 
(0%,33%,21%,25%)
(0.00/0.33/0.21/0.25)	

CMYK percentages

%0
%32.63
%20.53
%25.49

Codes

Color #BE8097 in popluar color models

BE8097
RGB190128151
HSL338°32.29%62.35%
HSB/HSV338°32.63%74.51%
CMYK0.00%32.63%20.53%
25.49%

Color #BE8097 in popluar number systems.

HEXBE8097
Decimal190128151
Binary101111101000000010010111
Octal276200227

Shades and tints

Shades of #BE8097

#BE8097
(190,128,151)
#AD758A
(173,117,138)
#9C6A7D
(156,106,125)
#8B5F70
(139,95,112)
#7A5463
(122,84,99)
#694956
(105,73,86)
#583E49
(88,62,73)
#47333C
(71,51,60)
#36282F
(54,40,47)
#251D22
(37,29,34)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #BE8097

#BE8097
(190,128,151)
#C38BA0
(195,139,160)
#C896A9
(200,150,169)
#CDA1B2
(205,161,178)
#D2ACBB
(210,172,187)
#D7B7C4
(215,183,196)
#DCC2CD
(220,194,205)
#E1CDD6
(225,205,214)
#E6D8DF
(230,216,223)
#EBE3E8
(235,227,232)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8097 color. Also use rgb(190,128,151) instead hex code.

Text Font Color

.myTextColor { color: #BE8097; }

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

This text font color is #BE8097.


Background Color

.myBgColor { background-color: #BE8097; }

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

This div background color is #BE8097.


Border color

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

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

This div border color is #BE8097.


Opacity

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

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

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

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

This text has shadow with #BE8097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8097 on black background.


Color preview on white background

This text has color #BE8097 on white background.



Black color preview on #BE8097 background

This text has black color on #BE8097 background.


White color preview on #BE8097 background

This text has white color on #BE8097 background.