COLOR #BEA2AE

HEX: #BEA2AE
RGB: (190,162,174)

Color info

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

RGB color model

#BEA2AE color RGB value is (190,162,174).

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

RGB channels and saturation

R 190 of 255 = 75%
G 162 of 255 = 64%
B 174 of 255 = 68%

190
162
174

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

Portions of RGB colors in percentages

R + G + B =
190 + 162 + 174 = 526 (100%)
R 190 of 526 ~ 36.12%
G 162 of 526 ~ 30.8%
B 174 of 526 ~ 33.08%

%36.12
%30.8
%33.08

CMYK color model

#BEA2AE color CMYK value is (0,15,8,25).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 8.42%
  • key color value is 25.49%
CMYK:
(0,15,8,25)
C0M15Y8K25 
(0%,15%,8%,25%)
(0.00/0.15/0.08/0.25)	

CMYK percentages

%0
%14.74
%8.42
%25.49

Codes

Color #BEA2AE in popluar color models

BEA2AE
RGB190162174
HSL334°17.72%69.02%
HSB/HSV334°14.74%74.51%
CMYK0.00%14.74%8.42%
25.49%

Color #BEA2AE in popluar number systems.

HEXBEA2AE
Decimal190162174
Binary101111101010001010101110
Octal276242256

Shades and tints

Shades of #BEA2AE

#BEA2AE
(190,162,174)
#AD949F
(173,148,159)
#9C8690
(156,134,144)
#8B7881
(139,120,129)
#7A6A72
(122,106,114)
#695C63
(105,92,99)
#584E54
(88,78,84)
#474045
(71,64,69)
#363236
(54,50,54)
#252427
(37,36,39)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #BEA2AE

#BEA2AE
(190,162,174)
#C3AAB5
(195,170,181)
#C8B2BC
(200,178,188)
#CDBAC3
(205,186,195)
#D2C2CA
(210,194,202)
#D7CAD1
(215,202,209)
#DCD2D8
(220,210,216)
#E1DADF
(225,218,223)
#E6E2E6
(230,226,230)
#EBEAED
(235,234,237)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA2AE; }

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

This text font color is #BEA2AE.


Background Color

.myBgColor { background-color: #BEA2AE; }

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

This div background color is #BEA2AE.


Border color

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

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

This div border color is #BEA2AE.


Opacity

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

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

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

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

This text has shadow with #BEA2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA2AE on black background.


Color preview on white background

This text has color #BEA2AE on white background.



Black color preview on #BEA2AE background

This text has black color on #BEA2AE background.


White color preview on #BEA2AE background

This text has white color on #BEA2AE background.