COLOR #BE7F9F

HEX: #BE7F9F RGB: (190,127,159)

Color info

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

RGB color model

#BE7F9F color RGB value is (190,127,159).

RGB: (190,127,159) (75%, 50%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 127 of 255 = 50%
B 159 of 255 = 62%

190
127
159

R + G + B ~ 62%. #BE7F9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 127 + 159 = 476 (100%)
R 190 of 476 ~ 39.92%
G 127 of 476 ~ 26.68%
B 159 of 476 ~ 33.4'%

%39.92
%26.68
%33.4

CMYK color model

#BE7F9F color CMYK value is (0,33,16,25).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 16.32%
  • key color value is 25.49%

CMYK: (0,33,16,25)
C0M33Y16K25 (0%, 33%, 16%, 25%)
(0.00 / 0.33 / 0.16 / 0.25)

CMYK percentages

%0
%33.16
%16.32
%25.49

Codes

Color #BE7F9F in popluar color models

BE 7F 9F
RGB 190 127 159
HSL 330° 32.64% 62.16%
HSB/HSV 330° 33.16% 74.51%
CMYK 0.00% 33.16% 16.32%
25.49%

Color #BE7F9F in popluar number systems.

HEX BE 7F 9F
Decimal 190 127 159
Binary 10111110 1111111 10011111
Octal 276 177 237

Shades and tints

Shades of #BE7F9F

#BE7F9F
(190,127,159)
#AD7491
(173,116,145)
#9C6983
(156,105,131)
#8B5E75
(139,94,117)
#7A5367
(122,83,103)
#694859
(105,72,89)
#583D4B
(88,61,75)
#47323D
(71,50,61)
#36272F
(54,39,47)
#251C21
(37,28,33)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #BE7F9F

#BE7F9F
(190,127,159)
#C38AA7
(195,138,167)
#C895AF
(200,149,175)
#CDA0B7
(205,160,183)
#D2ABBF
(210,171,191)
#D7B6C7
(215,182,199)
#DCC1CF
(220,193,207)
#E1CCD7
(225,204,215)
#E6D7DF
(230,215,223)
#EBE2E7
(235,226,231)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7F9F; }

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

This text font color is #BE7F9F.

Background Color

.myBgColor { background-color: #BE7F9F; }

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

This div background color is #BE7F9F.

Border color

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

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

This div border color is #BE7F9F.

Opacity

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

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

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

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

This text has shadow with #BE7F9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7F9F.

Preview

Color preview on black background

This text has color #BE7F9F on black background.


Color preview on white background

This text has color #BE7F9F on white background.


Black color preview on #BE7F9F background

This text has black color on #BE7F9F background.


White color preview on #BE7F9F background

This text has white color on #BE7F9F background.


Related colors

Complementary color

Complementary color for #hex is #418060.


I love getcolorcode.com

Triadic colors

1 #9FBE7F and #7F9FBE with #BE7F9F are triadic colors.

2 #9F7FBE and #7FBE9F with #BE7F9F are triadic colors.