COLOR #BE869D

HEX: #BE869D RGB: (190,134,157)

Color info

#BE869D contains red, green and blue colors in about the same proportion. Web safe color of #BE869D is #CC9999 (or #C99).

RGB color model

#BE869D color RGB value is (190,134,157).

RGB: (190,134,157) (75%, 53%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 134 of 255 = 53%
B 157 of 255 = 62%

190
134
157

R + G + B ~ 63%. #BE869D is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 134 + 157 = 481 (100%)
R 190 of 481 ~ 39.5%
G 134 of 481 ~ 27.86%
B 157 of 481 ~ 32.64'%

%39.5
%27.86
%32.64

CMYK color model

#BE869D color CMYK value is (0,29,17,25).

  • cyan value is 0.00%
  • magenta value is 29.47%
  • yellow value is 17.37%
  • key color value is 25.49%

CMYK: (0,29,17,25)
C0M29Y17K25 (0%, 29%, 17%, 25%)
(0.00 / 0.29 / 0.17 / 0.25)

CMYK percentages

%0
%29.47
%17.37
%25.49

Codes

Color #BE869D in popluar color models

BE 86 9D
RGB 190 134 157
HSL 335° 30.11% 63.53%
HSB/HSV 335° 29.47% 74.51%
CMYK 0.00% 29.47% 17.37%
25.49%

Color #BE869D in popluar number systems.

HEX BE 86 9D
Decimal 190 134 157
Binary 10111110 10000110 10011101
Octal 276 206 235

Shades and tints

Shades of #BE869D

#BE869D
(190,134,157)
#AD7A8F
(173,122,143)
#9C6E81
(156,110,129)
#8B6273
(139,98,115)
#7A5665
(122,86,101)
#694A57
(105,74,87)
#583E49
(88,62,73)
#47323B
(71,50,59)
#36262D
(54,38,45)
#251A1F
(37,26,31)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #BE869D

#BE869D
(190,134,157)
#C391A5
(195,145,165)
#C89CAD
(200,156,173)
#CDA7B5
(205,167,181)
#D2B2BD
(210,178,189)
#D7BDC5
(215,189,197)
#DCC8CD
(220,200,205)
#E1D3D5
(225,211,213)
#E6DEDD
(230,222,221)
#EBE9E5
(235,233,229)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE869D color. Also use rgb(190,134,157) instead hex code.

Text Font Color

.myTextColor { color: #BE869D; }

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

This text font color is #BE869D.

Background Color

.myBgColor { background-color: #BE869D; }

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

This div background color is #BE869D.

Border color

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

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

This div border color is #BE869D.

Opacity

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

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

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

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

This text has shadow with #BE869D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE869D.

Preview

Color preview on black background

This text has color #BE869D on black background.


Color preview on white background

This text has color #BE869D on white background.


Black color preview on #BE869D background

This text has black color on #BE869D background.


White color preview on #BE869D background

This text has white color on #BE869D background.


Related colors

Complementary color

Complementary color for #hex is #417962.


I love getcolorcode.com

Triadic colors

1 #9DBE86 and #869DBE with #BE869D are triadic colors.

2 #9D86BE and #86BE9D with #BE869D are triadic colors.