COLOR #BEF9A0

HEX: #BEF9A0
RGB: (190,249,160)

Color info

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

RGB color model

#BEF9A0 color RGB value is (190,249,160).

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

RGB channels and saturation

R 190 of 255 = 75%
G 249 of 255 = 98%
B 160 of 255 = 63%

190
249
160

R + G + B ~ 79%. #BEF9A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 249 + 160 = 599 (100%)
R 190 of 599 ~ 31.72%
G 249 of 599 ~ 41.57%
B 160 of 599 ~ 26.71%

%31.72
%41.57
%26.71

CMYK color model

#BEF9A0 color CMYK value is (24,0,36,2).

  • cyan value is 23.69%
  • magenta value is 0.00%
  • yellow value is 35.74%
  • key color value is 2.35%
CMYK:
(24,0,36,2)
C24M0Y36K2 
(24%,0%,36%,2%)
(0.24/0.00/0.36/0.02)	

CMYK percentages

%23.69
%0
%35.74
%2.35

Codes

Color #BEF9A0 in popluar color models

BEF9A0
RGB190249160
HSL100°88.12%80.20%
HSB/HSV100°35.74%97.65%
CMYK23.69%0.00%35.74%
2.35%

Color #BEF9A0 in popluar number systems.

HEXBEF9A0
Decimal190249160
Binary101111101111100110100000
Octal276371240

Shades and tints

Shades of #BEF9A0

#BEF9A0
(190,249,160)
#ADE392
(173,227,146)
#9CCD84
(156,205,132)
#8BB776
(139,183,118)
#7AA168
(122,161,104)
#698B5A
(105,139,90)
#58754C
(88,117,76)
#475F3E
(71,95,62)
#364930
(54,73,48)
#253322
(37,51,34)
#141D14
(20,29,20)
#000000
(0,0,0)

Tints of #BEF9A0

#BEF9A0
(190,249,160)
#C3F9A8
(195,249,168)
#C8F9B0
(200,249,176)
#CDF9B8
(205,249,184)
#D2F9C0
(210,249,192)
#D7F9C8
(215,249,200)
#DCF9D0
(220,249,208)
#E1F9D8
(225,249,216)
#E6F9E0
(230,249,224)
#EBF9E8
(235,249,232)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF9A0; }

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

This text font color is #BEF9A0.


Background Color

.myBgColor { background-color: #BEF9A0; }

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

This div background color is #BEF9A0.


Border color

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

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

This div border color is #BEF9A0.


Opacity

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

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

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

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

This text has shadow with #BEF9A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF9A0 on black background.


Color preview on white background

This text has color #BEF9A0 on white background.



Black color preview on #BEF9A0 background

This text has black color on #BEF9A0 background.


White color preview on #BEF9A0 background

This text has white color on #BEF9A0 background.