COLOR #BEA9B7

HEX: #BEA9B7
RGB: (190,169,183)

Color info

#BEA9B7 contains red, green and blue colors in about the same proportion. Web safe color of #BEA9B7 is #CC99CC (or #C9C).

RGB color model

#BEA9B7 color RGB value is (190,169,183).

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

RGB channels and saturation

R 190 of 255 = 75%
G 169 of 255 = 66%
B 183 of 255 = 72%

190
169
183

R + G + B ~ 71%. #BEA9B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 169 + 183 = 542 (100%)
R 190 of 542 ~ 35.06%
G 169 of 542 ~ 31.18%
B 183 of 542 ~ 33.76%

%35.06
%31.18
%33.76

CMYK color model

#BEA9B7 color CMYK value is (0,11,4,25).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 3.68%
  • key color value is 25.49%
CMYK:
(0,11,4,25)
C0M11Y4K25 
(0%,11%,4%,25%)
(0.00/0.11/0.04/0.25)	

CMYK percentages

%0
%11.05
%3.68
%25.49

Codes

Color #BEA9B7 in popluar color models

BEA9B7
RGB190169183
HSL320°13.91%70.39%
HSB/HSV320°11.05%74.51%
CMYK0.00%11.05%3.68%
25.49%

Color #BEA9B7 in popluar number systems.

HEXBEA9B7
Decimal190169183
Binary101111101010100110110111
Octal276251267

Shades and tints

Shades of #BEA9B7

#BEA9B7
(190,169,183)
#AD9AA7
(173,154,167)
#9C8B97
(156,139,151)
#8B7C87
(139,124,135)
#7A6D77
(122,109,119)
#695E67
(105,94,103)
#584F57
(88,79,87)
#474047
(71,64,71)
#363137
(54,49,55)
#252227
(37,34,39)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #BEA9B7

#BEA9B7
(190,169,183)
#C3B0BD
(195,176,189)
#C8B7C3
(200,183,195)
#CDBEC9
(205,190,201)
#D2C5CF
(210,197,207)
#D7CCD5
(215,204,213)
#DCD3DB
(220,211,219)
#E1DAE1
(225,218,225)
#E6E1E7
(230,225,231)
#EBE8ED
(235,232,237)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA9B7; }

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

This text font color is #BEA9B7.


Background Color

.myBgColor { background-color: #BEA9B7; }

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

This div background color is #BEA9B7.


Border color

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

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

This div border color is #BEA9B7.


Opacity

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

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

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

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

This text has shadow with #BEA9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA9B7 on black background.


Color preview on white background

This text has color #BEA9B7 on white background.



Black color preview on #BEA9B7 background

This text has black color on #BEA9B7 background.


White color preview on #BEA9B7 background

This text has white color on #BEA9B7 background.