COLOR #BEF3BE

HEX: #BEF3BE
RGB: (190,243,190)

Color info

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

RGB color model

#BEF3BE color RGB value is (190,243,190).

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

RGB channels and saturation

R 190 of 255 = 75%
G 243 of 255 = 95%
B 190 of 255 = 75%

190
243
190

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

Portions of RGB colors in percentages

R + G + B =
190 + 243 + 190 = 623 (100%)
R 190 of 623 ~ 30.5%
G 243 of 623 ~ 39%
B 190 of 623 ~ 30.5%

%30.5
%39
%30.5

CMYK color model

#BEF3BE color CMYK value is (22,0,22,5).

  • cyan value is 21.81%
  • magenta value is 0.00%
  • yellow value is 21.81%
  • key color value is 4.71%
CMYK:
(22,0,22,5)
C22M0Y22K5 
(22%,0%,22%,5%)
(0.22/0.00/0.22/0.05)	

CMYK percentages

%21.81
%0
%21.81
%4.71

Codes

Color #BEF3BE in popluar color models

BEF3BE
RGB190243190
HSL120°68.83%84.90%
HSB/HSV120°21.81%95.29%
CMYK21.81%0.00%21.81%
4.71%

Color #BEF3BE in popluar number systems.

HEXBEF3BE
Decimal190243190
Binary101111101111001110111110
Octal276363276

Shades and tints

Shades of #BEF3BE

#BEF3BE
(190,243,190)
#ADDDAD
(173,221,173)
#9CC79C
(156,199,156)
#8BB18B
(139,177,139)
#7A9B7A
(122,155,122)
#698569
(105,133,105)
#586F58
(88,111,88)
#475947
(71,89,71)
#364336
(54,67,54)
#252D25
(37,45,37)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #BEF3BE

#BEF3BE
(190,243,190)
#C3F4C3
(195,244,195)
#C8F5C8
(200,245,200)
#CDF6CD
(205,246,205)
#D2F7D2
(210,247,210)
#D7F8D7
(215,248,215)
#DCF9DC
(220,249,220)
#E1FAE1
(225,250,225)
#E6FBE6
(230,251,230)
#EBFCEB
(235,252,235)
#F0FDF0
(240,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF3BE; }

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

This text font color is #BEF3BE.


Background Color

.myBgColor { background-color: #BEF3BE; }

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

This div background color is #BEF3BE.


Border color

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

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

This div border color is #BEF3BE.


Opacity

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

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

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

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

This text has shadow with #BEF3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF3BE on black background.


Color preview on white background

This text has color #BEF3BE on white background.



Black color preview on #BEF3BE background

This text has black color on #BEF3BE background.


White color preview on #BEF3BE background

This text has white color on #BEF3BE background.