COLOR #BEACA1

HEX: #BEACA1
RGB: (190,172,161)

Color info

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

RGB color model

#BEACA1 color RGB value is (190,172,161).

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

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 161 of 255 = 63%

190
172
161

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

Portions of RGB colors in percentages

R + G + B =
190 + 172 + 161 = 523 (100%)
R 190 of 523 ~ 36.33%
G 172 of 523 ~ 32.89%
B 161 of 523 ~ 30.78%

%36.33
%32.89
%30.78

CMYK color model

#BEACA1 color CMYK value is (0,9,15,25).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 15.26%
  • key color value is 25.49%
CMYK:
(0,9,15,25)
C0M9Y15K25 
(0%,9%,15%,25%)
(0.00/0.09/0.15/0.25)	

CMYK percentages

%0
%9.47
%15.26
%25.49

Codes

Color #BEACA1 in popluar color models

BEACA1
RGB190172161
HSL23°18.24%68.82%
HSB/HSV23°15.26%74.51%
CMYK0.00%9.47%15.26%
25.49%

Color #BEACA1 in popluar number systems.

HEXBEACA1
Decimal190172161
Binary101111101010110010100001
Octal276254241

Shades and tints

Shades of #BEACA1

#BEACA1
(190,172,161)
#AD9D93
(173,157,147)
#9C8E85
(156,142,133)
#8B7F77
(139,127,119)
#7A7069
(122,112,105)
#69615B
(105,97,91)
#58524D
(88,82,77)
#47433F
(71,67,63)
#363431
(54,52,49)
#252523
(37,37,35)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BEACA1

#BEACA1
(190,172,161)
#C3B3A9
(195,179,169)
#C8BAB1
(200,186,177)
#CDC1B9
(205,193,185)
#D2C8C1
(210,200,193)
#D7CFC9
(215,207,201)
#DCD6D1
(220,214,209)
#E1DDD9
(225,221,217)
#E6E4E1
(230,228,225)
#EBEBE9
(235,235,233)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEACA1; }

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

This text font color is #BEACA1.


Background Color

.myBgColor { background-color: #BEACA1; }

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

This div background color is #BEACA1.


Border color

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

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

This div border color is #BEACA1.


Opacity

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

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

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

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

This text has shadow with #BEACA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEACA1 on black background.


Color preview on white background

This text has color #BEACA1 on white background.



Black color preview on #BEACA1 background

This text has black color on #BEACA1 background.


White color preview on #BEACA1 background

This text has white color on #BEACA1 background.