COLOR #BEF796

HEX: #BEF796
RGB: (190,247,150)

Color info

#BEF796 contains mainly red and green colors. Web safe color of #BEF796 is #CCFF99 (or #CF9).

RGB color model

#BEF796 color RGB value is (190,247,150).

  • red value is 190;
  • green value is 247;
  • blue value is 150.
RGB:
(190,247,150)
(75%,97%,59%)

RGB channels and saturation

R 190 of 255 = 75%
G 247 of 255 = 97%
B 150 of 255 = 59%

190
247
150

R + G + B ~ 77%. #BEF796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 247 + 150 = 587 (100%)
R 190 of 587 ~ 32.37%
G 247 of 587 ~ 42.08%
B 150 of 587 ~ 25.55%

%32.37
%42.08
%25.55

CMYK color model

#BEF796 color CMYK value is (23,0,39,3).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 39.27%
  • key color value is 3.14%
CMYK:
(23,0,39,3)
C23M0Y39K3 
(23%,0%,39%,3%)
(0.23/0.00/0.39/0.03)	

CMYK percentages

%23.08
%0
%39.27
%3.14

Codes

Color #BEF796 in popluar color models

BEF796
RGB190247150
HSL95°85.84%77.84%
HSB/HSV95°39.27%96.86%
CMYK23.08%0.00%39.27%
3.14%

Color #BEF796 in popluar number systems.

HEXBEF796
Decimal190247150
Binary101111101111011110010110
Octal276367226

Shades and tints

Shades of #BEF796

#BEF796
(190,247,150)
#ADE189
(173,225,137)
#9CCB7C
(156,203,124)
#8BB56F
(139,181,111)
#7A9F62
(122,159,98)
#698955
(105,137,85)
#587348
(88,115,72)
#475D3B
(71,93,59)
#36472E
(54,71,46)
#253121
(37,49,33)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #BEF796

#BEF796
(190,247,150)
#C3F79F
(195,247,159)
#C8F7A8
(200,247,168)
#CDF7B1
(205,247,177)
#D2F7BA
(210,247,186)
#D7F7C3
(215,247,195)
#DCF7CC
(220,247,204)
#E1F7D5
(225,247,213)
#E6F7DE
(230,247,222)
#EBF7E7
(235,247,231)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF796 color. Also use rgb(190,247,150) instead hex code.

Text Font Color

.myTextColor { color: #BEF796; }

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

This text font color is #BEF796.


Background Color

.myBgColor { background-color: #BEF796; }

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

This div background color is #BEF796.


Border color

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

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

This div border color is #BEF796.


Opacity

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

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

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

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

This text has shadow with #BEF796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF796 on black background.


Color preview on white background

This text has color #BEF796 on white background.



Black color preview on #BEF796 background

This text has black color on #BEF796 background.


White color preview on #BEF796 background

This text has white color on #BEF796 background.