COLOR #BEACA6

HEX: #BEACA6
RGB: (190,172,166)

Color info

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

RGB color model

#BEACA6 color RGB value is (190,172,166).

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

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 166 of 255 = 65%

190
172
166

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

Portions of RGB colors in percentages

R + G + B =
190 + 172 + 166 = 528 (100%)
R 190 of 528 ~ 35.98%
G 172 of 528 ~ 32.58%
B 166 of 528 ~ 31.44%

%35.98
%32.58
%31.44

CMYK color model

#BEACA6 color CMYK value is (0,9,13,25).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 12.63%
  • key color value is 25.49%
CMYK:
(0,9,13,25)
C0M9Y13K25 
(0%,9%,13%,25%)
(0.00/0.09/0.13/0.25)	

CMYK percentages

%0
%9.47
%12.63
%25.49

Codes

Color #BEACA6 in popluar color models

BEACA6
RGB190172166
HSL15°15.58%69.80%
HSB/HSV15°12.63%74.51%
CMYK0.00%9.47%12.63%
25.49%

Color #BEACA6 in popluar number systems.

HEXBEACA6
Decimal190172166
Binary101111101010110010100110
Octal276254246

Shades and tints

Shades of #BEACA6

#BEACA6
(190,172,166)
#AD9D97
(173,157,151)
#9C8E88
(156,142,136)
#8B7F79
(139,127,121)
#7A706A
(122,112,106)
#69615B
(105,97,91)
#58524C
(88,82,76)
#47433D
(71,67,61)
#36342E
(54,52,46)
#25251F
(37,37,31)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #BEACA6

#BEACA6
(190,172,166)
#C3B3AE
(195,179,174)
#C8BAB6
(200,186,182)
#CDC1BE
(205,193,190)
#D2C8C6
(210,200,198)
#D7CFCE
(215,207,206)
#DCD6D6
(220,214,214)
#E1DDDE
(225,221,222)
#E6E4E6
(230,228,230)
#EBEBEE
(235,235,238)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEACA6; }

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

This text font color is #BEACA6.


Background Color

.myBgColor { background-color: #BEACA6; }

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

This div background color is #BEACA6.


Border color

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

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

This div border color is #BEACA6.


Opacity

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

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

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

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

This text has shadow with #BEACA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEACA6 on black background.


Color preview on white background

This text has color #BEACA6 on white background.



Black color preview on #BEACA6 background

This text has black color on #BEACA6 background.


White color preview on #BEACA6 background

This text has white color on #BEACA6 background.