COLOR #BEAF94

HEX: #BEAF94
RGB: (190,175,148)

Color info

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

RGB color model

#BEAF94 color RGB value is (190,175,148).

  • red value is 190;
  • green value is 175;
  • blue value is 148.
RGB:
(190,175,148)
(75%,69%,58%)

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 148 of 255 = 58%

190
175
148

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

Portions of RGB colors in percentages

R + G + B =
190 + 175 + 148 = 513 (100%)
R 190 of 513 ~ 37.04%
G 175 of 513 ~ 34.11%
B 148 of 513 ~ 28.85%

%37.04
%34.11
%28.85

CMYK color model

#BEAF94 color CMYK value is (0,8,22,25).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 22.11%
  • key color value is 25.49%
CMYK:
(0,8,22,25)
C0M8Y22K25 
(0%,8%,22%,25%)
(0.00/0.08/0.22/0.25)	

CMYK percentages

%0
%7.89
%22.11
%25.49

Codes

Color #BEAF94 in popluar color models

BEAF94
RGB190175148
HSL39°24.42%66.27%
HSB/HSV39°22.11%74.51%
CMYK0.00%7.89%22.11%
25.49%

Color #BEAF94 in popluar number systems.

HEXBEAF94
Decimal190175148
Binary101111101010111110010100
Octal276257224

Shades and tints

Shades of #BEAF94

#BEAF94
(190,175,148)
#ADA087
(173,160,135)
#9C917A
(156,145,122)
#8B826D
(139,130,109)
#7A7360
(122,115,96)
#696453
(105,100,83)
#585546
(88,85,70)
#474639
(71,70,57)
#36372C
(54,55,44)
#25281F
(37,40,31)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #BEAF94

#BEAF94
(190,175,148)
#C3B69D
(195,182,157)
#C8BDA6
(200,189,166)
#CDC4AF
(205,196,175)
#D2CBB8
(210,203,184)
#D7D2C1
(215,210,193)
#DCD9CA
(220,217,202)
#E1E0D3
(225,224,211)
#E6E7DC
(230,231,220)
#EBEEE5
(235,238,229)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAF94 color. Also use rgb(190,175,148) instead hex code.

Text Font Color

.myTextColor { color: #BEAF94; }

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

This text font color is #BEAF94.


Background Color

.myBgColor { background-color: #BEAF94; }

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

This div background color is #BEAF94.


Border color

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

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

This div border color is #BEAF94.


Opacity

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

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

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

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

This text has shadow with #BEAF94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAF94 on black background.


Color preview on white background

This text has color #BEAF94 on white background.



Black color preview on #BEAF94 background

This text has black color on #BEAF94 background.


White color preview on #BEAF94 background

This text has white color on #BEAF94 background.