COLOR #BEC88F

HEX: #BEC88F
RGB: (190,200,143)

Color info

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

RGB color model

#BEC88F color RGB value is (190,200,143).

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

RGB channels and saturation

R 190 of 255 = 75%
G 200 of 255 = 78%
B 143 of 255 = 56%

190
200
143

R + G + B ~ 70%. #BEC88F is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 200 + 143 = 533 (100%)
R 190 of 533 ~ 35.65%
G 200 of 533 ~ 37.52%
B 143 of 533 ~ 26.83%

%35.65
%37.52
%26.83

CMYK color model

#BEC88F color CMYK value is (5,0,29,22).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 21.57%
CMYK:
(5,0,29,22)
C5M0Y29K22 
(5%,0%,29%,22%)
(0.05/0.00/0.29/0.22)	

CMYK percentages

%5
%0
%28.5
%21.57

Codes

Color #BEC88F in popluar color models

BEC88F
RGB190200143
HSL71°34.13%67.25%
HSB/HSV71°28.50%78.43%
CMYK5.00%0.00%28.50%
21.57%

Color #BEC88F in popluar number systems.

HEXBEC88F
Decimal190200143
Binary101111101100100010001111
Octal276310217

Shades and tints

Shades of #BEC88F

#BEC88F
(190,200,143)
#ADB682
(173,182,130)
#9CA475
(156,164,117)
#8B9268
(139,146,104)
#7A805B
(122,128,91)
#696E4E
(105,110,78)
#585C41
(88,92,65)
#474A34
(71,74,52)
#363827
(54,56,39)
#25261A
(37,38,26)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #BEC88F

#BEC88F
(190,200,143)
#C3CD99
(195,205,153)
#C8D2A3
(200,210,163)
#CDD7AD
(205,215,173)
#D2DCB7
(210,220,183)
#D7E1C1
(215,225,193)
#DCE6CB
(220,230,203)
#E1EBD5
(225,235,213)
#E6F0DF
(230,240,223)
#EBF5E9
(235,245,233)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC88F; }

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

This text font color is #BEC88F.


Background Color

.myBgColor { background-color: #BEC88F; }

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

This div background color is #BEC88F.


Border color

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

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

This div border color is #BEC88F.


Opacity

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

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

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

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

This text has shadow with #BEC88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC88F on black background.


Color preview on white background

This text has color #BEC88F on white background.



Black color preview on #BEC88F background

This text has black color on #BEC88F background.


White color preview on #BEC88F background

This text has white color on #BEC88F background.