COLOR #BEA3BF

HEX: #BEA3BF
RGB: (190,163,191)

Color info

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

RGB color model

#BEA3BF color RGB value is (190,163,191).

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

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 191 of 255 = 75%

190
163
191

R + G + B ~ 71%. #BEA3BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 163 + 191 = 544 (100%)
R 190 of 544 ~ 34.93%
G 163 of 544 ~ 29.96%
B 191 of 544 ~ 35.11%

%34.93
%29.96
%35.11

CMYK color model

#BEA3BF color CMYK value is (1,15,0,25).

  • cyan value is 0.52%
  • magenta value is 14.66%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(1,15,0,25)
C1M15Y0K25 
(1%,15%,0%,25%)
(0.01/0.15/0.00/0.25)	

CMYK percentages

%0.52
%14.66
%0
%25.1

Codes

Color #BEA3BF in popluar color models

BEA3BF
RGB190163191
HSL298°17.95%69.41%
HSB/HSV298°14.66%74.90%
CMYK0.52%14.66%0.00%
25.10%

Color #BEA3BF in popluar number systems.

HEXBEA3BF
Decimal190163191
Binary101111101010001110111111
Octal276243277

Shades and tints

Shades of #BEA3BF

#BEA3BF
(190,163,191)
#AD95AE
(173,149,174)
#9C879D
(156,135,157)
#8B798C
(139,121,140)
#7A6B7B
(122,107,123)
#695D6A
(105,93,106)
#584F59
(88,79,89)
#474148
(71,65,72)
#363337
(54,51,55)
#252526
(37,37,38)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BEA3BF

#BEA3BF
(190,163,191)
#C3ABC4
(195,171,196)
#C8B3C9
(200,179,201)
#CDBBCE
(205,187,206)
#D2C3D3
(210,195,211)
#D7CBD8
(215,203,216)
#DCD3DD
(220,211,221)
#E1DBE2
(225,219,226)
#E6E3E7
(230,227,231)
#EBEBEC
(235,235,236)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA3BF; }

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

This text font color is #BEA3BF.


Background Color

.myBgColor { background-color: #BEA3BF; }

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

This div background color is #BEA3BF.


Border color

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

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

This div border color is #BEA3BF.


Opacity

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

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

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

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

This text has shadow with #BEA3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA3BF on black background.


Color preview on white background

This text has color #BEA3BF on white background.



Black color preview on #BEA3BF background

This text has black color on #BEA3BF background.


White color preview on #BEA3BF background

This text has white color on #BEA3BF background.