COLOR #BEAF8F

HEX: #BEAF8F
RGB: (190,175,143)

Color info

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

RGB color model

#BEAF8F color RGB value is (190,175,143).

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

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 143 of 255 = 56%

190
175
143

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

Portions of RGB colors in percentages

R + G + B =
190 + 175 + 143 = 508 (100%)
R 190 of 508 ~ 37.4%
G 175 of 508 ~ 34.45%
B 143 of 508 ~ 28.15%

%37.4
%34.45
%28.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 24.74%
  • key color value is 25.49%
CMYK:
(0,8,25,25)
C0M8Y25K25 
(0%,8%,25%,25%)
(0.00/0.08/0.25/0.25)	

CMYK percentages

%0
%7.89
%24.74
%25.49

Codes

Color #BEAF8F in popluar color models

BEAF8F
RGB190175143
HSL41°26.55%65.29%
HSB/HSV41°24.74%74.51%
CMYK0.00%7.89%24.74%
25.49%

Color #BEAF8F in popluar number systems.

HEXBEAF8F
Decimal190175143
Binary101111101010111110001111
Octal276257217

Shades and tints

Shades of #BEAF8F

#BEAF8F
(190,175,143)
#ADA082
(173,160,130)
#9C9175
(156,145,117)
#8B8268
(139,130,104)
#7A735B
(122,115,91)
#69644E
(105,100,78)
#585541
(88,85,65)
#474634
(71,70,52)
#363727
(54,55,39)
#25281A
(37,40,26)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #BEAF8F

#BEAF8F
(190,175,143)
#C3B699
(195,182,153)
#C8BDA3
(200,189,163)
#CDC4AD
(205,196,173)
#D2CBB7
(210,203,183)
#D7D2C1
(215,210,193)
#DCD9CB
(220,217,203)
#E1E0D5
(225,224,213)
#E6E7DF
(230,231,223)
#EBEEE9
(235,238,233)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAF8F; }

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

This text font color is #BEAF8F.


Background Color

.myBgColor { background-color: #BEAF8F; }

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

This div background color is #BEAF8F.


Border color

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

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

This div border color is #BEAF8F.


Opacity

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

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

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

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

This text has shadow with #BEAF8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAF8F on black background.


Color preview on white background

This text has color #BEAF8F on white background.



Black color preview on #BEAF8F background

This text has black color on #BEAF8F background.


White color preview on #BEAF8F background

This text has white color on #BEAF8F background.