COLOR #BEA3B0

HEX: #BEA3B0
RGB: (190,163,176)

Color info

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

RGB color model

#BEA3B0 color RGB value is (190,163,176).

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

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 176 of 255 = 69%

190
163
176

R + G + B ~ 69%. #BEA3B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 163 + 176 = 529 (100%)
R 190 of 529 ~ 35.92%
G 163 of 529 ~ 30.81%
B 176 of 529 ~ 33.27%

%35.92
%30.81
%33.27

CMYK color model

#BEA3B0 color CMYK value is (0,14,7,25).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 7.37%
  • key color value is 25.49%
CMYK:
(0,14,7,25)
C0M14Y7K25 
(0%,14%,7%,25%)
(0.00/0.14/0.07/0.25)	

CMYK percentages

%0
%14.21
%7.37
%25.49

Codes

Color #BEA3B0 in popluar color models

BEA3B0
RGB190163176
HSL331°17.20%69.22%
HSB/HSV331°14.21%74.51%
CMYK0.00%14.21%7.37%
25.49%

Color #BEA3B0 in popluar number systems.

HEXBEA3B0
Decimal190163176
Binary101111101010001110110000
Octal276243260

Shades and tints

Shades of #BEA3B0

#BEA3B0
(190,163,176)
#AD95A0
(173,149,160)
#9C8790
(156,135,144)
#8B7980
(139,121,128)
#7A6B70
(122,107,112)
#695D60
(105,93,96)
#584F50
(88,79,80)
#474140
(71,65,64)
#363330
(54,51,48)
#252520
(37,37,32)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #BEA3B0

#BEA3B0
(190,163,176)
#C3ABB7
(195,171,183)
#C8B3BE
(200,179,190)
#CDBBC5
(205,187,197)
#D2C3CC
(210,195,204)
#D7CBD3
(215,203,211)
#DCD3DA
(220,211,218)
#E1DBE1
(225,219,225)
#E6E3E8
(230,227,232)
#EBEBEF
(235,235,239)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA3B0; }

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

This text font color is #BEA3B0.


Background Color

.myBgColor { background-color: #BEA3B0; }

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

This div background color is #BEA3B0.


Border color

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

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

This div border color is #BEA3B0.


Opacity

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

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

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

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

This text has shadow with #BEA3B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA3B0 on black background.


Color preview on white background

This text has color #BEA3B0 on white background.



Black color preview on #BEA3B0 background

This text has black color on #BEA3B0 background.


White color preview on #BEA3B0 background

This text has white color on #BEA3B0 background.