COLOR #BEFAB6

HEX: #BEFAB6
RGB: (190,250,182)

Color info

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

RGB color model

#BEFAB6 color RGB value is (190,250,182).

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

RGB channels and saturation

R 190 of 255 = 75%
G 250 of 255 = 98%
B 182 of 255 = 71%

190
250
182

R + G + B ~ 81%. #BEFAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 250 + 182 = 622 (100%)
R 190 of 622 ~ 30.55%
G 250 of 622 ~ 40.19%
B 182 of 622 ~ 29.26%

%30.55
%40.19
%29.26

CMYK color model

#BEFAB6 color CMYK value is (24,0,27,2).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 27.20%
  • key color value is 1.96%
CMYK:
(24,0,27,2)
C24M0Y27K2 
(24%,0%,27%,2%)
(0.24/0.00/0.27/0.02)	

CMYK percentages

%24
%0
%27.2
%1.96

Codes

Color #BEFAB6 in popluar color models

BEFAB6
RGB190250182
HSL113°87.18%84.71%
HSB/HSV113°27.20%98.04%
CMYK24.00%0.00%27.20%
1.96%

Color #BEFAB6 in popluar number systems.

HEXBEFAB6
Decimal190250182
Binary101111101111101010110110
Octal276372266

Shades and tints

Shades of #BEFAB6

#BEFAB6
(190,250,182)
#ADE4A6
(173,228,166)
#9CCE96
(156,206,150)
#8BB886
(139,184,134)
#7AA276
(122,162,118)
#698C66
(105,140,102)
#587656
(88,118,86)
#476046
(71,96,70)
#364A36
(54,74,54)
#253426
(37,52,38)
#141E16
(20,30,22)
#000000
(0,0,0)

Tints of #BEFAB6

#BEFAB6
(190,250,182)
#C3FABC
(195,250,188)
#C8FAC2
(200,250,194)
#CDFAC8
(205,250,200)
#D2FACE
(210,250,206)
#D7FAD4
(215,250,212)
#DCFADA
(220,250,218)
#E1FAE0
(225,250,224)
#E6FAE6
(230,250,230)
#EBFAEC
(235,250,236)
#F0FAF2
(240,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFAB6; }

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

This text font color is #BEFAB6.


Background Color

.myBgColor { background-color: #BEFAB6; }

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

This div background color is #BEFAB6.


Border color

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

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

This div border color is #BEFAB6.


Opacity

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

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

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

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

This text has shadow with #BEFAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFAB6 on black background.


Color preview on white background

This text has color #BEFAB6 on white background.



Black color preview on #BEFAB6 background

This text has black color on #BEFAB6 background.


White color preview on #BEFAB6 background

This text has white color on #BEFAB6 background.