COLOR #BEA3B3

HEX: #BEA3B3
RGB: (190,163,179)

Color info

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

RGB color model

#BEA3B3 color RGB value is (190,163,179).

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

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 179 of 255 = 70%

190
163
179

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

Portions of RGB colors in percentages

R + G + B =
190 + 163 + 179 = 532 (100%)
R 190 of 532 ~ 35.71%
G 163 of 532 ~ 30.64%
B 179 of 532 ~ 33.65%

%35.71
%30.64
%33.65

CMYK color model

#BEA3B3 color CMYK value is (0,14,6,25).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 5.79%
  • key color value is 25.49%
CMYK:
(0,14,6,25)
C0M14Y6K25 
(0%,14%,6%,25%)
(0.00/0.14/0.06/0.25)	

CMYK percentages

%0
%14.21
%5.79
%25.49

Codes

Color #BEA3B3 in popluar color models

BEA3B3
RGB190163179
HSL324°17.20%69.22%
HSB/HSV324°14.21%74.51%
CMYK0.00%14.21%5.79%
25.49%

Color #BEA3B3 in popluar number systems.

HEXBEA3B3
Decimal190163179
Binary101111101010001110110011
Octal276243263

Shades and tints

Shades of #BEA3B3

#BEA3B3
(190,163,179)
#AD95A3
(173,149,163)
#9C8793
(156,135,147)
#8B7983
(139,121,131)
#7A6B73
(122,107,115)
#695D63
(105,93,99)
#584F53
(88,79,83)
#474143
(71,65,67)
#363333
(54,51,51)
#252523
(37,37,35)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BEA3B3

#BEA3B3
(190,163,179)
#C3ABB9
(195,171,185)
#C8B3BF
(200,179,191)
#CDBBC5
(205,187,197)
#D2C3CB
(210,195,203)
#D7CBD1
(215,203,209)
#DCD3D7
(220,211,215)
#E1DBDD
(225,219,221)
#E6E3E3
(230,227,227)
#EBEBE9
(235,235,233)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA3B3; }

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

This text font color is #BEA3B3.


Background Color

.myBgColor { background-color: #BEA3B3; }

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

This div background color is #BEA3B3.


Border color

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

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

This div border color is #BEA3B3.


Opacity

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

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

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

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

This text has shadow with #BEA3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA3B3 on black background.


Color preview on white background

This text has color #BEA3B3 on white background.



Black color preview on #BEA3B3 background

This text has black color on #BEA3B3 background.


White color preview on #BEA3B3 background

This text has white color on #BEA3B3 background.