COLOR #BEA3B2

HEX: #BEA3B2
RGB: (190,163,178)

Color info

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

RGB color model

#BEA3B2 color RGB value is (190,163,178).

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

RGB channels and saturation

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

190
163
178

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

Portions of RGB colors in percentages

R + G + B =
190 + 163 + 178 = 531 (100%)
R 190 of 531 ~ 35.78%
G 163 of 531 ~ 30.7%
B 178 of 531 ~ 33.52%

%35.78
%30.7
%33.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 6.32%
  • 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
%6.32
%25.49

Codes

Color #BEA3B2 in popluar color models

BEA3B2
RGB190163178
HSL327°17.20%69.22%
HSB/HSV327°14.21%74.51%
CMYK0.00%14.21%6.32%
25.49%

Color #BEA3B2 in popluar number systems.

HEXBEA3B2
Decimal190163178
Binary101111101010001110110010
Octal276243262

Shades and tints

Shades of #BEA3B2

#BEA3B2
(190,163,178)
#AD95A2
(173,149,162)
#9C8792
(156,135,146)
#8B7982
(139,121,130)
#7A6B72
(122,107,114)
#695D62
(105,93,98)
#584F52
(88,79,82)
#474142
(71,65,66)
#363332
(54,51,50)
#252522
(37,37,34)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #BEA3B2

#BEA3B2
(190,163,178)
#C3ABB9
(195,171,185)
#C8B3C0
(200,179,192)
#CDBBC7
(205,187,199)
#D2C3CE
(210,195,206)
#D7CBD5
(215,203,213)
#DCD3DC
(220,211,220)
#E1DBE3
(225,219,227)
#E6E3EA
(230,227,234)
#EBEBF1
(235,235,241)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA3B2; }

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

This text font color is #BEA3B2.


Background Color

.myBgColor { background-color: #BEA3B2; }

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

This div background color is #BEA3B2.


Border color

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

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

This div border color is #BEA3B2.


Opacity

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

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

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

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

This text has shadow with #BEA3B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA3B2 on black background.


Color preview on white background

This text has color #BEA3B2 on white background.



Black color preview on #BEA3B2 background

This text has black color on #BEA3B2 background.


White color preview on #BEA3B2 background

This text has white color on #BEA3B2 background.