COLOR #BEFCBB

HEX: #BEFCBB
RGB: (190,252,187)

Color info

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

RGB color model

#BEFCBB color RGB value is (190,252,187).

  • red value is 190;
  • green value is 252;
  • blue value is 187.
RGB:
(190,252,187)
(75%,99%,73%)

RGB channels and saturation

R 190 of 255 = 75%
G 252 of 255 = 99%
B 187 of 255 = 73%

190
252
187

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

Portions of RGB colors in percentages

R + G + B =
190 + 252 + 187 = 629 (100%)
R 190 of 629 ~ 30.21%
G 252 of 629 ~ 40.06%
B 187 of 629 ~ 29.73%

%30.21
%40.06
%29.73

CMYK color model

#BEFCBB color CMYK value is (25,0,26,1).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 25.79%
  • key color value is 1.18%
CMYK:
(25,0,26,1)
C25M0Y26K1 
(25%,0%,26%,1%)
(0.25/0.00/0.26/0.01)	

CMYK percentages

%24.6
%0
%25.79
%1.18

Codes

Color #BEFCBB in popluar color models

BEFCBB
RGB190252187
HSL117°91.55%86.08%
HSB/HSV117°25.79%98.82%
CMYK24.60%0.00%25.79%
1.18%

Color #BEFCBB in popluar number systems.

HEXBEFCBB
Decimal190252187
Binary101111101111110010111011
Octal276374273

Shades and tints

Shades of #BEFCBB

#BEFCBB
(190,252,187)
#ADE6AA
(173,230,170)
#9CD099
(156,208,153)
#8BBA88
(139,186,136)
#7AA477
(122,164,119)
#698E66
(105,142,102)
#587855
(88,120,85)
#476244
(71,98,68)
#364C33
(54,76,51)
#253622
(37,54,34)
#142011
(20,32,17)
#000000
(0,0,0)

Tints of #BEFCBB

#BEFCBB
(190,252,187)
#C3FCC1
(195,252,193)
#C8FCC7
(200,252,199)
#CDFCCD
(205,252,205)
#D2FCD3
(210,252,211)
#D7FCD9
(215,252,217)
#DCFCDF
(220,252,223)
#E1FCE5
(225,252,229)
#E6FCEB
(230,252,235)
#EBFCF1
(235,252,241)
#F0FCF7
(240,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFCBB; }

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

This text font color is #BEFCBB.


Background Color

.myBgColor { background-color: #BEFCBB; }

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

This div background color is #BEFCBB.


Border color

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

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

This div border color is #BEFCBB.


Opacity

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

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

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

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

This text has shadow with #BEFCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFCBB on black background.


Color preview on white background

This text has color #BEFCBB on white background.



Black color preview on #BEFCBB background

This text has black color on #BEFCBB background.


White color preview on #BEFCBB background

This text has white color on #BEFCBB background.