COLOR #BE8DA6

HEX: #BE8DA6
RGB: (190,141,166)

Color info

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

RGB color model

#BE8DA6 color RGB value is (190,141,166).

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

RGB channels and saturation

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

190
141
166

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

Portions of RGB colors in percentages

R + G + B =
190 + 141 + 166 = 497 (100%)
R 190 of 497 ~ 38.23%
G 141 of 497 ~ 28.37%
B 166 of 497 ~ 33.4%

%38.23
%28.37
%33.4

CMYK color model

#BE8DA6 color CMYK value is (0,26,13,25).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 12.63%
  • key color value is 25.49%
CMYK:
(0,26,13,25)
C0M26Y13K25 
(0%,26%,13%,25%)
(0.00/0.26/0.13/0.25)	

CMYK percentages

%0
%25.79
%12.63
%25.49

Codes

Color #BE8DA6 in popluar color models

BE8DA6
RGB190141166
HSL329°27.37%64.90%
HSB/HSV329°25.79%74.51%
CMYK0.00%25.79%12.63%
25.49%

Color #BE8DA6 in popluar number systems.

HEXBE8DA6
Decimal190141166
Binary101111101000110110100110
Octal276215246

Shades and tints

Shades of #BE8DA6

#BE8DA6
(190,141,166)
#AD8197
(173,129,151)
#9C7588
(156,117,136)
#8B6979
(139,105,121)
#7A5D6A
(122,93,106)
#69515B
(105,81,91)
#58454C
(88,69,76)
#47393D
(71,57,61)
#362D2E
(54,45,46)
#25211F
(37,33,31)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #BE8DA6

#BE8DA6
(190,141,166)
#C397AE
(195,151,174)
#C8A1B6
(200,161,182)
#CDABBE
(205,171,190)
#D2B5C6
(210,181,198)
#D7BFCE
(215,191,206)
#DCC9D6
(220,201,214)
#E1D3DE
(225,211,222)
#E6DDE6
(230,221,230)
#EBE7EE
(235,231,238)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8DA6; }

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

This text font color is #BE8DA6.


Background Color

.myBgColor { background-color: #BE8DA6; }

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

This div background color is #BE8DA6.


Border color

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

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

This div border color is #BE8DA6.


Opacity

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

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

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

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

This text has shadow with #BE8DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8DA6 on black background.


Color preview on white background

This text has color #BE8DA6 on white background.



Black color preview on #BE8DA6 background

This text has black color on #BE8DA6 background.


White color preview on #BE8DA6 background

This text has white color on #BE8DA6 background.