COLOR #BEA7B3

HEX: #BEA7B3
RGB: (190,167,179)

Color info

#BEA7B3 contains red, green and blue colors in about the same proportion. Web safe color of #BEA7B3 is #CC9999 (or #C99).

RGB color model

#BEA7B3 color RGB value is (190,167,179).

  • red value is 190;
  • green value is 167;
  • blue value is 179.
RGB:
(190,167,179)
(75%,65%,70%)

RGB channels and saturation

R 190 of 255 = 75%
G 167 of 255 = 65%
B 179 of 255 = 70%

190
167
179

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

Portions of RGB colors in percentages

R + G + B =
190 + 167 + 179 = 536 (100%)
R 190 of 536 ~ 35.45%
G 167 of 536 ~ 31.16%
B 179 of 536 ~ 33.4%

%35.45
%31.16
%33.4

CMYK color model

#BEA7B3 color CMYK value is (0,12,6,25).

  • cyan value is 0.00%
  • magenta value is 12.11%
  • yellow value is 5.79%
  • key color value is 25.49%
CMYK:
(0,12,6,25)
C0M12Y6K25 
(0%,12%,6%,25%)
(0.00/0.12/0.06/0.25)	

CMYK percentages

%0
%12.11
%5.79
%25.49

Codes

Color #BEA7B3 in popluar color models

BEA7B3
RGB190167179
HSL329°15.03%70.00%
HSB/HSV329°12.11%74.51%
CMYK0.00%12.11%5.79%
25.49%

Color #BEA7B3 in popluar number systems.

HEXBEA7B3
Decimal190167179
Binary101111101010011110110011
Octal276247263

Shades and tints

Shades of #BEA7B3

#BEA7B3
(190,167,179)
#AD98A3
(173,152,163)
#9C8993
(156,137,147)
#8B7A83
(139,122,131)
#7A6B73
(122,107,115)
#695C63
(105,92,99)
#584D53
(88,77,83)
#473E43
(71,62,67)
#362F33
(54,47,51)
#252023
(37,32,35)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #BEA7B3

#BEA7B3
(190,167,179)
#C3AFB9
(195,175,185)
#C8B7BF
(200,183,191)
#CDBFC5
(205,191,197)
#D2C7CB
(210,199,203)
#D7CFD1
(215,207,209)
#DCD7D7
(220,215,215)
#E1DFDD
(225,223,221)
#E6E7E3
(230,231,227)
#EBEFE9
(235,239,233)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA7B3 color. Also use rgb(190,167,179) instead hex code.

Text Font Color

.myTextColor { color: #BEA7B3; }

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

This text font color is #BEA7B3.


Background Color

.myBgColor { background-color: #BEA7B3; }

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

This div background color is #BEA7B3.


Border color

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

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

This div border color is #BEA7B3.


Opacity

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

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

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

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

This text has shadow with #BEA7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA7B3 on black background.


Color preview on white background

This text has color #BEA7B3 on white background.



Black color preview on #BEA7B3 background

This text has black color on #BEA7B3 background.


White color preview on #BEA7B3 background

This text has white color on #BEA7B3 background.