COLOR #BE7D8F

HEX: #BE7D8F RGB: (190,125,143)

Color info

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

RGB color model

#BE7D8F color RGB value is (190,125,143).

RGB: (190,125,143) (75%, 49%, 56%)

RGB channels and saturation

R 190 of 255 = 75%
G 125 of 255 = 49%
B 143 of 255 = 56%

190
125
143

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

Portions of RGB colors in percentages

R + G + B = 190 + 125 + 143 = 458 (100%)
R 190 of 458 ~ 41.48%
G 125 of 458 ~ 27.29%
B 143 of 458 ~ 31.22'%

%41.48
%27.29
%31.22

CMYK color model

#BE7D8F color CMYK value is (0,34,25,25).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 24.74%
  • key color value is 25.49%

CMYK: (0,34,25,25)
C0M34Y25K25 (0%, 34%, 25%, 25%)
(0.00 / 0.34 / 0.25 / 0.25)

CMYK percentages

%0
%34.21
%24.74
%25.49

Codes

Color #BE7D8F in popluar color models

BE 7D 8F
RGB 190 125 143
HSL 343° 33.33% 61.76%
HSB/HSV 343° 34.21% 74.51%
CMYK 0.00% 34.21% 24.74%
25.49%

Color #BE7D8F in popluar number systems.

HEX BE 7D 8F
Decimal 190 125 143
Binary 10111110 1111101 10001111
Octal 276 175 217

Shades and tints

Shades of #BE7D8F

#BE7D8F
(190,125,143)
#AD7282
(173,114,130)
#9C6775
(156,103,117)
#8B5C68
(139,92,104)
#7A515B
(122,81,91)
#69464E
(105,70,78)
#583B41
(88,59,65)
#473034
(71,48,52)
#362527
(54,37,39)
#251A1A
(37,26,26)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #BE7D8F

#BE7D8F
(190,125,143)
#C38899
(195,136,153)
#C893A3
(200,147,163)
#CD9EAD
(205,158,173)
#D2A9B7
(210,169,183)
#D7B4C1
(215,180,193)
#DCBFCB
(220,191,203)
#E1CAD5
(225,202,213)
#E6D5DF
(230,213,223)
#EBE0E9
(235,224,233)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7D8F color. Also use rgb(190,125,143) instead hex code.

Text Font Color

.myTextColor { color: #BE7D8F; }

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

This text font color is #BE7D8F.

Background Color

.myBgColor { background-color: #BE7D8F; }

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

This div background color is #BE7D8F.

Border color

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

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

This div border color is #BE7D8F.

Opacity

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

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

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

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

This text has shadow with #BE7D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7D8F.

Preview

Color preview on black background

This text has color #BE7D8F on black background.


Color preview on white background

This text has color #BE7D8F on white background.


Black color preview on #BE7D8F background

This text has black color on #BE7D8F background.


White color preview on #BE7D8F background

This text has white color on #BE7D8F background.


Related colors

Complementary color

Complementary color for #hex is #418270.


I love getcolorcode.com

Triadic colors

1 #8FBE7D and #7D8FBE with #BE7D8F are triadic colors.

2 #8F7DBE and #7DBE8F with #BE7D8F are triadic colors.