COLOR #BEA3B8

HEX: #BEA3B8
RGB: (190,163,184)

Color info

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

RGB color model

#BEA3B8 color RGB value is (190,163,184).

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

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 184 of 255 = 72%

190
163
184

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

Portions of RGB colors in percentages

R + G + B =
190 + 163 + 184 = 537 (100%)
R 190 of 537 ~ 35.38%
G 163 of 537 ~ 30.35%
B 184 of 537 ~ 34.26%

%35.38
%30.35
%34.26

CMYK color model

#BEA3B8 color CMYK value is (0,14,3,25).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK:
(0,14,3,25)
C0M14Y3K25 
(0%,14%,3%,25%)
(0.00/0.14/0.03/0.25)	

CMYK percentages

%0
%14.21
%3.16
%25.49

Codes

Color #BEA3B8 in popluar color models

BEA3B8
RGB190163184
HSL313°17.20%69.22%
HSB/HSV313°14.21%74.51%
CMYK0.00%14.21%3.16%
25.49%

Color #BEA3B8 in popluar number systems.

HEXBEA3B8
Decimal190163184
Binary101111101010001110111000
Octal276243270

Shades and tints

Shades of #BEA3B8

#BEA3B8
(190,163,184)
#AD95A8
(173,149,168)
#9C8798
(156,135,152)
#8B7988
(139,121,136)
#7A6B78
(122,107,120)
#695D68
(105,93,104)
#584F58
(88,79,88)
#474148
(71,65,72)
#363338
(54,51,56)
#252528
(37,37,40)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #BEA3B8

#BEA3B8
(190,163,184)
#C3ABBE
(195,171,190)
#C8B3C4
(200,179,196)
#CDBBCA
(205,187,202)
#D2C3D0
(210,195,208)
#D7CBD6
(215,203,214)
#DCD3DC
(220,211,220)
#E1DBE2
(225,219,226)
#E6E3E8
(230,227,232)
#EBEBEE
(235,235,238)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA3B8; }

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

This text font color is #BEA3B8.


Background Color

.myBgColor { background-color: #BEA3B8; }

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

This div background color is #BEA3B8.


Border color

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

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

This div border color is #BEA3B8.


Opacity

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

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

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

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

This text has shadow with #BEA3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA3B8 on black background.


Color preview on white background

This text has color #BEA3B8 on white background.



Black color preview on #BEA3B8 background

This text has black color on #BEA3B8 background.


White color preview on #BEA3B8 background

This text has white color on #BEA3B8 background.