COLOR #BEF2A0

HEX: #BEF2A0
RGB: (190,242,160)

Color info

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

RGB color model

#BEF2A0 color RGB value is (190,242,160).

  • red value is 190;
  • green value is 242;
  • blue value is 160.
RGB:
(190,242,160)
(75%,95%,63%)

RGB channels and saturation

R 190 of 255 = 75%
G 242 of 255 = 95%
B 160 of 255 = 63%

190
242
160

R + G + B ~ 78%. #BEF2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 242 + 160 = 592 (100%)
R 190 of 592 ~ 32.09%
G 242 of 592 ~ 40.88%
B 160 of 592 ~ 27.03%

%32.09
%40.88
%27.03

CMYK color model

#BEF2A0 color CMYK value is (21,0,34,5).

  • cyan value is 21.49%
  • magenta value is 0.00%
  • yellow value is 33.88%
  • key color value is 5.10%
CMYK:
(21,0,34,5)
C21M0Y34K5 
(21%,0%,34%,5%)
(0.21/0.00/0.34/0.05)	

CMYK percentages

%21.49
%0
%33.88
%5.1

Codes

Color #BEF2A0 in popluar color models

BEF2A0
RGB190242160
HSL98°75.93%78.82%
HSB/HSV98°33.88%94.90%
CMYK21.49%0.00%33.88%
5.10%

Color #BEF2A0 in popluar number systems.

HEXBEF2A0
Decimal190242160
Binary101111101111001010100000
Octal276362240

Shades and tints

Shades of #BEF2A0

#BEF2A0
(190,242,160)
#ADDC92
(173,220,146)
#9CC684
(156,198,132)
#8BB076
(139,176,118)
#7A9A68
(122,154,104)
#69845A
(105,132,90)
#586E4C
(88,110,76)
#47583E
(71,88,62)
#364230
(54,66,48)
#252C22
(37,44,34)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #BEF2A0

#BEF2A0
(190,242,160)
#C3F3A8
(195,243,168)
#C8F4B0
(200,244,176)
#CDF5B8
(205,245,184)
#D2F6C0
(210,246,192)
#D7F7C8
(215,247,200)
#DCF8D0
(220,248,208)
#E1F9D8
(225,249,216)
#E6FAE0
(230,250,224)
#EBFBE8
(235,251,232)
#F0FCF0
(240,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF2A0 color. Also use rgb(190,242,160) instead hex code.

Text Font Color

.myTextColor { color: #BEF2A0; }

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

This text font color is #BEF2A0.


Background Color

.myBgColor { background-color: #BEF2A0; }

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

This div background color is #BEF2A0.


Border color

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

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

This div border color is #BEF2A0.


Opacity

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

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

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

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

This text has shadow with #BEF2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF2A0 on black background.


Color preview on white background

This text has color #BEF2A0 on white background.



Black color preview on #BEF2A0 background

This text has black color on #BEF2A0 background.


White color preview on #BEF2A0 background

This text has white color on #BEF2A0 background.