COLOR #BEA6B4

HEX: #BEA6B4
RGB: (190,166,180)

Color info

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

RGB color model

#BEA6B4 color RGB value is (190,166,180).

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

RGB channels and saturation

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

190
166
180

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

Portions of RGB colors in percentages

R + G + B =
190 + 166 + 180 = 536 (100%)
R 190 of 536 ~ 35.45%
G 166 of 536 ~ 30.97%
B 180 of 536 ~ 33.58%

%35.45
%30.97
%33.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.63%
  • 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
%12.63
%5.26
%25.49

Codes

Color #BEA6B4 in popluar color models

BEA6B4
RGB190166180
HSL325°15.58%69.80%
HSB/HSV325°12.63%74.51%
CMYK0.00%12.63%5.26%
25.49%

Color #BEA6B4 in popluar number systems.

HEXBEA6B4
Decimal190166180
Binary101111101010011010110100
Octal276246264

Shades and tints

Shades of #BEA6B4

#BEA6B4
(190,166,180)
#AD97A4
(173,151,164)
#9C8894
(156,136,148)
#8B7984
(139,121,132)
#7A6A74
(122,106,116)
#695B64
(105,91,100)
#584C54
(88,76,84)
#473D44
(71,61,68)
#362E34
(54,46,52)
#251F24
(37,31,36)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #BEA6B4

#BEA6B4
(190,166,180)
#C3AEBA
(195,174,186)
#C8B6C0
(200,182,192)
#CDBEC6
(205,190,198)
#D2C6CC
(210,198,204)
#D7CED2
(215,206,210)
#DCD6D8
(220,214,216)
#E1DEDE
(225,222,222)
#E6E6E4
(230,230,228)
#EBEEEA
(235,238,234)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA6B4; }

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

This text font color is #BEA6B4.


Background Color

.myBgColor { background-color: #BEA6B4; }

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

This div background color is #BEA6B4.


Border color

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

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

This div border color is #BEA6B4.


Opacity

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

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

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

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

This text has shadow with #BEA6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA6B4 on black background.


Color preview on white background

This text has color #BEA6B4 on white background.



Black color preview on #BEA6B4 background

This text has black color on #BEA6B4 background.


White color preview on #BEA6B4 background

This text has white color on #BEA6B4 background.