COLOR #BEF09E

HEX: #BEF09E RGB: (190,240,158)

Color info

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

RGB color model

#BEF09E color RGB value is (190,240,158).

RGB: (190,240,158) (75%, 94%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 240 of 255 = 94%
B 158 of 255 = 62%

190
240
158

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

Portions of RGB colors in percentages

R + G + B = 190 + 240 + 158 = 588 (100%)
R 190 of 588 ~ 32.31%
G 240 of 588 ~ 40.82%
B 158 of 588 ~ 26.87'%

%32.31
%40.82
%26.87

CMYK color model

#BEF09E color CMYK value is (21,0,34,6).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 34.17%
  • key color value is 5.88%
CMYK: (21,0,34,6) C21M0Y34K6 (21%,0%,34%,6%) (0.21/0.00/0.34/0.06) 

CMYK percentages

%20.83
%0
%34.17
%5.88

Codes

Color #BEF09E in popluar color models

BE F0 9E
RGB 190 240 158
HSL 97° 73.21% 78.04%
HSB/HSV 97° 34.17% 94.12%
CMYK 20.83% 0.00% 34.17%
5.88%

Color #BEF09E in popluar number systems.

HEX BE F0 9E
Decimal 190 240 158
Binary 10111110 11110000 10011110
Octal 276 360 236

Shades and tints

Shades of #BEF09E

#BEF09E
(190,240,158)
#ADDB90
(173,219,144)
#9CC682
(156,198,130)
#8BB174
(139,177,116)
#7A9C66
(122,156,102)
#698758
(105,135,88)
#58724A
(88,114,74)
#475D3C
(71,93,60)
#36482E
(54,72,46)
#253320
(37,51,32)
#141E12
(20,30,18)
#000000
(0,0,0)

Tints of #BEF09E

#BEF09E
(190,240,158)
#C3F1A6
(195,241,166)
#C8F2AE
(200,242,174)
#CDF3B6
(205,243,182)
#D2F4BE
(210,244,190)
#D7F5C6
(215,245,198)
#DCF6CE
(220,246,206)
#E1F7D6
(225,247,214)
#E6F8DE
(230,248,222)
#EBF9E6
(235,249,230)
#F0FAEE
(240,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF09E color. Also use rgb(190,240,158) instead hex code.

Text Font Color

.myTextColor { color: #BEF09E; }

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

This text font color is #BEF09E.

Background Color

.myBgColor { background-color: #BEF09E; }

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

This div background color is #BEF09E.

Border color

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

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

This div border color is #BEF09E.

Opacity

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

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

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

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

This text has shadow with #BEF09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF09E.

Preview

Color preview on black background

This text has color #BEF09E on black background.


Color preview on white background

This text has color #BEF09E on white background.


Black color preview on #BEF09E background

This text has black color on #BEF09E background.


White color preview on #BEF09E background

This text has white color on #BEF09E background.


Related colors

Complementary color

Complementary color for #hex is #410F61.


I love getcolorcode.com

Triadic colors

1 #9EBEF0 and #F09EBE with #BEF09E are triadic colors.

2 #9EF0BE and #F0BE9E with #BEF09E are triadic colors.