COLOR #BE7F8A

HEX: #BE7F8A
RGB: (190,127,138)

Color info

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

RGB color model

#BE7F8A color RGB value is (190,127,138).

  • red value is 190;
  • green value is 127;
  • blue value is 138.
RGB:
(190,127,138)
(75%,50%,54%)

RGB channels and saturation

R 190 of 255 = 75%
G 127 of 255 = 50%
B 138 of 255 = 54%

190
127
138

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

Portions of RGB colors in percentages

R + G + B =
190 + 127 + 138 = 455 (100%)
R 190 of 455 ~ 41.76%
G 127 of 455 ~ 27.91%
B 138 of 455 ~ 30.33%

%41.76
%27.91
%30.33

CMYK color model

#BE7F8A color CMYK value is (0,33,27,25).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 27.37%
  • key color value is 25.49%
CMYK:
(0,33,27,25)
C0M33Y27K25 
(0%,33%,27%,25%)
(0.00/0.33/0.27/0.25)	

CMYK percentages

%0
%33.16
%27.37
%25.49

Codes

Color #BE7F8A in popluar color models

BE7F8A
RGB190127138
HSL350°32.64%62.16%
HSB/HSV350°33.16%74.51%
CMYK0.00%33.16%27.37%
25.49%

Color #BE7F8A in popluar number systems.

HEXBE7F8A
Decimal190127138
Binary10111110111111110001010
Octal276177212

Shades and tints

Shades of #BE7F8A

#BE7F8A
(190,127,138)
#AD747E
(173,116,126)
#9C6972
(156,105,114)
#8B5E66
(139,94,102)
#7A535A
(122,83,90)
#69484E
(105,72,78)
#583D42
(88,61,66)
#473236
(71,50,54)
#36272A
(54,39,42)
#251C1E
(37,28,30)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #BE7F8A

#BE7F8A
(190,127,138)
#C38A94
(195,138,148)
#C8959E
(200,149,158)
#CDA0A8
(205,160,168)
#D2ABB2
(210,171,178)
#D7B6BC
(215,182,188)
#DCC1C6
(220,193,198)
#E1CCD0
(225,204,208)
#E6D7DA
(230,215,218)
#EBE2E4
(235,226,228)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7F8A color. Also use rgb(190,127,138) instead hex code.

Text Font Color

.myTextColor { color: #BE7F8A; }

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

This text font color is #BE7F8A.


Background Color

.myBgColor { background-color: #BE7F8A; }

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

This div background color is #BE7F8A.


Border color

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

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

This div border color is #BE7F8A.


Opacity

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

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

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

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

This text has shadow with #BE7F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7F8A on black background.


Color preview on white background

This text has color #BE7F8A on white background.



Black color preview on #BE7F8A background

This text has black color on #BE7F8A background.


White color preview on #BE7F8A background

This text has white color on #BE7F8A background.