COLOR #BEA7B8

HEX: #BEA7B8
RGB: (190,167,184)

Color info

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

RGB color model

#BEA7B8 color RGB value is (190,167,184).

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

RGB channels and saturation

R 190 of 255 = 75%
G 167 of 255 = 65%
B 184 of 255 = 72%

190
167
184

R + G + B ~ 71%. #BEA7B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 167 + 184 = 541 (100%)
R 190 of 541 ~ 35.12%
G 167 of 541 ~ 30.87%
B 184 of 541 ~ 34.01%

%35.12
%30.87
%34.01

CMYK color model

#BEA7B8 color CMYK value is (0,12,3,25).

  • cyan value is 0.00%
  • magenta value is 12.11%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK:
(0,12,3,25)
C0M12Y3K25 
(0%,12%,3%,25%)
(0.00/0.12/0.03/0.25)	

CMYK percentages

%0
%12.11
%3.16
%25.49

Codes

Color #BEA7B8 in popluar color models

BEA7B8
RGB190167184
HSL316°15.03%70.00%
HSB/HSV316°12.11%74.51%
CMYK0.00%12.11%3.16%
25.49%

Color #BEA7B8 in popluar number systems.

HEXBEA7B8
Decimal190167184
Binary101111101010011110111000
Octal276247270

Shades and tints

Shades of #BEA7B8

#BEA7B8
(190,167,184)
#AD98A8
(173,152,168)
#9C8998
(156,137,152)
#8B7A88
(139,122,136)
#7A6B78
(122,107,120)
#695C68
(105,92,104)
#584D58
(88,77,88)
#473E48
(71,62,72)
#362F38
(54,47,56)
#252028
(37,32,40)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #BEA7B8

#BEA7B8
(190,167,184)
#C3AFBE
(195,175,190)
#C8B7C4
(200,183,196)
#CDBFCA
(205,191,202)
#D2C7D0
(210,199,208)
#D7CFD6
(215,207,214)
#DCD7DC
(220,215,220)
#E1DFE2
(225,223,226)
#E6E7E8
(230,231,232)
#EBEFEE
(235,239,238)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA7B8; }

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

This text font color is #BEA7B8.


Background Color

.myBgColor { background-color: #BEA7B8; }

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

This div background color is #BEA7B8.


Border color

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

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

This div border color is #BEA7B8.


Opacity

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

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

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

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

This text has shadow with #BEA7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA7B8 on black background.


Color preview on white background

This text has color #BEA7B8 on white background.



Black color preview on #BEA7B8 background

This text has black color on #BEA7B8 background.


White color preview on #BEA7B8 background

This text has white color on #BEA7B8 background.