COLOR #BE9DA9

HEX: #BE9DA9
RGB: (190,157,169)

Color info

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

RGB color model

#BE9DA9 color RGB value is (190,157,169).

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

RGB channels and saturation

R 190 of 255 = 75%
G 157 of 255 = 62%
B 169 of 255 = 66%

190
157
169

R + G + B ~ 68%. #BE9DA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 157 + 169 = 516 (100%)
R 190 of 516 ~ 36.82%
G 157 of 516 ~ 30.43%
B 169 of 516 ~ 32.75%

%36.82
%30.43
%32.75

CMYK color model

#BE9DA9 color CMYK value is (0,17,11,25).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 11.05%
  • key color value is 25.49%
CMYK:
(0,17,11,25)
C0M17Y11K25 
(0%,17%,11%,25%)
(0.00/0.17/0.11/0.25)	

CMYK percentages

%0
%17.37
%11.05
%25.49

Codes

Color #BE9DA9 in popluar color models

BE9DA9
RGB190157169
HSL338°20.25%68.04%
HSB/HSV338°17.37%74.51%
CMYK0.00%17.37%11.05%
25.49%

Color #BE9DA9 in popluar number systems.

HEXBE9DA9
Decimal190157169
Binary101111101001110110101001
Octal276235251

Shades and tints

Shades of #BE9DA9

#BE9DA9
(190,157,169)
#AD8F9A
(173,143,154)
#9C818B
(156,129,139)
#8B737C
(139,115,124)
#7A656D
(122,101,109)
#69575E
(105,87,94)
#58494F
(88,73,79)
#473B40
(71,59,64)
#362D31
(54,45,49)
#251F22
(37,31,34)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #BE9DA9

#BE9DA9
(190,157,169)
#C3A5B0
(195,165,176)
#C8ADB7
(200,173,183)
#CDB5BE
(205,181,190)
#D2BDC5
(210,189,197)
#D7C5CC
(215,197,204)
#DCCDD3
(220,205,211)
#E1D5DA
(225,213,218)
#E6DDE1
(230,221,225)
#EBE5E8
(235,229,232)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9DA9; }

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

This text font color is #BE9DA9.


Background Color

.myBgColor { background-color: #BE9DA9; }

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

This div background color is #BE9DA9.


Border color

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

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

This div border color is #BE9DA9.


Opacity

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

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

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

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

This text has shadow with #BE9DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9DA9 on black background.


Color preview on white background

This text has color #BE9DA9 on white background.



Black color preview on #BE9DA9 background

This text has black color on #BE9DA9 background.


White color preview on #BE9DA9 background

This text has white color on #BE9DA9 background.