COLOR #BE7EA5

HEX: #BE7EA5
RGB: (190,126,165)

Color info

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

RGB color model

#BE7EA5 color RGB value is (190,126,165).

  • red value is 190;
  • green value is 126;
  • blue value is 165.
RGB:
(190,126,165)
(75%,49%,65%)

RGB channels and saturation

R 190 of 255 = 75%
G 126 of 255 = 49%
B 165 of 255 = 65%

190
126
165

R + G + B ~ 63%. #BE7EA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 126 + 165 = 481 (100%)
R 190 of 481 ~ 39.5%
G 126 of 481 ~ 26.2%
B 165 of 481 ~ 34.3%

%39.5
%26.2
%34.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.68%
  • yellow value is 13.16%
  • key color value is 25.49%
CMYK:
(0,34,13,25)
C0M34Y13K25 
(0%,34%,13%,25%)
(0.00/0.34/0.13/0.25)	

CMYK percentages

%0
%33.68
%13.16
%25.49

Codes

Color #BE7EA5 in popluar color models

BE7EA5
RGB190126165
HSL323°32.99%61.96%
HSB/HSV323°33.68%74.51%
CMYK0.00%33.68%13.16%
25.49%

Color #BE7EA5 in popluar number systems.

HEXBE7EA5
Decimal190126165
Binary10111110111111010100101
Octal276176245

Shades and tints

Shades of #BE7EA5

#BE7EA5
(190,126,165)
#AD7396
(173,115,150)
#9C6887
(156,104,135)
#8B5D78
(139,93,120)
#7A5269
(122,82,105)
#69475A
(105,71,90)
#583C4B
(88,60,75)
#47313C
(71,49,60)
#36262D
(54,38,45)
#251B1E
(37,27,30)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #BE7EA5

#BE7EA5
(190,126,165)
#C389AD
(195,137,173)
#C894B5
(200,148,181)
#CD9FBD
(205,159,189)
#D2AAC5
(210,170,197)
#D7B5CD
(215,181,205)
#DCC0D5
(220,192,213)
#E1CBDD
(225,203,221)
#E6D6E5
(230,214,229)
#EBE1ED
(235,225,237)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7EA5; }

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

This text font color is #BE7EA5.


Background Color

.myBgColor { background-color: #BE7EA5; }

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

This div background color is #BE7EA5.


Border color

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

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

This div border color is #BE7EA5.


Opacity

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

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

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

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

This text has shadow with #BE7EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7EA5 on black background.


Color preview on white background

This text has color #BE7EA5 on white background.



Black color preview on #BE7EA5 background

This text has black color on #BE7EA5 background.


White color preview on #BE7EA5 background

This text has white color on #BE7EA5 background.