COLOR #BEF8BE

HEX: #BEF8BE
RGB: (190,248,190)

Color info

#BEF8BE contains red, green and blue colors in about the same proportion. Web safe color of #BEF8BE is #CCFFCC (or #CFC).

RGB color model

#BEF8BE color RGB value is (190,248,190).

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

RGB channels and saturation

R 190 of 255 = 75%
G 248 of 255 = 97%
B 190 of 255 = 75%

190
248
190

R + G + B ~ 82%. #BEF8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 248 + 190 = 628 (100%)
R 190 of 628 ~ 30.25%
G 248 of 628 ~ 39.49%
B 190 of 628 ~ 30.25%

%30.25
%39.49
%30.25

CMYK color model

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

  • cyan value is 23.39%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 2.75%
CMYK:
(23,0,23,3)
C23M0Y23K3 
(23%,0%,23%,3%)
(0.23/0.00/0.23/0.03)	

CMYK percentages

%23.39
%0
%23.39
%2.75

Codes

Color #BEF8BE in popluar color models

BEF8BE
RGB190248190
HSL120°80.56%85.88%
HSB/HSV120°23.39%97.25%
CMYK23.39%0.00%23.39%
2.75%

Color #BEF8BE in popluar number systems.

HEXBEF8BE
Decimal190248190
Binary101111101111100010111110
Octal276370276

Shades and tints

Shades of #BEF8BE

#BEF8BE
(190,248,190)
#ADE2AD
(173,226,173)
#9CCC9C
(156,204,156)
#8BB68B
(139,182,139)
#7AA07A
(122,160,122)
#698A69
(105,138,105)
#587458
(88,116,88)
#475E47
(71,94,71)
#364836
(54,72,54)
#253225
(37,50,37)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #BEF8BE

#BEF8BE
(190,248,190)
#C3F8C3
(195,248,195)
#C8F8C8
(200,248,200)
#CDF8CD
(205,248,205)
#D2F8D2
(210,248,210)
#D7F8D7
(215,248,215)
#DCF8DC
(220,248,220)
#E1F8E1
(225,248,225)
#E6F8E6
(230,248,230)
#EBF8EB
(235,248,235)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF8BE; }

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

This text font color is #BEF8BE.


Background Color

.myBgColor { background-color: #BEF8BE; }

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

This div background color is #BEF8BE.


Border color

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

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

This div border color is #BEF8BE.


Opacity

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

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

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

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

This text has shadow with #BEF8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF8BE on black background.


Color preview on white background

This text has color #BEF8BE on white background.



Black color preview on #BEF8BE background

This text has black color on #BEF8BE background.


White color preview on #BEF8BE background

This text has white color on #BEF8BE background.