COLOR #BEA5B1

HEX: #BEA5B1
RGB: (190,165,177)

Color info

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

RGB color model

#BEA5B1 color RGB value is (190,165,177).

  • red value is 190;
  • green value is 165;
  • blue value is 177.
RGB:
(190,165,177)
(75%,65%,69%)

RGB channels and saturation

R 190 of 255 = 75%
G 165 of 255 = 65%
B 177 of 255 = 69%

190
165
177

R + G + B ~ 70%. #BEA5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 165 + 177 = 532 (100%)
R 190 of 532 ~ 35.71%
G 165 of 532 ~ 31.02%
B 177 of 532 ~ 33.27%

%35.71
%31.02
%33.27

CMYK color model

#BEA5B1 color CMYK value is (0,13,7,25).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 6.84%
  • key color value is 25.49%
CMYK:
(0,13,7,25)
C0M13Y7K25 
(0%,13%,7%,25%)
(0.00/0.13/0.07/0.25)	

CMYK percentages

%0
%13.16
%6.84
%25.49

Codes

Color #BEA5B1 in popluar color models

BEA5B1
RGB190165177
HSL331°16.13%69.61%
HSB/HSV331°13.16%74.51%
CMYK0.00%13.16%6.84%
25.49%

Color #BEA5B1 in popluar number systems.

HEXBEA5B1
Decimal190165177
Binary101111101010010110110001
Octal276245261

Shades and tints

Shades of #BEA5B1

#BEA5B1
(190,165,177)
#AD96A1
(173,150,161)
#9C8791
(156,135,145)
#8B7881
(139,120,129)
#7A6971
(122,105,113)
#695A61
(105,90,97)
#584B51
(88,75,81)
#473C41
(71,60,65)
#362D31
(54,45,49)
#251E21
(37,30,33)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #BEA5B1

#BEA5B1
(190,165,177)
#C3ADB8
(195,173,184)
#C8B5BF
(200,181,191)
#CDBDC6
(205,189,198)
#D2C5CD
(210,197,205)
#D7CDD4
(215,205,212)
#DCD5DB
(220,213,219)
#E1DDE2
(225,221,226)
#E6E5E9
(230,229,233)
#EBEDF0
(235,237,240)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA5B1 color. Also use rgb(190,165,177) instead hex code.

Text Font Color

.myTextColor { color: #BEA5B1; }

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

This text font color is #BEA5B1.


Background Color

.myBgColor { background-color: #BEA5B1; }

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

This div background color is #BEA5B1.


Border color

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

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

This div border color is #BEA5B1.


Opacity

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

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

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

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

This text has shadow with #BEA5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA5B1 on black background.


Color preview on white background

This text has color #BEA5B1 on white background.



Black color preview on #BEA5B1 background

This text has black color on #BEA5B1 background.


White color preview on #BEA5B1 background

This text has white color on #BEA5B1 background.