COLOR #BEA4B4

HEX: #BEA4B4
RGB: (190,164,180)

Color info

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

RGB color model

#BEA4B4 color RGB value is (190,164,180).

  • red value is 190;
  • green value is 164;
  • blue value is 180.
RGB:
(190,164,180)
(75%,64%,71%)

RGB channels and saturation

R 190 of 255 = 75%
G 164 of 255 = 64%
B 180 of 255 = 71%

190
164
180

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

Portions of RGB colors in percentages

R + G + B =
190 + 164 + 180 = 534 (100%)
R 190 of 534 ~ 35.58%
G 164 of 534 ~ 30.71%
B 180 of 534 ~ 33.71%

%35.58
%30.71
%33.71

CMYK color model

#BEA4B4 color CMYK value is (0,14,5,25).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 5.26%
  • key color value is 25.49%
CMYK:
(0,14,5,25)
C0M14Y5K25 
(0%,14%,5%,25%)
(0.00/0.14/0.05/0.25)	

CMYK percentages

%0
%13.68
%5.26
%25.49

Codes

Color #BEA4B4 in popluar color models

BEA4B4
RGB190164180
HSL323°16.67%69.41%
HSB/HSV323°13.68%74.51%
CMYK0.00%13.68%5.26%
25.49%

Color #BEA4B4 in popluar number systems.

HEXBEA4B4
Decimal190164180
Binary101111101010010010110100
Octal276244264

Shades and tints

Shades of #BEA4B4

#BEA4B4
(190,164,180)
#AD96A4
(173,150,164)
#9C8894
(156,136,148)
#8B7A84
(139,122,132)
#7A6C74
(122,108,116)
#695E64
(105,94,100)
#585054
(88,80,84)
#474244
(71,66,68)
#363434
(54,52,52)
#252624
(37,38,36)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #BEA4B4

#BEA4B4
(190,164,180)
#C3ACBA
(195,172,186)
#C8B4C0
(200,180,192)
#CDBCC6
(205,188,198)
#D2C4CC
(210,196,204)
#D7CCD2
(215,204,210)
#DCD4D8
(220,212,216)
#E1DCDE
(225,220,222)
#E6E4E4
(230,228,228)
#EBECEA
(235,236,234)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA4B4 color. Also use rgb(190,164,180) instead hex code.

Text Font Color

.myTextColor { color: #BEA4B4; }

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

This text font color is #BEA4B4.


Background Color

.myBgColor { background-color: #BEA4B4; }

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

This div background color is #BEA4B4.


Border color

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

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

This div border color is #BEA4B4.


Opacity

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

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

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

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

This text has shadow with #BEA4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA4B4 on black background.


Color preview on white background

This text has color #BEA4B4 on white background.



Black color preview on #BEA4B4 background

This text has black color on #BEA4B4 background.


White color preview on #BEA4B4 background

This text has white color on #BEA4B4 background.