COLOR #BEC89F

HEX: #BEC89F
RGB: (190,200,159)

Color info

#BEC89F contains red, green and blue colors in about the same proportion. Web safe color of #BEC89F is #CCCC99 (or #CC9).

RGB color model

#BEC89F color RGB value is (190,200,159).

  • red value is 190;
  • green value is 200;
  • blue value is 159.
RGB:
(190,200,159)
(75%,78%,62%)

RGB channels and saturation

R 190 of 255 = 75%
G 200 of 255 = 78%
B 159 of 255 = 62%

190
200
159

R + G + B ~ 72%. #BEC89F is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 200 + 159 = 549 (100%)
R 190 of 549 ~ 34.61%
G 200 of 549 ~ 36.43%
B 159 of 549 ~ 28.96%

%34.61
%36.43
%28.96

CMYK color model

#BEC89F color CMYK value is (5,0,21,22).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 21.57%
CMYK:
(5,0,21,22)
C5M0Y21K22 
(5%,0%,21%,22%)
(0.05/0.00/0.21/0.22)	

CMYK percentages

%5
%0
%20.5
%21.57

Codes

Color #BEC89F in popluar color models

BEC89F
RGB190200159
HSL75°27.15%70.39%
HSB/HSV75°20.50%78.43%
CMYK5.00%0.00%20.50%
21.57%

Color #BEC89F in popluar number systems.

HEXBEC89F
Decimal190200159
Binary101111101100100010011111
Octal276310237

Shades and tints

Shades of #BEC89F

#BEC89F
(190,200,159)
#ADB691
(173,182,145)
#9CA483
(156,164,131)
#8B9275
(139,146,117)
#7A8067
(122,128,103)
#696E59
(105,110,89)
#585C4B
(88,92,75)
#474A3D
(71,74,61)
#36382F
(54,56,47)
#252621
(37,38,33)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #BEC89F

#BEC89F
(190,200,159)
#C3CDA7
(195,205,167)
#C8D2AF
(200,210,175)
#CDD7B7
(205,215,183)
#D2DCBF
(210,220,191)
#D7E1C7
(215,225,199)
#DCE6CF
(220,230,207)
#E1EBD7
(225,235,215)
#E6F0DF
(230,240,223)
#EBF5E7
(235,245,231)
#F0FAEF
(240,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC89F color. Also use rgb(190,200,159) instead hex code.

Text Font Color

.myTextColor { color: #BEC89F; }

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

This text font color is #BEC89F.


Background Color

.myBgColor { background-color: #BEC89F; }

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

This div background color is #BEC89F.


Border color

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

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

This div border color is #BEC89F.


Opacity

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

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

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

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

This text has shadow with #BEC89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC89F on black background.


Color preview on white background

This text has color #BEC89F on white background.



Black color preview on #BEC89F background

This text has black color on #BEC89F background.


White color preview on #BEC89F background

This text has white color on #BEC89F background.