COLOR #BE8DA7

HEX: #BE8DA7
RGB: (190,141,167)

Color info

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

RGB color model

#BE8DA7 color RGB value is (190,141,167).

  • red value is 190;
  • green value is 141;
  • blue value is 167.
RGB:
(190,141,167)
(75%,55%,65%)

RGB channels and saturation

R 190 of 255 = 75%
G 141 of 255 = 55%
B 167 of 255 = 65%

190
141
167

R + G + B ~ 65%. #BE8DA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 141 + 167 = 498 (100%)
R 190 of 498 ~ 38.15%
G 141 of 498 ~ 28.31%
B 167 of 498 ~ 33.53%

%38.15
%28.31
%33.53

CMYK color model

#BE8DA7 color CMYK value is (0,26,12,25).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 12.11%
  • key color value is 25.49%
CMYK:
(0,26,12,25)
C0M26Y12K25 
(0%,26%,12%,25%)
(0.00/0.26/0.12/0.25)	

CMYK percentages

%0
%25.79
%12.11
%25.49

Codes

Color #BE8DA7 in popluar color models

BE8DA7
RGB190141167
HSL328°27.37%64.90%
HSB/HSV328°25.79%74.51%
CMYK0.00%25.79%12.11%
25.49%

Color #BE8DA7 in popluar number systems.

HEXBE8DA7
Decimal190141167
Binary101111101000110110100111
Octal276215247

Shades and tints

Shades of #BE8DA7

#BE8DA7
(190,141,167)
#AD8198
(173,129,152)
#9C7589
(156,117,137)
#8B697A
(139,105,122)
#7A5D6B
(122,93,107)
#69515C
(105,81,92)
#58454D
(88,69,77)
#47393E
(71,57,62)
#362D2F
(54,45,47)
#252120
(37,33,32)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #BE8DA7

#BE8DA7
(190,141,167)
#C397AF
(195,151,175)
#C8A1B7
(200,161,183)
#CDABBF
(205,171,191)
#D2B5C7
(210,181,199)
#D7BFCF
(215,191,207)
#DCC9D7
(220,201,215)
#E1D3DF
(225,211,223)
#E6DDE7
(230,221,231)
#EBE7EF
(235,231,239)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8DA7 color. Also use rgb(190,141,167) instead hex code.

Text Font Color

.myTextColor { color: #BE8DA7; }

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

This text font color is #BE8DA7.


Background Color

.myBgColor { background-color: #BE8DA7; }

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

This div background color is #BE8DA7.


Border color

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

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

This div border color is #BE8DA7.


Opacity

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

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

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

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

This text has shadow with #BE8DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8DA7 on black background.


Color preview on white background

This text has color #BE8DA7 on white background.



Black color preview on #BE8DA7 background

This text has black color on #BE8DA7 background.


White color preview on #BE8DA7 background

This text has white color on #BE8DA7 background.