COLOR #BE6DA8

HEX: #BE6DA8
RGB: (190,109,168)

Color info

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

RGB color model

#BE6DA8 color RGB value is (190,109,168).

  • red value is 190;
  • green value is 109;
  • blue value is 168.
RGB:
(190,109,168)
(75%,43%,66%)

RGB channels and saturation

R 190 of 255 = 75%
G 109 of 255 = 43%
B 168 of 255 = 66%

190
109
168

R + G + B ~ 61%. #BE6DA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 109 + 168 = 467 (100%)
R 190 of 467 ~ 40.69%
G 109 of 467 ~ 23.34%
B 168 of 467 ~ 35.97%

%40.69
%23.34
%35.97

CMYK color model

#BE6DA8 color CMYK value is (0,43,12,25).

  • cyan value is 0.00%
  • magenta value is 42.63%
  • yellow value is 11.58%
  • key color value is 25.49%
CMYK:
(0,43,12,25)
C0M43Y12K25 
(0%,43%,12%,25%)
(0.00/0.43/0.12/0.25)	

CMYK percentages

%0
%42.63
%11.58
%25.49

Codes

Color #BE6DA8 in popluar color models

BE6DA8
RGB190109168
HSL316°38.39%58.63%
HSB/HSV316°42.63%74.51%
CMYK0.00%42.63%11.58%
25.49%

Color #BE6DA8 in popluar number systems.

HEXBE6DA8
Decimal190109168
Binary10111110110110110101000
Octal276155250

Shades and tints

Shades of #BE6DA8

#BE6DA8
(190,109,168)
#AD6499
(173,100,153)
#9C5B8A
(156,91,138)
#8B527B
(139,82,123)
#7A496C
(122,73,108)
#69405D
(105,64,93)
#58374E
(88,55,78)
#472E3F
(71,46,63)
#362530
(54,37,48)
#251C21
(37,28,33)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #BE6DA8

#BE6DA8
(190,109,168)
#C37AAF
(195,122,175)
#C887B6
(200,135,182)
#CD94BD
(205,148,189)
#D2A1C4
(210,161,196)
#D7AECB
(215,174,203)
#DCBBD2
(220,187,210)
#E1C8D9
(225,200,217)
#E6D5E0
(230,213,224)
#EBE2E7
(235,226,231)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE6DA8 color. Also use rgb(190,109,168) instead hex code.

Text Font Color

.myTextColor { color: #BE6DA8; }

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

This text font color is #BE6DA8.


Background Color

.myBgColor { background-color: #BE6DA8; }

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

This div background color is #BE6DA8.


Border color

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

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

This div border color is #BE6DA8.


Opacity

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

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

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

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

This text has shadow with #BE6DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6DA8 on black background.


Color preview on white background

This text has color #BE6DA8 on white background.



Black color preview on #BE6DA8 background

This text has black color on #BE6DA8 background.


White color preview on #BE6DA8 background

This text has white color on #BE6DA8 background.