COLOR #BEA7B6

HEX: #BEA7B6
RGB: (190,167,182)

Color info

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

RGB color model

#BEA7B6 color RGB value is (190,167,182).

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

RGB channels and saturation

R 190 of 255 = 75%
G 167 of 255 = 65%
B 182 of 255 = 71%

190
167
182

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

Portions of RGB colors in percentages

R + G + B =
190 + 167 + 182 = 539 (100%)
R 190 of 539 ~ 35.25%
G 167 of 539 ~ 30.98%
B 182 of 539 ~ 33.77%

%35.25
%30.98
%33.77

CMYK color model

#BEA7B6 color CMYK value is (0,12,4,25).

  • cyan value is 0.00%
  • magenta value is 12.11%
  • yellow value is 4.21%
  • key color value is 25.49%
CMYK:
(0,12,4,25)
C0M12Y4K25 
(0%,12%,4%,25%)
(0.00/0.12/0.04/0.25)	

CMYK percentages

%0
%12.11
%4.21
%25.49

Codes

Color #BEA7B6 in popluar color models

BEA7B6
RGB190167182
HSL321°15.03%70.00%
HSB/HSV321°12.11%74.51%
CMYK0.00%12.11%4.21%
25.49%

Color #BEA7B6 in popluar number systems.

HEXBEA7B6
Decimal190167182
Binary101111101010011110110110
Octal276247266

Shades and tints

Shades of #BEA7B6

#BEA7B6
(190,167,182)
#AD98A6
(173,152,166)
#9C8996
(156,137,150)
#8B7A86
(139,122,134)
#7A6B76
(122,107,118)
#695C66
(105,92,102)
#584D56
(88,77,86)
#473E46
(71,62,70)
#362F36
(54,47,54)
#252026
(37,32,38)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #BEA7B6

#BEA7B6
(190,167,182)
#C3AFBC
(195,175,188)
#C8B7C2
(200,183,194)
#CDBFC8
(205,191,200)
#D2C7CE
(210,199,206)
#D7CFD4
(215,207,212)
#DCD7DA
(220,215,218)
#E1DFE0
(225,223,224)
#E6E7E6
(230,231,230)
#EBEFEC
(235,239,236)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA7B6; }

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

This text font color is #BEA7B6.


Background Color

.myBgColor { background-color: #BEA7B6; }

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

This div background color is #BEA7B6.


Border color

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

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

This div border color is #BEA7B6.


Opacity

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

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

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

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

This text has shadow with #BEA7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA7B6 on black background.


Color preview on white background

This text has color #BEA7B6 on white background.



Black color preview on #BEA7B6 background

This text has black color on #BEA7B6 background.


White color preview on #BEA7B6 background

This text has white color on #BEA7B6 background.