COLOR #BEA2AC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

190
162
172

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

Portions of RGB colors in percentages

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

%36.26
%30.92
%32.82

CMYK color model

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

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

CMYK percentages

%0
%14.74
%9.47
%25.49

Codes

Color #BEA2AC in popluar color models

BEA2AC
RGB190162172
HSL339°17.72%69.02%
HSB/HSV339°14.74%74.51%
CMYK0.00%14.74%9.47%
25.49%

Color #BEA2AC in popluar number systems.

HEXBEA2AC
Decimal190162172
Binary101111101010001010101100
Octal276242254

Shades and tints

Shades of #BEA2AC

#BEA2AC
(190,162,172)
#AD949D
(173,148,157)
#9C868E
(156,134,142)
#8B787F
(139,120,127)
#7A6A70
(122,106,112)
#695C61
(105,92,97)
#584E52
(88,78,82)
#474043
(71,64,67)
#363234
(54,50,52)
#252425
(37,36,37)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #BEA2AC

#BEA2AC
(190,162,172)
#C3AAB3
(195,170,179)
#C8B2BA
(200,178,186)
#CDBAC1
(205,186,193)
#D2C2C8
(210,194,200)
#D7CACF
(215,202,207)
#DCD2D6
(220,210,214)
#E1DADD
(225,218,221)
#E6E2E4
(230,226,228)
#EBEAEB
(235,234,235)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA2AC; }

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

This text font color is #BEA2AC.


Background Color

.myBgColor { background-color: #BEA2AC; }

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

This div background color is #BEA2AC.


Border color

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

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

This div border color is #BEA2AC.


Opacity

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

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

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

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

This text has shadow with #BEA2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA2AC on black background.


Color preview on white background

This text has color #BEA2AC on white background.



Black color preview on #BEA2AC background

This text has black color on #BEA2AC background.


White color preview on #BEA2AC background

This text has white color on #BEA2AC background.