COLOR #BE7983

HEX: #BE7983
RGB: (190,121,131)

Color info

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

RGB color model

#BE7983 color RGB value is (190,121,131).

  • red value is 190;
  • green value is 121;
  • blue value is 131.
RGB:
(190,121,131)
(75%,47%,51%)

RGB channels and saturation

R 190 of 255 = 75%
G 121 of 255 = 47%
B 131 of 255 = 51%

190
121
131

R + G + B ~ 58%. #BE7983 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 121 + 131 = 442 (100%)
R 190 of 442 ~ 42.99%
G 121 of 442 ~ 27.38%
B 131 of 442 ~ 29.64%

%42.99
%27.38
%29.64

CMYK color model

#BE7983 color CMYK value is (0,36,31,25).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 31.05%
  • key color value is 25.49%
CMYK:
(0,36,31,25)
C0M36Y31K25 
(0%,36%,31%,25%)
(0.00/0.36/0.31/0.25)	

CMYK percentages

%0
%36.32
%31.05
%25.49

Codes

Color #BE7983 in popluar color models

BE7983
RGB190121131
HSL351°34.67%60.98%
HSB/HSV351°36.32%74.51%
CMYK0.00%36.32%31.05%
25.49%

Color #BE7983 in popluar number systems.

HEXBE7983
Decimal190121131
Binary10111110111100110000011
Octal276171203

Shades and tints

Shades of #BE7983

#BE7983
(190,121,131)
#AD6E78
(173,110,120)
#9C636D
(156,99,109)
#8B5862
(139,88,98)
#7A4D57
(122,77,87)
#69424C
(105,66,76)
#583741
(88,55,65)
#472C36
(71,44,54)
#36212B
(54,33,43)
#251620
(37,22,32)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #BE7983

#BE7983
(190,121,131)
#C3858E
(195,133,142)
#C89199
(200,145,153)
#CD9DA4
(205,157,164)
#D2A9AF
(210,169,175)
#D7B5BA
(215,181,186)
#DCC1C5
(220,193,197)
#E1CDD0
(225,205,208)
#E6D9DB
(230,217,219)
#EBE5E6
(235,229,230)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7983 color. Also use rgb(190,121,131) instead hex code.

Text Font Color

.myTextColor { color: #BE7983; }

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

This text font color is #BE7983.


Background Color

.myBgColor { background-color: #BE7983; }

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

This div background color is #BE7983.


Border color

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

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

This div border color is #BE7983.


Opacity

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

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

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

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

This text has shadow with #BE7983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7983 on black background.


Color preview on white background

This text has color #BE7983 on white background.



Black color preview on #BE7983 background

This text has black color on #BE7983 background.


White color preview on #BE7983 background

This text has white color on #BE7983 background.