COLOR #BEFC8A

HEX: #BEFC8A
RGB: (190,252,138)

Color info

#BEFC8A contains mainly green color. Web safe color of #BEFC8A is #CCFF99 (or #CF9).

RGB color model

#BEFC8A color RGB value is (190,252,138).

  • red value is 190;
  • green value is 252;
  • blue value is 138.
RGB:
(190,252,138)
(75%,99%,54%)

RGB channels and saturation

R 190 of 255 = 75%
G 252 of 255 = 99%
B 138 of 255 = 54%

190
252
138

R + G + B ~ 76%. #BEFC8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 252 + 138 = 580 (100%)
R 190 of 580 ~ 32.76%
G 252 of 580 ~ 43.45%
B 138 of 580 ~ 23.79%

%32.76
%43.45
%23.79

CMYK color model

#BEFC8A color CMYK value is (25,0,45,1).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 45.24%
  • key color value is 1.18%
CMYK:
(25,0,45,1)
C25M0Y45K1 
(25%,0%,45%,1%)
(0.25/0.00/0.45/0.01)	

CMYK percentages

%24.6
%0
%45.24
%1.18

Codes

Color #BEFC8A in popluar color models

BEFC8A
RGB190252138
HSL93°95.00%76.47%
HSB/HSV93°45.24%98.82%
CMYK24.60%0.00%45.24%
1.18%

Color #BEFC8A in popluar number systems.

HEXBEFC8A
Decimal190252138
Binary101111101111110010001010
Octal276374212

Shades and tints

Shades of #BEFC8A

#BEFC8A
(190,252,138)
#ADE67E
(173,230,126)
#9CD072
(156,208,114)
#8BBA66
(139,186,102)
#7AA45A
(122,164,90)
#698E4E
(105,142,78)
#587842
(88,120,66)
#476236
(71,98,54)
#364C2A
(54,76,42)
#25361E
(37,54,30)
#142012
(20,32,18)
#000000
(0,0,0)

Tints of #BEFC8A

#BEFC8A
(190,252,138)
#C3FC94
(195,252,148)
#C8FC9E
(200,252,158)
#CDFCA8
(205,252,168)
#D2FCB2
(210,252,178)
#D7FCBC
(215,252,188)
#DCFCC6
(220,252,198)
#E1FCD0
(225,252,208)
#E6FCDA
(230,252,218)
#EBFCE4
(235,252,228)
#F0FCEE
(240,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFC8A color. Also use rgb(190,252,138) instead hex code.

Text Font Color

.myTextColor { color: #BEFC8A; }

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

This text font color is #BEFC8A.


Background Color

.myBgColor { background-color: #BEFC8A; }

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

This div background color is #BEFC8A.


Border color

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

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

This div border color is #BEFC8A.


Opacity

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

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

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

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

This text has shadow with #BEFC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFC8A on black background.


Color preview on white background

This text has color #BEFC8A on white background.



Black color preview on #BEFC8A background

This text has black color on #BEFC8A background.


White color preview on #BEFC8A background

This text has white color on #BEFC8A background.