COLOR #BEA6AC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

190
166
172

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

Portions of RGB colors in percentages

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

%35.98
%31.44
%32.58

CMYK color model

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

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

CMYK percentages

%0
%12.63
%9.47
%25.49

Codes

Color #BEA6AC in popluar color models

BEA6AC
RGB190166172
HSL345°15.58%69.80%
HSB/HSV345°12.63%74.51%
CMYK0.00%12.63%9.47%
25.49%

Color #BEA6AC in popluar number systems.

HEXBEA6AC
Decimal190166172
Binary101111101010011010101100
Octal276246254

Shades and tints

Shades of #BEA6AC

#BEA6AC
(190,166,172)
#AD979D
(173,151,157)
#9C888E
(156,136,142)
#8B797F
(139,121,127)
#7A6A70
(122,106,112)
#695B61
(105,91,97)
#584C52
(88,76,82)
#473D43
(71,61,67)
#362E34
(54,46,52)
#251F25
(37,31,37)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #BEA6AC

#BEA6AC
(190,166,172)
#C3AEB3
(195,174,179)
#C8B6BA
(200,182,186)
#CDBEC1
(205,190,193)
#D2C6C8
(210,198,200)
#D7CECF
(215,206,207)
#DCD6D6
(220,214,214)
#E1DEDD
(225,222,221)
#E6E6E4
(230,230,228)
#EBEEEB
(235,238,235)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA6AC; }

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

This text font color is #BEA6AC.


Background Color

.myBgColor { background-color: #BEA6AC; }

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

This div background color is #BEA6AC.


Border color

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

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

This div border color is #BEA6AC.


Opacity

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

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

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

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

This text has shadow with #BEA6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA6AC on black background.


Color preview on white background

This text has color #BEA6AC on white background.



Black color preview on #BEA6AC background

This text has black color on #BEA6AC background.


White color preview on #BEA6AC background

This text has white color on #BEA6AC background.