COLOR #BEA3B5

HEX: #BEA3B5
RGB: (190,163,181)

Color info

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

RGB color model

#BEA3B5 color RGB value is (190,163,181).

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

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 181 of 255 = 71%

190
163
181

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

Portions of RGB colors in percentages

R + G + B =
190 + 163 + 181 = 534 (100%)
R 190 of 534 ~ 35.58%
G 163 of 534 ~ 30.52%
B 181 of 534 ~ 33.9%

%35.58
%30.52
%33.9

CMYK color model

#BEA3B5 color CMYK value is (0,14,5,25).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 4.74%
  • key color value is 25.49%
CMYK:
(0,14,5,25)
C0M14Y5K25 
(0%,14%,5%,25%)
(0.00/0.14/0.05/0.25)	

CMYK percentages

%0
%14.21
%4.74
%25.49

Codes

Color #BEA3B5 in popluar color models

BEA3B5
RGB190163181
HSL320°17.20%69.22%
HSB/HSV320°14.21%74.51%
CMYK0.00%14.21%4.74%
25.49%

Color #BEA3B5 in popluar number systems.

HEXBEA3B5
Decimal190163181
Binary101111101010001110110101
Octal276243265

Shades and tints

Shades of #BEA3B5

#BEA3B5
(190,163,181)
#AD95A5
(173,149,165)
#9C8795
(156,135,149)
#8B7985
(139,121,133)
#7A6B75
(122,107,117)
#695D65
(105,93,101)
#584F55
(88,79,85)
#474145
(71,65,69)
#363335
(54,51,53)
#252525
(37,37,37)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BEA3B5

#BEA3B5
(190,163,181)
#C3ABBB
(195,171,187)
#C8B3C1
(200,179,193)
#CDBBC7
(205,187,199)
#D2C3CD
(210,195,205)
#D7CBD3
(215,203,211)
#DCD3D9
(220,211,217)
#E1DBDF
(225,219,223)
#E6E3E5
(230,227,229)
#EBEBEB
(235,235,235)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA3B5; }

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

This text font color is #BEA3B5.


Background Color

.myBgColor { background-color: #BEA3B5; }

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

This div background color is #BEA3B5.


Border color

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

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

This div border color is #BEA3B5.


Opacity

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

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

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

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

This text has shadow with #BEA3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA3B5 on black background.


Color preview on white background

This text has color #BEA3B5 on white background.



Black color preview on #BEA3B5 background

This text has black color on #BEA3B5 background.


White color preview on #BEA3B5 background

This text has white color on #BEA3B5 background.