COLOR #BE8D8E

HEX: #BE8D8E
RGB: (190,141,142)

Color info

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

RGB color model

#BE8D8E color RGB value is (190,141,142).

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

RGB channels and saturation

R 190 of 255 = 75%
G 141 of 255 = 55%
B 142 of 255 = 56%

190
141
142

R + G + B ~ 62%. #BE8D8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 141 + 142 = 473 (100%)
R 190 of 473 ~ 40.17%
G 141 of 473 ~ 29.81%
B 142 of 473 ~ 30.02%

%40.17
%29.81
%30.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 25.26%
  • key color value is 25.49%
CMYK:
(0,26,25,25)
C0M26Y25K25 
(0%,26%,25%,25%)
(0.00/0.26/0.25/0.25)	

CMYK percentages

%0
%25.79
%25.26
%25.49

Codes

Color #BE8D8E in popluar color models

BE8D8E
RGB190141142
HSL359°27.37%64.90%
HSB/HSV359°25.79%74.51%
CMYK0.00%25.79%25.26%
25.49%

Color #BE8D8E in popluar number systems.

HEXBE8D8E
Decimal190141142
Binary101111101000110110001110
Octal276215216

Shades and tints

Shades of #BE8D8E

#BE8D8E
(190,141,142)
#AD8182
(173,129,130)
#9C7576
(156,117,118)
#8B696A
(139,105,106)
#7A5D5E
(122,93,94)
#695152
(105,81,82)
#584546
(88,69,70)
#47393A
(71,57,58)
#362D2E
(54,45,46)
#252122
(37,33,34)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #BE8D8E

#BE8D8E
(190,141,142)
#C39798
(195,151,152)
#C8A1A2
(200,161,162)
#CDABAC
(205,171,172)
#D2B5B6
(210,181,182)
#D7BFC0
(215,191,192)
#DCC9CA
(220,201,202)
#E1D3D4
(225,211,212)
#E6DDDE
(230,221,222)
#EBE7E8
(235,231,232)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8D8E; }

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

This text font color is #BE8D8E.


Background Color

.myBgColor { background-color: #BE8D8E; }

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

This div background color is #BE8D8E.


Border color

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

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

This div border color is #BE8D8E.


Opacity

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

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

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

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

This text has shadow with #BE8D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8D8E on black background.


Color preview on white background

This text has color #BE8D8E on white background.



Black color preview on #BE8D8E background

This text has black color on #BE8D8E background.


White color preview on #BE8D8E background

This text has white color on #BE8D8E background.