COLOR #BE9DA4

HEX: #BE9DA4
RGB: (190,157,164)

Color info

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

RGB color model

#BE9DA4 color RGB value is (190,157,164).

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

RGB channels and saturation

R 190 of 255 = 75%
G 157 of 255 = 62%
B 164 of 255 = 64%

190
157
164

R + G + B ~ 67%. #BE9DA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 157 + 164 = 511 (100%)
R 190 of 511 ~ 37.18%
G 157 of 511 ~ 30.72%
B 164 of 511 ~ 32.09%

%37.18
%30.72
%32.09

CMYK color model

#BE9DA4 color CMYK value is (0,17,14,25).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 13.68%
  • key color value is 25.49%
CMYK:
(0,17,14,25)
C0M17Y14K25 
(0%,17%,14%,25%)
(0.00/0.17/0.14/0.25)	

CMYK percentages

%0
%17.37
%13.68
%25.49

Codes

Color #BE9DA4 in popluar color models

BE9DA4
RGB190157164
HSL347°20.25%68.04%
HSB/HSV347°17.37%74.51%
CMYK0.00%17.37%13.68%
25.49%

Color #BE9DA4 in popluar number systems.

HEXBE9DA4
Decimal190157164
Binary101111101001110110100100
Octal276235244

Shades and tints

Shades of #BE9DA4

#BE9DA4
(190,157,164)
#AD8F96
(173,143,150)
#9C8188
(156,129,136)
#8B737A
(139,115,122)
#7A656C
(122,101,108)
#69575E
(105,87,94)
#584950
(88,73,80)
#473B42
(71,59,66)
#362D34
(54,45,52)
#251F26
(37,31,38)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #BE9DA4

#BE9DA4
(190,157,164)
#C3A5AC
(195,165,172)
#C8ADB4
(200,173,180)
#CDB5BC
(205,181,188)
#D2BDC4
(210,189,196)
#D7C5CC
(215,197,204)
#DCCDD4
(220,205,212)
#E1D5DC
(225,213,220)
#E6DDE4
(230,221,228)
#EBE5EC
(235,229,236)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9DA4; }

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

This text font color is #BE9DA4.


Background Color

.myBgColor { background-color: #BE9DA4; }

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

This div background color is #BE9DA4.


Border color

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

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

This div border color is #BE9DA4.


Opacity

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

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

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

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

This text has shadow with #BE9DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9DA4 on black background.


Color preview on white background

This text has color #BE9DA4 on white background.



Black color preview on #BE9DA4 background

This text has black color on #BE9DA4 background.


White color preview on #BE9DA4 background

This text has white color on #BE9DA4 background.