COLOR #BEFFA0

HEX: #BEFFA0
RGB: (190,255,160)

Color info

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

RGB color model

#BEFFA0 color RGB value is (190,255,160).

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

RGB channels and saturation

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

190
255
160

R + G + B ~ 79%. #BEFFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 255 + 160 = 605 (100%)
R 190 of 605 ~ 31.4%
G 255 of 605 ~ 42.15%
B 160 of 605 ~ 26.45%

%31.4
%42.15
%26.45

CMYK color model

#BEFFA0 color CMYK value is (25,0,37,0).

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

CMYK percentages

%25.49
%0
%37.25
%0

Codes

Color #BEFFA0 in popluar color models

BEFFA0
RGB190255160
HSL101°100.00%81.37%
HSB/HSV101°37.25%100.00%
CMYK25.49%0.00%37.25%
0.00%

Color #BEFFA0 in popluar number systems.

HEXBEFFA0
Decimal190255160
Binary101111101111111110100000
Octal276377240

Shades and tints

Shades of #BEFFA0

#BEFFA0
(190,255,160)
#ADE892
(173,232,146)
#9CD184
(156,209,132)
#8BBA76
(139,186,118)
#7AA368
(122,163,104)
#698C5A
(105,140,90)
#58754C
(88,117,76)
#475E3E
(71,94,62)
#364730
(54,71,48)
#253022
(37,48,34)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BEFFA0

#BEFFA0
(190,255,160)
#C3FFA8
(195,255,168)
#C8FFB0
(200,255,176)
#CDFFB8
(205,255,184)
#D2FFC0
(210,255,192)
#D7FFC8
(215,255,200)
#DCFFD0
(220,255,208)
#E1FFD8
(225,255,216)
#E6FFE0
(230,255,224)
#EBFFE8
(235,255,232)
#F0FFF0
(240,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFFA0; }

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

This text font color is #BEFFA0.


Background Color

.myBgColor { background-color: #BEFFA0; }

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

This div background color is #BEFFA0.


Border color

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

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

This div border color is #BEFFA0.


Opacity

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

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

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

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

This text has shadow with #BEFFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFFA0 on black background.


Color preview on white background

This text has color #BEFFA0 on white background.



Black color preview on #BEFFA0 background

This text has black color on #BEFFA0 background.


White color preview on #BEFFA0 background

This text has white color on #BEFFA0 background.