COLOR #BEAC98

HEX: #BEAC98
RGB: (190,172,152)

Color info

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

RGB color model

#BEAC98 color RGB value is (190,172,152).

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

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 152 of 255 = 60%

190
172
152

R + G + B ~ 67%. #BEAC98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 172 + 152 = 514 (100%)
R 190 of 514 ~ 36.96%
G 172 of 514 ~ 33.46%
B 152 of 514 ~ 29.57%

%36.96
%33.46
%29.57

CMYK color model

#BEAC98 color CMYK value is (0,9,20,25).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 20.00%
  • key color value is 25.49%
CMYK:
(0,9,20,25)
C0M9Y20K25 
(0%,9%,20%,25%)
(0.00/0.09/0.20/0.25)	

CMYK percentages

%0
%9.47
%20
%25.49

Codes

Color #BEAC98 in popluar color models

BEAC98
RGB190172152
HSL32°22.62%67.06%
HSB/HSV32°20.00%74.51%
CMYK0.00%9.47%20.00%
25.49%

Color #BEAC98 in popluar number systems.

HEXBEAC98
Decimal190172152
Binary101111101010110010011000
Octal276254230

Shades and tints

Shades of #BEAC98

#BEAC98
(190,172,152)
#AD9D8B
(173,157,139)
#9C8E7E
(156,142,126)
#8B7F71
(139,127,113)
#7A7064
(122,112,100)
#696157
(105,97,87)
#58524A
(88,82,74)
#47433D
(71,67,61)
#363430
(54,52,48)
#252523
(37,37,35)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #BEAC98

#BEAC98
(190,172,152)
#C3B3A1
(195,179,161)
#C8BAAA
(200,186,170)
#CDC1B3
(205,193,179)
#D2C8BC
(210,200,188)
#D7CFC5
(215,207,197)
#DCD6CE
(220,214,206)
#E1DDD7
(225,221,215)
#E6E4E0
(230,228,224)
#EBEBE9
(235,235,233)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAC98; }

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

This text font color is #BEAC98.


Background Color

.myBgColor { background-color: #BEAC98; }

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

This div background color is #BEAC98.


Border color

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

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

This div border color is #BEAC98.


Opacity

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

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

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

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

This text has shadow with #BEAC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAC98 on black background.


Color preview on white background

This text has color #BEAC98 on white background.



Black color preview on #BEAC98 background

This text has black color on #BEAC98 background.


White color preview on #BEAC98 background

This text has white color on #BEAC98 background.