COLOR #BE8F99

HEX: #BE8F99
RGB: (190,143,153)

Color info

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

RGB color model

#BE8F99 color RGB value is (190,143,153).

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

RGB channels and saturation

R 190 of 255 = 75%
G 143 of 255 = 56%
B 153 of 255 = 60%

190
143
153

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

Portions of RGB colors in percentages

R + G + B =
190 + 143 + 153 = 486 (100%)
R 190 of 486 ~ 39.09%
G 143 of 486 ~ 29.42%
B 153 of 486 ~ 31.48%

%39.09
%29.42
%31.48

CMYK color model

#BE8F99 color CMYK value is (0,25,19,25).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 19.47%
  • key color value is 25.49%
CMYK:
(0,25,19,25)
C0M25Y19K25 
(0%,25%,19%,25%)
(0.00/0.25/0.19/0.25)	

CMYK percentages

%0
%24.74
%19.47
%25.49

Codes

Color #BE8F99 in popluar color models

BE8F99
RGB190143153
HSL347°26.55%65.29%
HSB/HSV347°24.74%74.51%
CMYK0.00%24.74%19.47%
25.49%

Color #BE8F99 in popluar number systems.

HEXBE8F99
Decimal190143153
Binary101111101000111110011001
Octal276217231

Shades and tints

Shades of #BE8F99

#BE8F99
(190,143,153)
#AD828C
(173,130,140)
#9C757F
(156,117,127)
#8B6872
(139,104,114)
#7A5B65
(122,91,101)
#694E58
(105,78,88)
#58414B
(88,65,75)
#47343E
(71,52,62)
#362731
(54,39,49)
#251A24
(37,26,36)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #BE8F99

#BE8F99
(190,143,153)
#C399A2
(195,153,162)
#C8A3AB
(200,163,171)
#CDADB4
(205,173,180)
#D2B7BD
(210,183,189)
#D7C1C6
(215,193,198)
#DCCBCF
(220,203,207)
#E1D5D8
(225,213,216)
#E6DFE1
(230,223,225)
#EBE9EA
(235,233,234)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8F99; }

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

This text font color is #BE8F99.


Background Color

.myBgColor { background-color: #BE8F99; }

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

This div background color is #BE8F99.


Border color

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

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

This div border color is #BE8F99.


Opacity

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

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

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

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

This text has shadow with #BE8F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE8F99 on black background.


Color preview on white background

This text has color #BE8F99 on white background.



Black color preview on #BE8F99 background

This text has black color on #BE8F99 background.


White color preview on #BE8F99 background

This text has white color on #BE8F99 background.