COLOR #BEACA2

HEX: #BEACA2
RGB: (190,172,162)

Color info

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

RGB color model

#BEACA2 color RGB value is (190,172,162).

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

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 162 of 255 = 64%

190
172
162

R + G + B ~ 69%. #BEACA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 172 + 162 = 524 (100%)
R 190 of 524 ~ 36.26%
G 172 of 524 ~ 32.82%
B 162 of 524 ~ 30.92%

%36.26
%32.82
%30.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 14.74%
  • 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
%14.74
%25.49

Codes

Color #BEACA2 in popluar color models

BEACA2
RGB190172162
HSL21°17.72%69.02%
HSB/HSV21°14.74%74.51%
CMYK0.00%9.47%14.74%
25.49%

Color #BEACA2 in popluar number systems.

HEXBEACA2
Decimal190172162
Binary101111101010110010100010
Octal276254242

Shades and tints

Shades of #BEACA2

#BEACA2
(190,172,162)
#AD9D94
(173,157,148)
#9C8E86
(156,142,134)
#8B7F78
(139,127,120)
#7A706A
(122,112,106)
#69615C
(105,97,92)
#58524E
(88,82,78)
#474340
(71,67,64)
#363432
(54,52,50)
#252524
(37,37,36)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #BEACA2

#BEACA2
(190,172,162)
#C3B3AA
(195,179,170)
#C8BAB2
(200,186,178)
#CDC1BA
(205,193,186)
#D2C8C2
(210,200,194)
#D7CFCA
(215,207,202)
#DCD6D2
(220,214,210)
#E1DDDA
(225,221,218)
#E6E4E2
(230,228,226)
#EBEBEA
(235,235,234)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEACA2; }

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

This text font color is #BEACA2.


Background Color

.myBgColor { background-color: #BEACA2; }

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

This div background color is #BEACA2.


Border color

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

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

This div border color is #BEACA2.


Opacity

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

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

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

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

This text has shadow with #BEACA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEACA2 on black background.


Color preview on white background

This text has color #BEACA2 on white background.



Black color preview on #BEACA2 background

This text has black color on #BEACA2 background.


White color preview on #BEACA2 background

This text has white color on #BEACA2 background.