COLOR #BEA9B5

HEX: #BEA9B5
RGB: (190,169,181)

Color info

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

RGB color model

#BEA9B5 color RGB value is (190,169,181).

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

RGB channels and saturation

R 190 of 255 = 75%
G 169 of 255 = 66%
B 181 of 255 = 71%

190
169
181

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

Portions of RGB colors in percentages

R + G + B =
190 + 169 + 181 = 540 (100%)
R 190 of 540 ~ 35.19%
G 169 of 540 ~ 31.3%
B 181 of 540 ~ 33.52%

%35.19
%31.3
%33.52

CMYK color model

#BEA9B5 color CMYK value is (0,11,5,25).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 4.74%
  • key color value is 25.49%
CMYK:
(0,11,5,25)
C0M11Y5K25 
(0%,11%,5%,25%)
(0.00/0.11/0.05/0.25)	

CMYK percentages

%0
%11.05
%4.74
%25.49

Codes

Color #BEA9B5 in popluar color models

BEA9B5
RGB190169181
HSL326°13.91%70.39%
HSB/HSV326°11.05%74.51%
CMYK0.00%11.05%4.74%
25.49%

Color #BEA9B5 in popluar number systems.

HEXBEA9B5
Decimal190169181
Binary101111101010100110110101
Octal276251265

Shades and tints

Shades of #BEA9B5

#BEA9B5
(190,169,181)
#AD9AA5
(173,154,165)
#9C8B95
(156,139,149)
#8B7C85
(139,124,133)
#7A6D75
(122,109,117)
#695E65
(105,94,101)
#584F55
(88,79,85)
#474045
(71,64,69)
#363135
(54,49,53)
#252225
(37,34,37)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #BEA9B5

#BEA9B5
(190,169,181)
#C3B0BB
(195,176,187)
#C8B7C1
(200,183,193)
#CDBEC7
(205,190,199)
#D2C5CD
(210,197,205)
#D7CCD3
(215,204,211)
#DCD3D9
(220,211,217)
#E1DADF
(225,218,223)
#E6E1E5
(230,225,229)
#EBE8EB
(235,232,235)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA9B5; }

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

This text font color is #BEA9B5.


Background Color

.myBgColor { background-color: #BEA9B5; }

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

This div background color is #BEA9B5.


Border color

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

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

This div border color is #BEA9B5.


Opacity

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

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

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

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

This text has shadow with #BEA9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA9B5 on black background.


Color preview on white background

This text has color #BEA9B5 on white background.



Black color preview on #BEA9B5 background

This text has black color on #BEA9B5 background.


White color preview on #BEA9B5 background

This text has white color on #BEA9B5 background.