COLOR #BE8F9C

HEX: #BE8F9C
RGB: (190,143,156)

Color info

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

RGB color model

#BE8F9C color RGB value is (190,143,156).

  • red value is 190;
  • green value is 143;
  • blue value is 156.
RGB:
(190,143,156)
(75%,56%,61%)

RGB channels and saturation

R 190 of 255 = 75%
G 143 of 255 = 56%
B 156 of 255 = 61%

190
143
156

R + G + B ~ 64%. #BE8F9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 143 + 156 = 489 (100%)
R 190 of 489 ~ 38.85%
G 143 of 489 ~ 29.24%
B 156 of 489 ~ 31.9%

%38.85
%29.24
%31.9

CMYK color model

#BE8F9C color CMYK value is (0,25,18,25).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 17.89%
  • key color value is 25.49%
CMYK:
(0,25,18,25)
C0M25Y18K25 
(0%,25%,18%,25%)
(0.00/0.25/0.18/0.25)	

CMYK percentages

%0
%24.74
%17.89
%25.49

Codes

Color #BE8F9C in popluar color models

BE8F9C
RGB190143156
HSL343°26.55%65.29%
HSB/HSV343°24.74%74.51%
CMYK0.00%24.74%17.89%
25.49%

Color #BE8F9C in popluar number systems.

HEXBE8F9C
Decimal190143156
Binary101111101000111110011100
Octal276217234

Shades and tints

Shades of #BE8F9C

#BE8F9C
(190,143,156)
#AD828E
(173,130,142)
#9C7580
(156,117,128)
#8B6872
(139,104,114)
#7A5B64
(122,91,100)
#694E56
(105,78,86)
#584148
(88,65,72)
#47343A
(71,52,58)
#36272C
(54,39,44)
#251A1E
(37,26,30)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #BE8F9C

#BE8F9C
(190,143,156)
#C399A5
(195,153,165)
#C8A3AE
(200,163,174)
#CDADB7
(205,173,183)
#D2B7C0
(210,183,192)
#D7C1C9
(215,193,201)
#DCCBD2
(220,203,210)
#E1D5DB
(225,213,219)
#E6DFE4
(230,223,228)
#EBE9ED
(235,233,237)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8F9C color. Also use rgb(190,143,156) instead hex code.

Text Font Color

.myTextColor { color: #BE8F9C; }

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

This text font color is #BE8F9C.


Background Color

.myBgColor { background-color: #BE8F9C; }

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

This div background color is #BE8F9C.


Border color

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

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

This div border color is #BE8F9C.


Opacity

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

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

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

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

This text has shadow with #BE8F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8F9C on black background.


Color preview on white background

This text has color #BE8F9C on white background.



Black color preview on #BE8F9C background

This text has black color on #BE8F9C background.


White color preview on #BE8F9C background

This text has white color on #BE8F9C background.