COLOR #BE999D

HEX: #BE999D
RGB: (190,153,157)

Color info

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

RGB color model

#BE999D color RGB value is (190,153,157).

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

RGB channels and saturation

R 190 of 255 = 75%
G 153 of 255 = 60%
B 157 of 255 = 62%

190
153
157

R + G + B ~ 66%. #BE999D is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 153 + 157 = 500 (100%)
R 190 of 500 ~ 38%
G 153 of 500 ~ 30.6%
B 157 of 500 ~ 31.4%

%38
%30.6
%31.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK:
(0,19,17,25)
C0M19Y17K25 
(0%,19%,17%,25%)
(0.00/0.19/0.17/0.25)	

CMYK percentages

%0
%19.47
%17.37
%25.49

Codes

Color #BE999D in popluar color models

BE999D
RGB190153157
HSL354°22.16%67.25%
HSB/HSV354°19.47%74.51%
CMYK0.00%19.47%17.37%
25.49%

Color #BE999D in popluar number systems.

HEXBE999D
Decimal190153157
Binary101111101001100110011101
Octal276231235

Shades and tints

Shades of #BE999D

#BE999D
(190,153,157)
#AD8C8F
(173,140,143)
#9C7F81
(156,127,129)
#8B7273
(139,114,115)
#7A6565
(122,101,101)
#695857
(105,88,87)
#584B49
(88,75,73)
#473E3B
(71,62,59)
#36312D
(54,49,45)
#25241F
(37,36,31)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #BE999D

#BE999D
(190,153,157)
#C3A2A5
(195,162,165)
#C8ABAD
(200,171,173)
#CDB4B5
(205,180,181)
#D2BDBD
(210,189,189)
#D7C6C5
(215,198,197)
#DCCFCD
(220,207,205)
#E1D8D5
(225,216,213)
#E6E1DD
(230,225,221)
#EBEAE5
(235,234,229)
#F0F3ED
(240,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE999D; }

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

This text font color is #BE999D.


Background Color

.myBgColor { background-color: #BE999D; }

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

This div background color is #BE999D.


Border color

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

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

This div border color is #BE999D.


Opacity

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

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

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

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

This text has shadow with #BE999D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE999D on black background.


Color preview on white background

This text has color #BE999D on white background.



Black color preview on #BE999D background

This text has black color on #BE999D background.


White color preview on #BE999D background

This text has white color on #BE999D background.