COLOR #BE678C

HEX: #BE678C RGB: (190,103,140)

Color info

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

RGB color model

#BE678C color RGB value is (190,103,140).

RGB: (190,103,140) (75%, 40%, 55%)

RGB channels and saturation

R 190 of 255 = 75%
G 103 of 255 = 40%
B 140 of 255 = 55%

190
103
140

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

Portions of RGB colors in percentages

R + G + B = 190 + 103 + 140 = 433 (100%)
R 190 of 433 ~ 43.88%
G 103 of 433 ~ 23.79%
B 140 of 433 ~ 32.33'%

%43.88
%23.79
%32.33

CMYK color model

#BE678C color CMYK value is (0,46,26,25).

  • cyan value is 0.00%
  • magenta value is 45.79%
  • yellow value is 26.32%
  • key color value is 25.49%

CMYK: (0,46,26,25)
C0M46Y26K25 (0%, 46%, 26%, 25%)
(0.00 / 0.46 / 0.26 / 0.25)

CMYK percentages

%0
%45.79
%26.32
%25.49

Codes

Color #BE678C in popluar color models

BE 67 8C
RGB 190 103 140
HSL 334° 40.09% 57.45%
HSB/HSV 334° 45.79% 74.51%
CMYK 0.00% 45.79% 26.32%
25.49%

Color #BE678C in popluar number systems.

HEX BE 67 8C
Decimal 190 103 140
Binary 10111110 1100111 10001100
Octal 276 147 214

Shades and tints

Shades of #BE678C

#BE678C
(190,103,140)
#AD5E80
(173,94,128)
#9C5574
(156,85,116)
#8B4C68
(139,76,104)
#7A435C
(122,67,92)
#693A50
(105,58,80)
#583144
(88,49,68)
#472838
(71,40,56)
#361F2C
(54,31,44)
#251620
(37,22,32)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #BE678C

#BE678C
(190,103,140)
#C37496
(195,116,150)
#C881A0
(200,129,160)
#CD8EAA
(205,142,170)
#D29BB4
(210,155,180)
#D7A8BE
(215,168,190)
#DCB5C8
(220,181,200)
#E1C2D2
(225,194,210)
#E6CFDC
(230,207,220)
#EBDCE6
(235,220,230)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE678C color. Also use rgb(190,103,140) instead hex code.

Text Font Color

.myTextColor { color: #BE678C; }

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

This text font color is #BE678C.

Background Color

.myBgColor { background-color: #BE678C; }

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

This div background color is #BE678C.

Border color

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

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

This div border color is #BE678C.

Opacity

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

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

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

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

This text has shadow with #BE678C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE678C.

Preview

Color preview on black background

This text has color #BE678C on black background.


Color preview on white background

This text has color #BE678C on white background.


Black color preview on #BE678C background

This text has black color on #BE678C background.


White color preview on #BE678C background

This text has white color on #BE678C background.


Related colors

Complementary color

Complementary color for #hex is #419873.


I love getcolorcode.com

Triadic colors

1 #8CBE67 and #678CBE with #BE678C are triadic colors.

2 #8C67BE and #67BE8C with #BE678C are triadic colors.