COLOR #BEA5B4

HEX: #BEA5B4
RGB: (190,165,180)

Color info

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

RGB color model

#BEA5B4 color RGB value is (190,165,180).

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

RGB channels and saturation

R 190 of 255 = 75%
G 165 of 255 = 65%
B 180 of 255 = 71%

190
165
180

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

Portions of RGB colors in percentages

R + G + B =
190 + 165 + 180 = 535 (100%)
R 190 of 535 ~ 35.51%
G 165 of 535 ~ 30.84%
B 180 of 535 ~ 33.64%

%35.51
%30.84
%33.64

CMYK color model

#BEA5B4 color CMYK value is (0,13,5,25).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 5.26%
  • key color value is 25.49%
CMYK:
(0,13,5,25)
C0M13Y5K25 
(0%,13%,5%,25%)
(0.00/0.13/0.05/0.25)	

CMYK percentages

%0
%13.16
%5.26
%25.49

Codes

Color #BEA5B4 in popluar color models

BEA5B4
RGB190165180
HSL324°16.13%69.61%
HSB/HSV324°13.16%74.51%
CMYK0.00%13.16%5.26%
25.49%

Color #BEA5B4 in popluar number systems.

HEXBEA5B4
Decimal190165180
Binary101111101010010110110100
Octal276245264

Shades and tints

Shades of #BEA5B4

#BEA5B4
(190,165,180)
#AD96A4
(173,150,164)
#9C8794
(156,135,148)
#8B7884
(139,120,132)
#7A6974
(122,105,116)
#695A64
(105,90,100)
#584B54
(88,75,84)
#473C44
(71,60,68)
#362D34
(54,45,52)
#251E24
(37,30,36)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #BEA5B4

#BEA5B4
(190,165,180)
#C3ADBA
(195,173,186)
#C8B5C0
(200,181,192)
#CDBDC6
(205,189,198)
#D2C5CC
(210,197,204)
#D7CDD2
(215,205,210)
#DCD5D8
(220,213,216)
#E1DDDE
(225,221,222)
#E6E5E4
(230,229,228)
#EBEDEA
(235,237,234)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA5B4; }

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

This text font color is #BEA5B4.


Background Color

.myBgColor { background-color: #BEA5B4; }

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

This div background color is #BEA5B4.


Border color

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

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

This div border color is #BEA5B4.


Opacity

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

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

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

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

This text has shadow with #BEA5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA5B4 on black background.


Color preview on white background

This text has color #BEA5B4 on white background.



Black color preview on #BEA5B4 background

This text has black color on #BEA5B4 background.


White color preview on #BEA5B4 background

This text has white color on #BEA5B4 background.