COLOR #BEFAB7

HEX: #BEFAB7
RGB: (190,250,183)

Color info

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

RGB color model

#BEFAB7 color RGB value is (190,250,183).

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

RGB channels and saturation

R 190 of 255 = 75%
G 250 of 255 = 98%
B 183 of 255 = 72%

190
250
183

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

Portions of RGB colors in percentages

R + G + B =
190 + 250 + 183 = 623 (100%)
R 190 of 623 ~ 30.5%
G 250 of 623 ~ 40.13%
B 183 of 623 ~ 29.37%

%30.5
%40.13
%29.37

CMYK color model

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

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 26.80%
  • 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
%26.8
%1.96

Codes

Color #BEFAB7 in popluar color models

BEFAB7
RGB190250183
HSL114°87.01%84.90%
HSB/HSV114°26.80%98.04%
CMYK24.00%0.00%26.80%
1.96%

Color #BEFAB7 in popluar number systems.

HEXBEFAB7
Decimal190250183
Binary101111101111101010110111
Octal276372267

Shades and tints

Shades of #BEFAB7

#BEFAB7
(190,250,183)
#ADE4A7
(173,228,167)
#9CCE97
(156,206,151)
#8BB887
(139,184,135)
#7AA277
(122,162,119)
#698C67
(105,140,103)
#587657
(88,118,87)
#476047
(71,96,71)
#364A37
(54,74,55)
#253427
(37,52,39)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #BEFAB7

#BEFAB7
(190,250,183)
#C3FABD
(195,250,189)
#C8FAC3
(200,250,195)
#CDFAC9
(205,250,201)
#D2FACF
(210,250,207)
#D7FAD5
(215,250,213)
#DCFADB
(220,250,219)
#E1FAE1
(225,250,225)
#E6FAE7
(230,250,231)
#EBFAED
(235,250,237)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFAB7; }

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

This text font color is #BEFAB7.


Background Color

.myBgColor { background-color: #BEFAB7; }

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

This div background color is #BEFAB7.


Border color

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

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

This div border color is #BEFAB7.


Opacity

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

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

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

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

This text has shadow with #BEFAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFAB7 on black background.


Color preview on white background

This text has color #BEFAB7 on white background.



Black color preview on #BEFAB7 background

This text has black color on #BEFAB7 background.


White color preview on #BEFAB7 background

This text has white color on #BEFAB7 background.