COLOR #BE6D99

HEX: #BE6D99
RGB: (190,109,153)

Color info

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

RGB color model

#BE6D99 color RGB value is (190,109,153).

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

RGB channels and saturation

R 190 of 255 = 75%
G 109 of 255 = 43%
B 153 of 255 = 60%

190
109
153

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

Portions of RGB colors in percentages

R + G + B =
190 + 109 + 153 = 452 (100%)
R 190 of 452 ~ 42.04%
G 109 of 452 ~ 24.12%
B 153 of 452 ~ 33.85%

%42.04
%24.12
%33.85

CMYK color model

#BE6D99 color CMYK value is (0,43,19,25).

  • cyan value is 0.00%
  • magenta value is 42.63%
  • yellow value is 19.47%
  • key color value is 25.49%
CMYK:
(0,43,19,25)
C0M43Y19K25 
(0%,43%,19%,25%)
(0.00/0.43/0.19/0.25)	

CMYK percentages

%0
%42.63
%19.47
%25.49

Codes

Color #BE6D99 in popluar color models

BE6D99
RGB190109153
HSL327°38.39%58.63%
HSB/HSV327°42.63%74.51%
CMYK0.00%42.63%19.47%
25.49%

Color #BE6D99 in popluar number systems.

HEXBE6D99
Decimal190109153
Binary10111110110110110011001
Octal276155231

Shades and tints

Shades of #BE6D99

#BE6D99
(190,109,153)
#AD648C
(173,100,140)
#9C5B7F
(156,91,127)
#8B5272
(139,82,114)
#7A4965
(122,73,101)
#694058
(105,64,88)
#58374B
(88,55,75)
#472E3E
(71,46,62)
#362531
(54,37,49)
#251C24
(37,28,36)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #BE6D99

#BE6D99
(190,109,153)
#C37AA2
(195,122,162)
#C887AB
(200,135,171)
#CD94B4
(205,148,180)
#D2A1BD
(210,161,189)
#D7AEC6
(215,174,198)
#DCBBCF
(220,187,207)
#E1C8D8
(225,200,216)
#E6D5E1
(230,213,225)
#EBE2EA
(235,226,234)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE6D99; }

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

This text font color is #BE6D99.


Background Color

.myBgColor { background-color: #BE6D99; }

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

This div background color is #BE6D99.


Border color

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

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

This div border color is #BE6D99.


Opacity

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

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

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

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

This text has shadow with #BE6D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE6D99 on black background.


Color preview on white background

This text has color #BE6D99 on white background.



Black color preview on #BE6D99 background

This text has black color on #BE6D99 background.


White color preview on #BE6D99 background

This text has white color on #BE6D99 background.