COLOR #BE7EA1

HEX: #BE7EA1 RGB: (190,126,161)

Color info

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

RGB color model

#BE7EA1 color RGB value is (190,126,161).

RGB: (190,126,161) (75%, 49%, 63%)

RGB channels and saturation

R 190 of 255 = 75%
G 126 of 255 = 49%
B 161 of 255 = 63%

190
126
161

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

Portions of RGB colors in percentages

R + G + B = 190 + 126 + 161 = 477 (100%)
R 190 of 477 ~ 39.83%
G 126 of 477 ~ 26.42%
B 161 of 477 ~ 33.75'%

%39.83
%26.42
%33.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.68%
  • yellow value is 15.26%
  • key color value is 25.49%

CMYK: (0,34,15,25)
C0M34Y15K25 (0%, 34%, 15%, 25%)
(0.00 / 0.34 / 0.15 / 0.25)

CMYK percentages

%0
%33.68
%15.26
%25.49

Codes

Color #BE7EA1 in popluar color models

BE 7E A1
RGB 190 126 161
HSL 327° 32.99% 61.96%
HSB/HSV 327° 33.68% 74.51%
CMYK 0.00% 33.68% 15.26%
25.49%

Color #BE7EA1 in popluar number systems.

HEX BE 7E A1
Decimal 190 126 161
Binary 10111110 1111110 10100001
Octal 276 176 241

Shades and tints

Shades of #BE7EA1

#BE7EA1
(190,126,161)
#AD7393
(173,115,147)
#9C6885
(156,104,133)
#8B5D77
(139,93,119)
#7A5269
(122,82,105)
#69475B
(105,71,91)
#583C4D
(88,60,77)
#47313F
(71,49,63)
#362631
(54,38,49)
#251B23
(37,27,35)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #BE7EA1

#BE7EA1
(190,126,161)
#C389A9
(195,137,169)
#C894B1
(200,148,177)
#CD9FB9
(205,159,185)
#D2AAC1
(210,170,193)
#D7B5C9
(215,181,201)
#DCC0D1
(220,192,209)
#E1CBD9
(225,203,217)
#E6D6E1
(230,214,225)
#EBE1E9
(235,225,233)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE7EA1 color. Also use rgb(190,126,161) instead hex code.

Text Font Color

.myTextColor { color: #BE7EA1; }

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

This text font color is #BE7EA1.

Background Color

.myBgColor { background-color: #BE7EA1; }

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

This div background color is #BE7EA1.

Border color

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

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

This div border color is #BE7EA1.

Opacity

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

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

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

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

This text has shadow with #BE7EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE7EA1.

Preview

Color preview on black background

This text has color #BE7EA1 on black background.


Color preview on white background

This text has color #BE7EA1 on white background.


Black color preview on #BE7EA1 background

This text has black color on #BE7EA1 background.


White color preview on #BE7EA1 background

This text has white color on #BE7EA1 background.


Related colors

Complementary color

Complementary color for #hex is #41815E.


I love getcolorcode.com

Triadic colors

1 #A1BE7E and #7EA1BE with #BE7EA1 are triadic colors.

2 #A17EBE and #7EBEA1 with #BE7EA1 are triadic colors.