COLOR #BE7FAD

HEX: #BE7FAD
RGB: (190,127,173)

Color info

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

RGB color model

#BE7FAD color RGB value is (190,127,173).

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

RGB channels and saturation

R 190 of 255 = 75%
G 127 of 255 = 50%
B 173 of 255 = 68%

190
127
173

R + G + B ~ 64%. #BE7FAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 127 + 173 = 490 (100%)
R 190 of 490 ~ 38.78%
G 127 of 490 ~ 25.92%
B 173 of 490 ~ 35.31%

%38.78
%25.92
%35.31

CMYK color model

#BE7FAD color CMYK value is (0,33,9,25).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 8.95%
  • key color value is 25.49%
CMYK:
(0,33,9,25)
C0M33Y9K25 
(0%,33%,9%,25%)
(0.00/0.33/0.09/0.25)	

CMYK percentages

%0
%33.16
%8.95
%25.49

Codes

Color #BE7FAD in popluar color models

BE7FAD
RGB190127173
HSL316°32.64%62.16%
HSB/HSV316°33.16%74.51%
CMYK0.00%33.16%8.95%
25.49%

Color #BE7FAD in popluar number systems.

HEXBE7FAD
Decimal190127173
Binary10111110111111110101101
Octal276177255

Shades and tints

Shades of #BE7FAD

#BE7FAD
(190,127,173)
#AD749E
(173,116,158)
#9C698F
(156,105,143)
#8B5E80
(139,94,128)
#7A5371
(122,83,113)
#694862
(105,72,98)
#583D53
(88,61,83)
#473244
(71,50,68)
#362735
(54,39,53)
#251C26
(37,28,38)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #BE7FAD

#BE7FAD
(190,127,173)
#C38AB4
(195,138,180)
#C895BB
(200,149,187)
#CDA0C2
(205,160,194)
#D2ABC9
(210,171,201)
#D7B6D0
(215,182,208)
#DCC1D7
(220,193,215)
#E1CCDE
(225,204,222)
#E6D7E5
(230,215,229)
#EBE2EC
(235,226,236)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE7FAD; }

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

This text font color is #BE7FAD.


Background Color

.myBgColor { background-color: #BE7FAD; }

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

This div background color is #BE7FAD.


Border color

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

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

This div border color is #BE7FAD.


Opacity

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

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

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

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

This text has shadow with #BE7FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE7FAD on black background.


Color preview on white background

This text has color #BE7FAD on white background.



Black color preview on #BE7FAD background

This text has black color on #BE7FAD background.


White color preview on #BE7FAD background

This text has white color on #BE7FAD background.