COLOR #BEA1A7

HEX: #BEA1A7
RGB: (190,161,167)

Color info

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

RGB color model

#BEA1A7 color RGB value is (190,161,167).

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

RGB channels and saturation

R 190 of 255 = 75%
G 161 of 255 = 63%
B 167 of 255 = 65%

190
161
167

R + G + B ~ 68%. #BEA1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 161 + 167 = 518 (100%)
R 190 of 518 ~ 36.68%
G 161 of 518 ~ 31.08%
B 167 of 518 ~ 32.24%

%36.68
%31.08
%32.24

CMYK color model

#BEA1A7 color CMYK value is (0,15,12,25).

  • cyan value is 0.00%
  • magenta value is 15.26%
  • yellow value is 12.11%
  • key color value is 25.49%
CMYK:
(0,15,12,25)
C0M15Y12K25 
(0%,15%,12%,25%)
(0.00/0.15/0.12/0.25)	

CMYK percentages

%0
%15.26
%12.11
%25.49

Codes

Color #BEA1A7 in popluar color models

BEA1A7
RGB190161167
HSL348°18.24%68.82%
HSB/HSV348°15.26%74.51%
CMYK0.00%15.26%12.11%
25.49%

Color #BEA1A7 in popluar number systems.

HEXBEA1A7
Decimal190161167
Binary101111101010000110100111
Octal276241247

Shades and tints

Shades of #BEA1A7

#BEA1A7
(190,161,167)
#AD9398
(173,147,152)
#9C8589
(156,133,137)
#8B777A
(139,119,122)
#7A696B
(122,105,107)
#695B5C
(105,91,92)
#584D4D
(88,77,77)
#473F3E
(71,63,62)
#36312F
(54,49,47)
#252320
(37,35,32)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #BEA1A7

#BEA1A7
(190,161,167)
#C3A9AF
(195,169,175)
#C8B1B7
(200,177,183)
#CDB9BF
(205,185,191)
#D2C1C7
(210,193,199)
#D7C9CF
(215,201,207)
#DCD1D7
(220,209,215)
#E1D9DF
(225,217,223)
#E6E1E7
(230,225,231)
#EBE9EF
(235,233,239)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA1A7; }

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

This text font color is #BEA1A7.


Background Color

.myBgColor { background-color: #BEA1A7; }

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

This div background color is #BEA1A7.


Border color

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

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

This div border color is #BEA1A7.


Opacity

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

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

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

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

This text has shadow with #BEA1A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA1A7 on black background.


Color preview on white background

This text has color #BEA1A7 on white background.



Black color preview on #BEA1A7 background

This text has black color on #BEA1A7 background.


White color preview on #BEA1A7 background

This text has white color on #BEA1A7 background.