COLOR #BE468E

HEX: #BE468E
RGB: (190,70,142)

Color info

#BE468E contains mainly red and blue colors. Web safe color of #BE468E is #CC3399 (or #C39).

RGB color model

#BE468E color RGB value is (190,70,142).

  • red value is 190;
  • green value is 70;
  • blue value is 142.
RGB:
(190,70,142)
(75%,27%,56%)

RGB channels and saturation

R 190 of 255 = 75%
G 70 of 255 = 27%
B 142 of 255 = 56%

190
70
142

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

Portions of RGB colors in percentages

R + G + B =
190 + 70 + 142 = 402 (100%)
R 190 of 402 ~ 47.26%
G 70 of 402 ~ 17.41%
B 142 of 402 ~ 35.32%

%47.26
%17.41
%35.32

CMYK color model

#BE468E color CMYK value is (0,63,25,25).

  • cyan value is 0.00%
  • magenta value is 63.16%
  • yellow value is 25.26%
  • key color value is 25.49%
CMYK:
(0,63,25,25)
C0M63Y25K25 
(0%,63%,25%,25%)
(0.00/0.63/0.25/0.25)	

CMYK percentages

%0
%63.16
%25.26
%25.49

Codes

Color #BE468E in popluar color models

BE468E
RGB19070142
HSL324°48.00%50.98%
HSB/HSV324°63.16%74.51%
CMYK0.00%63.16%25.26%
25.49%

Color #BE468E in popluar number systems.

HEXBE468E
Decimal19070142
Binary10111110100011010001110
Octal276106216

Shades and tints

Shades of #BE468E

#BE468E
(190,70,142)
#AD4082
(173,64,130)
#9C3A76
(156,58,118)
#8B346A
(139,52,106)
#7A2E5E
(122,46,94)
#692852
(105,40,82)
#582246
(88,34,70)
#471C3A
(71,28,58)
#36162E
(54,22,46)
#251022
(37,16,34)
#140A16
(20,10,22)
#000000
(0,0,0)

Tints of #BE468E

#BE468E
(190,70,142)
#C35698
(195,86,152)
#C866A2
(200,102,162)
#CD76AC
(205,118,172)
#D286B6
(210,134,182)
#D796C0
(215,150,192)
#DCA6CA
(220,166,202)
#E1B6D4
(225,182,212)
#E6C6DE
(230,198,222)
#EBD6E8
(235,214,232)
#F0E6F2
(240,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE468E color. Also use rgb(190,70,142) instead hex code.

Text Font Color

.myTextColor { color: #BE468E; }

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

This text font color is #BE468E.


Background Color

.myBgColor { background-color: #BE468E; }

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

This div background color is #BE468E.


Border color

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

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

This div border color is #BE468E.


Opacity

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

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

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

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

This text has shadow with #BE468E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE468E on black background.


Color preview on white background

This text has color #BE468E on white background.



Black color preview on #BE468E background

This text has black color on #BE468E background.


White color preview on #BE468E background

This text has white color on #BE468E background.