COLOR #BEFFBE

HEX: #BEFFBE
RGB: (190,255,190)

Color info

#BEFFBE contains mainly green color. Web safe color of #BEFFBE is #CCFFCC (or #CFC).

RGB color model

#BEFFBE color RGB value is (190,255,190).

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

RGB channels and saturation

R 190 of 255 = 75%
G 255 of 255 = 100%
B 190 of 255 = 75%

190
255
190

R + G + B ~ 83%. #BEFFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 255 + 190 = 635 (100%)
R 190 of 635 ~ 29.92%
G 255 of 635 ~ 40.16%
B 190 of 635 ~ 29.92%

%29.92
%40.16
%29.92

CMYK color model

#BEFFBE color CMYK value is (25,0,25,0).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 25.49%
  • key color value is 0.00%
CMYK:
(25,0,25,0)
C25M0Y25K0 
(25%,0%,25%,0%)
(0.25/0.00/0.25/0.00)	

CMYK percentages

%25.49
%0
%25.49
%0

Codes

Color #BEFFBE in popluar color models

BEFFBE
RGB190255190
HSL120°100.00%87.25%
HSB/HSV120°25.49%100.00%
CMYK25.49%0.00%25.49%
0.00%

Color #BEFFBE in popluar number systems.

HEXBEFFBE
Decimal190255190
Binary101111101111111110111110
Octal276377276

Shades and tints

Shades of #BEFFBE

#BEFFBE
(190,255,190)
#ADE8AD
(173,232,173)
#9CD19C
(156,209,156)
#8BBA8B
(139,186,139)
#7AA37A
(122,163,122)
#698C69
(105,140,105)
#587558
(88,117,88)
#475E47
(71,94,71)
#364736
(54,71,54)
#253025
(37,48,37)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BEFFBE

#BEFFBE
(190,255,190)
#C3FFC3
(195,255,195)
#C8FFC8
(200,255,200)
#CDFFCD
(205,255,205)
#D2FFD2
(210,255,210)
#D7FFD7
(215,255,215)
#DCFFDC
(220,255,220)
#E1FFE1
(225,255,225)
#E6FFE6
(230,255,230)
#EBFFEB
(235,255,235)
#F0FFF0
(240,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFFBE; }

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

This text font color is #BEFFBE.


Background Color

.myBgColor { background-color: #BEFFBE; }

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

This div background color is #BEFFBE.


Border color

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

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

This div border color is #BEFFBE.


Opacity

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

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

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

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

This text has shadow with #BEFFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFFBE on black background.


Color preview on white background

This text has color #BEFFBE on white background.



Black color preview on #BEFFBE background

This text has black color on #BEFFBE background.


White color preview on #BEFFBE background

This text has white color on #BEFFBE background.