COLOR #BEFFB6

HEX: #BEFFB6
RGB: (190,255,182)

Color info

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

RGB color model

#BEFFB6 color RGB value is (190,255,182).

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

RGB channels and saturation

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

190
255
182

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

Portions of RGB colors in percentages

R + G + B =
190 + 255 + 182 = 627 (100%)
R 190 of 627 ~ 30.3%
G 255 of 627 ~ 40.67%
B 182 of 627 ~ 29.03%

%30.3
%40.67
%29.03

CMYK color model

#BEFFB6 color CMYK value is (25,0,29,0).

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

CMYK percentages

%25.49
%0
%28.63
%0

Codes

Color #BEFFB6 in popluar color models

BEFFB6
RGB190255182
HSL113°100.00%85.69%
HSB/HSV113°28.63%100.00%
CMYK25.49%0.00%28.63%
0.00%

Color #BEFFB6 in popluar number systems.

HEXBEFFB6
Decimal190255182
Binary101111101111111110110110
Octal276377266

Shades and tints

Shades of #BEFFB6

#BEFFB6
(190,255,182)
#ADE8A6
(173,232,166)
#9CD196
(156,209,150)
#8BBA86
(139,186,134)
#7AA376
(122,163,118)
#698C66
(105,140,102)
#587556
(88,117,86)
#475E46
(71,94,70)
#364736
(54,71,54)
#253026
(37,48,38)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #BEFFB6

#BEFFB6
(190,255,182)
#C3FFBC
(195,255,188)
#C8FFC2
(200,255,194)
#CDFFC8
(205,255,200)
#D2FFCE
(210,255,206)
#D7FFD4
(215,255,212)
#DCFFDA
(220,255,218)
#E1FFE0
(225,255,224)
#E6FFE6
(230,255,230)
#EBFFEC
(235,255,236)
#F0FFF2
(240,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFFB6; }

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

This text font color is #BEFFB6.


Background Color

.myBgColor { background-color: #BEFFB6; }

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

This div background color is #BEFFB6.


Border color

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

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

This div border color is #BEFFB6.


Opacity

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

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

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

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

This text has shadow with #BEFFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFFB6 on black background.


Color preview on white background

This text has color #BEFFB6 on white background.



Black color preview on #BEFFB6 background

This text has black color on #BEFFB6 background.


White color preview on #BEFFB6 background

This text has white color on #BEFFB6 background.